Shades of Cornflower Blue #668CEC
Tints of Cornflower Blue #668CEC
RGB
CMYK
RGB Variations
Color information
#668CEC (or 0x668CEC) is known color: Cornflower Blue. HEX triplet: 66, 8C and EC. RGB value is (102,140,236). Sum of RGB (Red+Green+Blue) = 102+140+236=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #668CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CEC is #997313. Grayscale: #8B8B8B. Windows color (decimal): -10056468 or 15502438. OLE color: 15502438.
HSL color Cylindrical-coordinate representation of color #668CEC: hue angle of 222.99º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668CEC is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 140 | 236 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.07 |
| HSL | 222.99º | 0.78% | 0.66% | - |
| HSV(B) | 222.99º | 0.57% | 0.93% | - |
| XYZ | 30 | 27.64 | 83.11 | - |
| YUV | 139.58 | 182.41 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 236 | 0.57 | 0.41 | 0 | 0.07 | 222.99 | 0.78 | 0.66 |
| Hex | 66 | 8C | EC | 39 | 29 | 0 | 7 | DF | 4E | 42 |
| Octal | 146 | 214 | 354 | 71 | 51 | 0 | 7 | 337 | 116 | 102 |
| Binary | 1100110 | 10001100 | 11101100 | 111001 | 101001 | 0 | 111 | 11011111 | 1001110 | 1000010 |
Color Harmonies of #668CEC
Complementary color
Monochromatic Colors of #668CEC
Black with #668CEC
Text Example
Text Example
White with #668CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CEC; }
p { color: rgb(102,140,236); }
H1.HeaderClassName
{
color: #668CEC;
}
.AnyTagClassName
{
color: #668CEC;
}
</style>
background-color css
<style>
a { background-color: #668CEC; }
a { background-color: rgb(102,140,236); }
div.DivClassName
{
background-color: #668CEC;
}
.BgClassName
{
background-color: #668CEC;
}
</style>
border-color css
<style>
span { border-color: #668CEC; }
span { border-color: rgb(102,140,236); }
td.TdClassName
{
border-color: #668CEC;
}
.TagClassName
{
border-color: #668CEC;
}
</style>