Color spaces of #669ebf
RGB | 102 | 158 | 191 |
---|---|---|---|
HSL | 0.56 | 0.41 | 0.57 |
HSV | 202° | 47° | 75° |
CMYK | 0.47 | 0.17 | 0.00 0.25 |
XYZ | 27.1103 | 31.0401 | 53.8527 |
Yxy | 31.0401 | 0.2420 | 0.2771 |
Hunter Lab | 55.7136 | -10.6406 | -18.3100 |
CIE-Lab | 62.5415 | -9.4099 | -22.7494 |
#669ebf color RGB value is (102,158,191).
#669ebf hex color red value is 102, green value is 158 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #669ebf hue: 0.56 , saturation: 0.41 and the lightness value of 669ebf is 0.57.
The process color (four color CMYK) of #669ebf color hex is 0.47, 0.17, 0.00, 0.25. Web safe color of #669ebf is #6699cc. Color #669ebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 10011110 | 10111111 |
Octal | 146 | 236 | 277 |
Decimal | 102 | 158 | 191 |
Hex | 66 | 9E | BF |
Shades of #669ebf
Tints of #669ebf
RGB Percentages of Color #669ebf
CMYK Percentages of Color #669ebf
Complementary Color
#669ebf | #bf8766 |
#669ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#669ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#669ebf Color CSS Codes
.mybgcolor {background-color:#669ebf; } .myforecolor {color:#669ebf; } .mybordercolor {border:3px solid #669ebf; }
#669ebf Text Font Color
<p style="color:#669ebf">Text here</p>
This sample text font color is #669ebf
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.
#669ebf Background Color
<div style="background-color:#669ebf">
Div content here</div>
This div background color is #669ebf
#669ebf Border Color
<div style="border:3px solid #669ebf">
Div here</div>
This div border color is #669ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,158,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #669ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #669ebf; -webkit-box-shadow: 1px 1px 3px 2px #669ebf; box-shadow: 1px 1px 3px 2px #669ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,158,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #669ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #669ebf; -webkit-box-shadow: 1px 1px 3px 2px #669ebf; box-shadow: 1px 1px 3px 2px #669ebf;">
Div content here</div>
This div box has shadow with color #669ebf
Comments
No comments written yet.
Please login to write comment.