Shades of Cornflower Blue #6690DB
Tints of Cornflower Blue #6690DB
RGB
CMYK
RGB Variations
Color information
#6690DB (or 0x6690DB) is known color: Cornflower Blue. HEX triplet: 66, 90 and DB. RGB value is (102,144,219). Sum of RGB (Red+Green+Blue) = 102+144+219=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #6690DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6690DB is #996F24. Grayscale: #8B8B8B. Windows color (decimal): -10055461 or 14389350. OLE color: 14389350.
HSL color Cylindrical-coordinate representation of color #6690DB: hue angle of 218.46º 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 #6690DB is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 144 | 219 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.14 |
| HSL | 218.46º | 0.62% | 0.63% | - |
| HSV(B) | 218.46º | 0.53% | 0.86% | - |
| XYZ | 28.24 | 27.89 | 70.91 | - |
| YUV | 139.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 219 | 0.53 | 0.34 | 0 | 0.14 | 218.46 | 0.62 | 0.63 |
| Hex | 66 | 90 | DB | 35 | 22 | 0 | E | DA | 3E | 3F |
| Octal | 146 | 220 | 333 | 65 | 42 | 0 | 16 | 332 | 76 | 77 |
| Binary | 1100110 | 10010000 | 11011011 | 110101 | 100010 | 0 | 1110 | 11011010 | 111110 | 111111 |
Color Harmonies of #6690DB
Complementary color
Monochromatic Colors of #6690DB
Black with #6690DB
Text Example
Text Example
White with #6690DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6690DB; }
p { color: rgb(102,144,219); }
H1.HeaderClassName
{
color: #6690DB;
}
.AnyTagClassName
{
color: #6690DB;
}
</style>
background-color css
<style>
a { background-color: #6690DB; }
a { background-color: rgb(102,144,219); }
div.DivClassName
{
background-color: #6690DB;
}
.BgClassName
{
background-color: #6690DB;
}
</style>
border-color css
<style>
span { border-color: #6690DB; }
span { border-color: rgb(102,144,219); }
td.TdClassName
{
border-color: #6690DB;
}
.TagClassName
{
border-color: #6690DB;
}
</style>