Shades of Cornflower Blue #668EE5
Tints of Cornflower Blue #668EE5
RGB
CMYK
RGB Variations
Color information
#668EE5 (or 0x668EE5) is known color: Cornflower Blue. HEX triplet: 66, 8E and E5. RGB value is (102,142,229). Sum of RGB (Red+Green+Blue) = 102+142+229=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #668EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668EE5 is #99711A. Grayscale: #8B8B8B. Windows color (decimal): -10055963 or 15044198. OLE color: 15044198.
HSL color Cylindrical-coordinate representation of color #668EE5: hue angle of 221.1º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #668EE5 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 142 | 229 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.10 |
| HSL | 221.1º | 0.71% | 0.65% | - |
| HSV(B) | 221.1º | 0.55% | 0.9% | - |
| XYZ | 29.3 | 27.83 | 77.96 | - |
| YUV | 139.96 | 178.25 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 229 | 0.55 | 0.38 | 0 | 0.10 | 221.1 | 0.71 | 0.65 |
| Hex | 66 | 8E | E5 | 37 | 26 | 0 | A | DD | 47 | 41 |
| Octal | 146 | 216 | 345 | 67 | 46 | 0 | 12 | 335 | 107 | 101 |
| Binary | 1100110 | 10001110 | 11100101 | 110111 | 100110 | 0 | 1010 | 11011101 | 1000111 | 1000001 |
Color Harmonies of #668EE5
Complementary color
Monochromatic Colors of #668EE5
Black with #668EE5
Text Example
Text Example
White with #668EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668EE5; }
p { color: rgb(102,142,229); }
H1.HeaderClassName
{
color: #668EE5;
}
.AnyTagClassName
{
color: #668EE5;
}
</style>
background-color css
<style>
a { background-color: #668EE5; }
a { background-color: rgb(102,142,229); }
div.DivClassName
{
background-color: #668EE5;
}
.BgClassName
{
background-color: #668EE5;
}
</style>
border-color css
<style>
span { border-color: #668EE5; }
span { border-color: rgb(102,142,229); }
td.TdClassName
{
border-color: #668EE5;
}
.TagClassName
{
border-color: #668EE5;
}
</style>