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