Color spaces of #66699f
RGB | 102 | 105 | 159 |
---|---|---|---|
HSL | 0.66 | 0.23 | 0.51 |
HSV | 237° | 36° | 62° |
CMYK | 0.36 | 0.34 | 0.00 0.38 |
XYZ | 16.7891 | 15.4311 | 34.8945 |
Yxy | 15.4311 | 0.2502 | 0.2299 |
Hunter Lab | 39.2824 | 7.5457 | -25.1695 |
CIE-Lab | 46.2191 | 12.3574 | -29.5917 |
#66699f color RGB value is (102,105,159).
#66699f hex color red value is 102, green value is 105 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #66699f hue: 0.66 , saturation: 0.23 and the lightness value of 66699f is 0.51.
The process color (four color CMYK) of #66699f color hex is 0.36, 0.34, 0.00, 0.38. Web safe color of #66699f is #666699. Color #66699f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01101001 | 10011111 |
Octal | 146 | 151 | 237 |
Decimal | 102 | 105 | 159 |
Hex | 66 | 69 | 9F |
Shades of #66699f
Tints of #66699f
RGB Percentages of Color #66699f
CMYK Percentages of Color #66699f
Complementary Color
#66699f | #9f9c66 |
#66699f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66699f Color Preview on White Background
Lorem ipsum dolor sit amet.
#66699f Color CSS Codes
.mybgcolor {background-color:#66699f; } .myforecolor {color:#66699f; } .mybordercolor {border:3px solid #66699f; }
#66699f Text Font Color
<p style="color:#66699f">Text here</p>
This sample text font color is #66699f
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.
#66699f Background Color
<div style="background-color:#66699f">
Div content here</div>
This div background color is #66699f
#66699f Border Color
<div style="border:3px solid #66699f">
Div here</div>
This div border color is #66699f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,105,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66699f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66699f; -webkit-box-shadow: 1px 1px 3px 2px #66699f; box-shadow: 1px 1px 3px 2px #66699f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,105,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66699f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66699f; -webkit-box-shadow: 1px 1px 3px 2px #66699f; box-shadow: 1px 1px 3px 2px #66699f;">
Div content here</div>
This div box has shadow with color #66699f
Comments
No comments written yet.
Please login to write comment.