Shades of Cornflower Blue #668CEF
Tints of Cornflower Blue #668CEF
RGB
CMYK
RGB Variations
Color information
#668CEF (or 0x668CEF) is known color: Cornflower Blue. HEX triplet: 66, 8C and EF. RGB value is (102,140,239). Sum of RGB (Red+Green+Blue) = 102+140+239=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #668CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CEF is #997310. Grayscale: #8B8B8B. Windows color (decimal): -10056465 or 15699046. OLE color: 15699046.
HSL color Cylindrical-coordinate representation of color #668CEF: hue angle of 223.36º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668CEF is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 140 | 239 | - |
| CMYK | 0.57 | 0.41 | 0 | 0.06 |
| HSL | 223.36º | 0.81% | 0.67% | - |
| HSV(B) | 223.36º | 0.57% | 0.94% | - |
| XYZ | 30.44 | 27.81 | 85.43 | - |
| YUV | 139.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 140 | 239 | 0.57 | 0.41 | 0 | 0.06 | 223.36 | 0.81 | 0.67 |
| Hex | 66 | 8C | EF | 39 | 29 | 0 | 6 | DF | 51 | 43 |
| Octal | 146 | 214 | 357 | 71 | 51 | 0 | 6 | 337 | 121 | 103 |
| Binary | 1100110 | 10001100 | 11101111 | 111001 | 101001 | 0 | 110 | 11011111 | 1010001 | 1000011 |
Color Harmonies of #668CEF
Complementary color
Monochromatic Colors of #668CEF
Black with #668CEF
Text Example
Text Example
White with #668CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668CEF; }
p { color: rgb(102,140,239); }
H1.HeaderClassName
{
color: #668CEF;
}
.AnyTagClassName
{
color: #668CEF;
}
</style>
background-color css
<style>
a { background-color: #668CEF; }
a { background-color: rgb(102,140,239); }
div.DivClassName
{
background-color: #668CEF;
}
.BgClassName
{
background-color: #668CEF;
}
</style>
border-color css
<style>
span { border-color: #668CEF; }
span { border-color: rgb(102,140,239); }
td.TdClassName
{
border-color: #668CEF;
}
.TagClassName
{
border-color: #668CEF;
}
</style>