Shades of Cornflower Blue #668FDB
Tints of Cornflower Blue #668FDB
RGB
CMYK
RGB Variations
Color information
#668FDB (or 0x668FDB) is known color: Cornflower Blue. HEX triplet: 66, 8F and DB. RGB value is (102,143,219). Sum of RGB (Red+Green+Blue) = 102+143+219=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #668FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FDB is #997024. Grayscale: #8B8B8B. Windows color (decimal): -10055717 or 14389094. OLE color: 14389094.
HSL color Cylindrical-coordinate representation of color #668FDB: hue angle of 218.97º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668FDB is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 143 | 219 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.14 |
| HSL | 218.97º | 0.62% | 0.63% | - |
| HSV(B) | 218.97º | 0.53% | 0.86% | - |
| XYZ | 28.09 | 27.58 | 70.86 | - |
| YUV | 139.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 219 | 0.53 | 0.35 | 0 | 0.14 | 218.97 | 0.62 | 0.63 |
| Hex | 66 | 8F | DB | 35 | 23 | 0 | E | DB | 3E | 3F |
| Octal | 146 | 217 | 333 | 65 | 43 | 0 | 16 | 333 | 76 | 77 |
| Binary | 1100110 | 10001111 | 11011011 | 110101 | 100011 | 0 | 1110 | 11011011 | 111110 | 111111 |
Color Harmonies of #668FDB
Complementary color
Monochromatic Colors of #668FDB
Black with #668FDB
Text Example
Text Example
White with #668FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FDB; }
p { color: rgb(102,143,219); }
H1.HeaderClassName
{
color: #668FDB;
}
.AnyTagClassName
{
color: #668FDB;
}
</style>
background-color css
<style>
a { background-color: #668FDB; }
a { background-color: rgb(102,143,219); }
div.DivClassName
{
background-color: #668FDB;
}
.BgClassName
{
background-color: #668FDB;
}
</style>
border-color css
<style>
span { border-color: #668FDB; }
span { border-color: rgb(102,143,219); }
td.TdClassName
{
border-color: #668FDB;
}
.TagClassName
{
border-color: #668FDB;
}
</style>