Shades of Cornflower Blue #668EFC
Tints of Cornflower Blue #668EFC
RGB
CMYK
RGB Variations
Color information
#668EFC (or 0x668EFC) is known color: Cornflower Blue. HEX triplet: 66, 8E and FC. RGB value is (102,142,252). Sum of RGB (Red+Green+Blue) = 102+142+252=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #668EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668EFC is #997103. Grayscale: #8E8E8E. Windows color (decimal): -10055940 or 16551526. OLE color: 16551526.
HSL color Cylindrical-coordinate representation of color #668EFC: hue angle of 224º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668EFC is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 142 | 252 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.01 |
| HSL | 224º | 0.96% | 0.69% | - |
| HSV(B) | 224º | 0.6% | 0.99% | - |
| XYZ | 32.72 | 29.2 | 96.01 | - |
| YUV | 142.58 | 189.75 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 252 | 0.60 | 0.44 | 0 | 0.01 | 224 | 0.96 | 0.69 |
| Hex | 66 | 8E | FC | 3C | 2C | 0 | 1 | E0 | 60 | 45 |
| Octal | 146 | 216 | 374 | 74 | 54 | 0 | 1 | 340 | 140 | 105 |
| Binary | 1100110 | 10001110 | 11111100 | 111100 | 101100 | 0 | 1 | 11100000 | 1100000 | 1000101 |
Color Harmonies of #668EFC
Complementary color
Monochromatic Colors of #668EFC
Black with #668EFC
Text Example
Text Example
White with #668EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668EFC; }
p { color: rgb(102,142,252); }
H1.HeaderClassName
{
color: #668EFC;
}
.AnyTagClassName
{
color: #668EFC;
}
</style>
background-color css
<style>
a { background-color: #668EFC; }
a { background-color: rgb(102,142,252); }
div.DivClassName
{
background-color: #668EFC;
}
.BgClassName
{
background-color: #668EFC;
}
</style>
border-color css
<style>
span { border-color: #668EFC; }
span { border-color: rgb(102,142,252); }
td.TdClassName
{
border-color: #668EFC;
}
.TagClassName
{
border-color: #668EFC;
}
</style>