Shades of Cornflower Blue #668CE0
Tints of Cornflower Blue #668CE0
RGB
CMYK
RGB Variations
Color information
#668CE0 (or 0x668CE0) is known color: Cornflower Blue. HEX triplet: 66, 8C and E0. RGB value is (102,140,224). Sum of RGB (Red+Green+Blue) = 102+140+224=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 224 (87.89% from 255 or 48.07% from 466); Max value from RGB is 224 - color contains mainly: blue. Hex color #668CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668CE0 is #99731F. Grayscale: #898989. Windows color (decimal): -10056480 or 14716006. OLE color: 14716006.
HSL color Cylindrical-coordinate representation of color #668CE0: hue angle of 221.31º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #668CE0 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 140 | 224 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.12 |
| HSL | 221.31º | 0.66% | 0.64% | - |
| HSV(B) | 221.31º | 0.54% | 0.88% | - |
| XYZ | 28.31 | 26.96 | 74.23 | - |
| YUV | 138.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 224 | 0.54 | 0.38 | 0 | 0.12 | 221.31 | 0.66 | 0.64 |
| Hex | 66 | 8C | E0 | 36 | 26 | 0 | C | DD | 42 | 40 |
| Octal | 146 | 214 | 340 | 66 | 46 | 0 | 14 | 335 | 102 | 100 |
| Binary | 1100110 | 10001100 | 11100000 | 110110 | 100110 | 0 | 1100 | 11011101 | 1000010 | 1000000 |
Color Harmonies of #668CE0
Complementary color
Monochromatic Colors of #668CE0
Black with #668CE0
Text Example
Text Example
White with #668CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CE0; }
p { color: rgb(102,140,224); }
H1.HeaderClassName
{
color: #668CE0;
}
.AnyTagClassName
{
color: #668CE0;
}
</style>
background-color css
<style>
a { background-color: #668CE0; }
a { background-color: rgb(102,140,224); }
div.DivClassName
{
background-color: #668CE0;
}
.BgClassName
{
background-color: #668CE0;
}
</style>
border-color css
<style>
span { border-color: #668CE0; }
span { border-color: rgb(102,140,224); }
td.TdClassName
{
border-color: #668CE0;
}
.TagClassName
{
border-color: #668CE0;
}
</style>