Shades of Cornflower Blue #668EEE
Tints of Cornflower Blue #668EEE
RGB
CMYK
RGB Variations
Color information
#668EEE (or 0x668EEE) is known color: Cornflower Blue. HEX triplet: 66, 8E and EE. RGB value is (102,142,238). Sum of RGB (Red+Green+Blue) = 102+142+238=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #668EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668EEE is #997111. Grayscale: #8C8C8C. Windows color (decimal): -10055954 or 15634022. OLE color: 15634022.
HSL color Cylindrical-coordinate representation of color #668EEE: hue angle of 222.35º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668EEE is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 142 | 238 | - |
| CMYK | 0.57 | 0.40 | 0 | 0.07 |
| HSL | 222.35º | 0.8% | 0.67% | - |
| HSV(B) | 222.35º | 0.57% | 0.93% | - |
| XYZ | 30.59 | 28.34 | 84.75 | - |
| YUV | 140.98 | 182.75 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 238 | 0.57 | 0.40 | 0 | 0.07 | 222.35 | 0.8 | 0.67 |
| Hex | 66 | 8E | EE | 39 | 28 | 0 | 7 | DE | 50 | 43 |
| Octal | 146 | 216 | 356 | 71 | 50 | 0 | 7 | 336 | 120 | 103 |
| Binary | 1100110 | 10001110 | 11101110 | 111001 | 101000 | 0 | 111 | 11011110 | 1010000 | 1000011 |
Color Harmonies of #668EEE
Complementary color
Monochromatic Colors of #668EEE
Black with #668EEE
Text Example
Text Example
White with #668EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668EEE; }
p { color: rgb(102,142,238); }
H1.HeaderClassName
{
color: #668EEE;
}
.AnyTagClassName
{
color: #668EEE;
}
</style>
background-color css
<style>
a { background-color: #668EEE; }
a { background-color: rgb(102,142,238); }
div.DivClassName
{
background-color: #668EEE;
}
.BgClassName
{
background-color: #668EEE;
}
</style>
border-color css
<style>
span { border-color: #668EEE; }
span { border-color: rgb(102,142,238); }
td.TdClassName
{
border-color: #668EEE;
}
.TagClassName
{
border-color: #668EEE;
}
</style>