Shades of Cornflower Blue #668DEE
Tints of Cornflower Blue #668DEE
RGB
CMYK
RGB Variations
Color information
#668DEE (or 0x668DEE) is known color: Cornflower Blue. HEX triplet: 66, 8D and EE. RGB value is (102,141,238). Sum of RGB (Red+Green+Blue) = 102+141+238=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #668DEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668DEE is #997211. Grayscale: #8B8B8B. Windows color (decimal): -10056210 or 15633766. OLE color: 15633766.
HSL color Cylindrical-coordinate representation of color #668DEE: hue angle of 222.79º 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 #668DEE is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 141 | 238 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.07 |
| HSL | 222.79º | 0.8% | 0.67% | - |
| HSV(B) | 222.79º | 0.57% | 0.93% | - |
| XYZ | 30.44 | 28.05 | 84.7 | - |
| YUV | 140.4 | 183.08 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 238 | 0.57 | 0.41 | 0 | 0.07 | 222.79 | 0.8 | 0.67 |
| Hex | 66 | 8D | EE | 39 | 29 | 0 | 7 | DF | 50 | 43 |
| Octal | 146 | 215 | 356 | 71 | 51 | 0 | 7 | 337 | 120 | 103 |
| Binary | 1100110 | 10001101 | 11101110 | 111001 | 101001 | 0 | 111 | 11011111 | 1010000 | 1000011 |
Color Harmonies of #668DEE
Complementary color
Monochromatic Colors of #668DEE
Black with #668DEE
Text Example
Text Example
White with #668DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668DEE; }
p { color: rgb(102,141,238); }
H1.HeaderClassName
{
color: #668DEE;
}
.AnyTagClassName
{
color: #668DEE;
}
</style>
background-color css
<style>
a { background-color: #668DEE; }
a { background-color: rgb(102,141,238); }
div.DivClassName
{
background-color: #668DEE;
}
.BgClassName
{
background-color: #668DEE;
}
</style>
border-color css
<style>
span { border-color: #668DEE; }
span { border-color: rgb(102,141,238); }
td.TdClassName
{
border-color: #668DEE;
}
.TagClassName
{
border-color: #668DEE;
}
</style>