Color spaces of #616eab
RGB | 97 | 110 | 171 |
---|---|---|---|
HSL | 0.64 | 0.31 | 0.53 |
HSV | 229° | 43° | 67° |
CMYK | 0.43 | 0.36 | 0.00 0.33 |
XYZ | 17.8564 | 16.6335 | 40.7975 |
Yxy | 16.6335 | 0.2372 | 0.2209 |
Hunter Lab | 40.7842 | 6.7797 | -30.7604 |
CIE-Lab | 47.7949 | 11.3883 | -34.1942 |
#616eab color RGB value is (97,110,171).
#616eab hex color red value is 97, green value is 110 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #616eab hue: 0.64 , saturation: 0.31 and the lightness value of 616eab is 0.53.
The process color (four color CMYK) of #616eab color hex is 0.43, 0.36, 0.00, 0.33. Web safe color of #616eab is #666699. Color #616eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100001 | 01101110 | 10101011 |
Octal | 141 | 156 | 253 |
Decimal | 97 | 110 | 171 |
Hex | 61 | 6E | AB |
Shades of #616eab
Tints of #616eab
RGB Percentages of Color #616eab
CMYK Percentages of Color #616eab
Complementary Color
#616eab | #ab9e61 |
#616eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#616eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#616eab Color CSS Codes
.mybgcolor {background-color:#616eab; } .myforecolor {color:#616eab; } .mybordercolor {border:3px solid #616eab; }
#616eab Text Font Color
<p style="color:#616eab">Text here</p>
This sample text font color is #616eab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#616eab Background Color
<div style="background-color:#616eab">
Div content here</div>
This div background color is #616eab
#616eab Border Color
<div style="border:3px solid #616eab">
Div here</div>
This div border color is #616eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(97,110,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #616eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #616eab; -webkit-box-shadow: 1px 1px 3px 2px #616eab; box-shadow: 1px 1px 3px 2px #616eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(97,110,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #616eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #616eab; -webkit-box-shadow: 1px 1px 3px 2px #616eab; box-shadow: 1px 1px 3px 2px #616eab;">
Div content here</div>
This div box has shadow with color #616eab
Comments
No comments written yet.
Please login to write comment.