Shades of Cornflower Blue #668ED8
Tints of Cornflower Blue #668ED8
RGB
CMYK
RGB Variations
Color information
#668ED8 (or 0x668ED8) is known color: Cornflower Blue. HEX triplet: 66, 8E and D8. RGB value is (102,142,216). Sum of RGB (Red+Green+Blue) = 102+142+216=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #668ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ED8 is #997127. Grayscale: #8A8A8A. Windows color (decimal): -10055976 or 14192230. OLE color: 14192230.
HSL color Cylindrical-coordinate representation of color #668ED8: hue angle of 218.95º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668ED8 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 142 | 216 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.15 |
| HSL | 218.95º | 0.59% | 0.62% | - |
| HSV(B) | 218.95º | 0.53% | 0.85% | - |
| XYZ | 27.55 | 27.13 | 68.75 | - |
| YUV | 138.48 | 171.75 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 216 | 0.53 | 0.34 | 0 | 0.15 | 218.95 | 0.59 | 0.62 |
| Hex | 66 | 8E | D8 | 35 | 22 | 0 | F | DB | 3B | 3E |
| Octal | 146 | 216 | 330 | 65 | 42 | 0 | 17 | 333 | 73 | 76 |
| Binary | 1100110 | 10001110 | 11011000 | 110101 | 100010 | 0 | 1111 | 11011011 | 111011 | 111110 |
Color Harmonies of #668ED8
Complementary color
Monochromatic Colors of #668ED8
Black with #668ED8
Text Example
Text Example
White with #668ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668ED8; }
p { color: rgb(102,142,216); }
H1.HeaderClassName
{
color: #668ED8;
}
.AnyTagClassName
{
color: #668ED8;
}
</style>
background-color css
<style>
a { background-color: #668ED8; }
a { background-color: rgb(102,142,216); }
div.DivClassName
{
background-color: #668ED8;
}
.BgClassName
{
background-color: #668ED8;
}
</style>
border-color css
<style>
span { border-color: #668ED8; }
span { border-color: rgb(102,142,216); }
td.TdClassName
{
border-color: #668ED8;
}
.TagClassName
{
border-color: #668ED8;
}
</style>