Color spaces of #669baa
RGB | 102 | 155 | 170 |
---|---|---|---|
HSL | 0.54 | 0.29 | 0.53 |
HSV | 193° | 40° | 67° |
CMYK | 0.40 | 0.09 | 0.00 0.33 |
XYZ | 24.4565 | 29.1697 | 42.3715 |
Yxy | 29.1697 | 0.2548 | 0.3039 |
Hunter Lab | 54.0090 | -13.6868 | -8.7083 |
CIE-Lab | 60.9311 | -13.5790 | -13.3764 |
#669baa color RGB value is (102,155,170).
#669baa hex color red value is 102, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #669baa hue: 0.54 , saturation: 0.29 and the lightness value of 669baa is 0.53.
The process color (four color CMYK) of #669baa color hex is 0.40, 0.09, 0.00, 0.33. Web safe color of #669baa is #669999. Color #669baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 10011011 | 10101010 |
Octal | 146 | 233 | 252 |
Decimal | 102 | 155 | 170 |
Hex | 66 | 9B | AA |
Shades of #669baa
Tints of #669baa
RGB Percentages of Color #669baa
CMYK Percentages of Color #669baa
Complementary Color
#669baa | #aa7566 |
#669baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#669baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#669baa Color CSS Codes
.mybgcolor {background-color:#669baa; } .myforecolor {color:#669baa; } .mybordercolor {border:3px solid #669baa; }
#669baa Text Font Color
<p style="color:#669baa">Text here</p>
This sample text font color is #669baa
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.
#669baa Background Color
<div style="background-color:#669baa">
Div content here</div>
This div background color is #669baa
#669baa Border Color
<div style="border:3px solid #669baa">
Div here</div>
This div border color is #669baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,155,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #669baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #669baa; -webkit-box-shadow: 1px 1px 3px 2px #669baa; box-shadow: 1px 1px 3px 2px #669baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,155,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #669baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #669baa; -webkit-box-shadow: 1px 1px 3px 2px #669baa; box-shadow: 1px 1px 3px 2px #669baa;">
Div content here</div>
This div box has shadow with color #669baa
Comments
No comments written yet.
Please login to write comment.