Color spaces of #666edb
RGB | 102 | 110 | 219 |
---|---|---|---|
HSL | 0.66 | 0.62 | 0.63 |
HSV | 236° | 53° | 86° |
CMYK | 0.53 | 0.50 | 0.00 0.14 |
XYZ | 23.8416 | 19.0911 | 69.4462 |
Yxy | 19.0911 | 0.2122 | 0.1699 |
Hunter Lab | 43.6934 | 20.9364 | -63.6501 |
CIE-Lab | 50.7936 | 27.4292 | -56.9962 |
#666edb color RGB value is (102,110,219).
#666edb hex color red value is 102, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #666edb hue: 0.66 , saturation: 0.62 and the lightness value of 666edb is 0.63.
The process color (four color CMYK) of #666edb color hex is 0.53, 0.50, 0.00, 0.14. Web safe color of #666edb is #6666cc. Color #666edb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01101110 | 11011011 |
Octal | 146 | 156 | 333 |
Decimal | 102 | 110 | 219 |
Hex | 66 | 6E | DB |
Shades of #666edb
Tints of #666edb
RGB Percentages of Color #666edb
CMYK Percentages of Color #666edb
Complementary Color
#666edb | #dbd366 |
#666edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#666edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#666edb Color CSS Codes
.mybgcolor {background-color:#666edb; } .myforecolor {color:#666edb; } .mybordercolor {border:3px solid #666edb; }
#666edb Text Font Color
<p style="color:#666edb">Text here</p>
This sample text font color is #666edb
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.
#666edb Background Color
<div style="background-color:#666edb">
Div content here</div>
This div background color is #666edb
#666edb Border Color
<div style="border:3px solid #666edb">
Div here</div>
This div border color is #666edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,110,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #666edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #666edb; -webkit-box-shadow: 1px 1px 3px 2px #666edb; box-shadow: 1px 1px 3px 2px #666edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,110,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #666edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #666edb; -webkit-box-shadow: 1px 1px 3px 2px #666edb; box-shadow: 1px 1px 3px 2px #666edb;">
Div content here</div>
This div box has shadow with color #666edb
Comments
No comments written yet.
Please login to write comment.