Shades of Cornflower Blue #668BEE
Tints of Cornflower Blue #668BEE
RGB
CMYK
RGB Variations
Color information
#668BEE (or 0x668BEE) is known color: Cornflower Blue. HEX triplet: 66, 8B and EE. RGB value is (102,139,238). Sum of RGB (Red+Green+Blue) = 102+139+238=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #668BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BEE is #997411. Grayscale: #8A8A8A. Windows color (decimal): -10056722 or 15633254. OLE color: 15633254.
HSL color Cylindrical-coordinate representation of color #668BEE: hue angle of 223.68º 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 #668BEE is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 139 | 238 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.07 |
| HSL | 223.68º | 0.8% | 0.67% | - |
| HSV(B) | 223.68º | 0.57% | 0.93% | - |
| XYZ | 30.14 | 27.46 | 84.6 | - |
| YUV | 139.22 | 183.74 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 238 | 0.57 | 0.42 | 0 | 0.07 | 223.68 | 0.8 | 0.67 |
| Hex | 66 | 8B | EE | 39 | 2A | 0 | 7 | E0 | 50 | 43 |
| Octal | 146 | 213 | 356 | 71 | 52 | 0 | 7 | 340 | 120 | 103 |
| Binary | 1100110 | 10001011 | 11101110 | 111001 | 101010 | 0 | 111 | 11100000 | 1010000 | 1000011 |
Color Harmonies of #668BEE
Complementary color
Monochromatic Colors of #668BEE
Black with #668BEE
Text Example
Text Example
White with #668BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BEE; }
p { color: rgb(102,139,238); }
H1.HeaderClassName
{
color: #668BEE;
}
.AnyTagClassName
{
color: #668BEE;
}
</style>
background-color css
<style>
a { background-color: #668BEE; }
a { background-color: rgb(102,139,238); }
div.DivClassName
{
background-color: #668BEE;
}
.BgClassName
{
background-color: #668BEE;
}
</style>
border-color css
<style>
span { border-color: #668BEE; }
span { border-color: rgb(102,139,238); }
td.TdClassName
{
border-color: #668BEE;
}
.TagClassName
{
border-color: #668BEE;
}
</style>