Color spaces of #666ffc
RGB | 102 | 111 | 252 |
---|---|---|---|
HSL | 0.66 | 0.96 | 0.69 |
HSV | 236° | 60° | 99° |
CMYK | 0.60 | 0.56 | 0.00 0.01 |
XYZ | 28.7346 | 21.2219 | 94.6772 |
Yxy | 21.2219 | 0.1987 | 0.1467 |
Hunter Lab | 46.0672 | 30.7223 | -89.6055 |
CIE-Lab | 53.1915 | 37.3378 | -71.5981 |
#666ffc color RGB value is (102,111,252).
#666ffc hex color red value is 102, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #666ffc hue: 0.66 , saturation: 0.96 and the lightness value of 666ffc is 0.69.
The process color (four color CMYK) of #666ffc color hex is 0.60, 0.56, 0.00, 0.01. Web safe color of #666ffc is #6666ff. Color #666ffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01101111 | 11111100 |
Octal | 146 | 157 | 374 |
Decimal | 102 | 111 | 252 |
Hex | 66 | 6F | FC |
Shades of #666ffc
Tints of #666ffc
RGB Percentages of Color #666ffc
CMYK Percentages of Color #666ffc
Complementary Color
#666ffc | #fcf366 |
#666ffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#666ffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#666ffc Color CSS Codes
.mybgcolor {background-color:#666ffc; } .myforecolor {color:#666ffc; } .mybordercolor {border:3px solid #666ffc; }
#666ffc Text Font Color
<p style="color:#666ffc">Text here</p>
This sample text font color is #666ffc
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.
#666ffc Background Color
<div style="background-color:#666ffc">
Div content here</div>
This div background color is #666ffc
#666ffc Border Color
<div style="border:3px solid #666ffc">
Div here</div>
This div border color is #666ffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,111,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #666ffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #666ffc; -webkit-box-shadow: 1px 1px 3px 2px #666ffc; box-shadow: 1px 1px 3px 2px #666ffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,111,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #666ffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #666ffc; -webkit-box-shadow: 1px 1px 3px 2px #666ffc; box-shadow: 1px 1px 3px 2px #666ffc;">
Div content here</div>
This div box has shadow with color #666ffc
Comments
No comments written yet.
Please login to write comment.