Color spaces of #66659f
RGB | 102 | 101 | 159 |
---|---|---|---|
HSL | 0.67 | 0.23 | 0.51 |
HSV | 241° | 36° | 62° |
CMYK | 0.36 | 0.36 | 0.00 0.38 |
XYZ | 16.3912 | 14.6353 | 34.7619 |
Yxy | 14.6353 | 0.2492 | 0.2225 |
Hunter Lab | 38.2561 | 9.5319 | -27.0953 |
CIE-Lab | 45.1306 | 14.8152 | -31.2949 |
#66659f color RGB value is (102,101,159).
#66659f hex color red value is 102, green value is 101 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #66659f hue: 0.67 , saturation: 0.23 and the lightness value of 66659f is 0.51.
The process color (four color CMYK) of #66659f color hex is 0.36, 0.36, 0.00, 0.38. Web safe color of #66659f is #666699. Color #66659f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01100101 | 10011111 |
Octal | 146 | 145 | 237 |
Decimal | 102 | 101 | 159 |
Hex | 66 | 65 | 9F |
Shades of #66659f
Tints of #66659f
RGB Percentages of Color #66659f
CMYK Percentages of Color #66659f
Complementary Color
#66659f | #9e9f65 |
#66659f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66659f Color Preview on White Background
Lorem ipsum dolor sit amet.
#66659f Color CSS Codes
.mybgcolor {background-color:#66659f; } .myforecolor {color:#66659f; } .mybordercolor {border:3px solid #66659f; }
#66659f Text Font Color
<p style="color:#66659f">Text here</p>
This sample text font color is #66659f
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.
#66659f Background Color
<div style="background-color:#66659f">
Div content here</div>
This div background color is #66659f
#66659f Border Color
<div style="border:3px solid #66659f">
Div here</div>
This div border color is #66659f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,101,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66659f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66659f; -webkit-box-shadow: 1px 1px 3px 2px #66659f; box-shadow: 1px 1px 3px 2px #66659f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,101,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 #66659f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66659f; -webkit-box-shadow: 1px 1px 3px 2px #66659f; box-shadow: 1px 1px 3px 2px #66659f;">
Div content here</div>
This div box has shadow with color #66659f
Comments
No comments written yet.
Please login to write comment.