Color spaces of #667aad
RGB | 102 | 122 | 173 |
---|---|---|---|
HSL | 0.62 | 0.30 | 0.54 |
HSV | 223° | 41° | 68° |
CMYK | 0.41 | 0.29 | 0.00 0.32 |
XYZ | 19.9818 | 19.7610 | 42.2963 |
Yxy | 19.7610 | 0.2436 | 0.2409 |
Hunter Lab | 44.4533 | 2.4425 | -25.2957 |
CIE-Lab | 51.5659 | 6.0725 | -29.4369 |
#667aad color RGB value is (102,122,173).
#667aad hex color red value is 102, green value is 122 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #667aad hue: 0.62 , saturation: 0.30 and the lightness value of 667aad is 0.54.
The process color (four color CMYK) of #667aad color hex is 0.41, 0.29, 0.00, 0.32. Web safe color of #667aad is #666699. Color #667aad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01111010 | 10101101 |
Octal | 146 | 172 | 255 |
Decimal | 102 | 122 | 173 |
Hex | 66 | 7A | AD |
Shades of #667aad
Tints of #667aad
RGB Percentages of Color #667aad
CMYK Percentages of Color #667aad
Complementary Color
#667aad | #ad9966 |
#667aad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#667aad Color Preview on White Background
Lorem ipsum dolor sit amet.
#667aad Color CSS Codes
.mybgcolor {background-color:#667aad; } .myforecolor {color:#667aad; } .mybordercolor {border:3px solid #667aad; }
#667aad Text Font Color
<p style="color:#667aad">Text here</p>
This sample text font color is #667aad
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.
#667aad Background Color
<div style="background-color:#667aad">
Div content here</div>
This div background color is #667aad
#667aad Border Color
<div style="border:3px solid #667aad">
Div here</div>
This div border color is #667aad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,122,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #667aad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #667aad; -webkit-box-shadow: 1px 1px 3px 2px #667aad; box-shadow: 1px 1px 3px 2px #667aad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,122,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #667aad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #667aad; -webkit-box-shadow: 1px 1px 3px 2px #667aad; box-shadow: 1px 1px 3px 2px #667aad;">
Div content here</div>
This div box has shadow with color #667aad
Comments
No comments written yet.
Please login to write comment.