Shades of Cornflower Blue #6490DB
Tints of Cornflower Blue #6490DB
RGB
CMYK
RGB Variations
Color information
#6490DB (or 0x6490DB) is known color: Cornflower Blue. HEX triplet: 64, 90 and DB. RGB value is (100,144,219). Sum of RGB (Red+Green+Blue) = 100+144+219=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #6490DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490DB is #9B6F24. Grayscale: #8B8B8B. Windows color (decimal): -10186533 or 14389348. OLE color: 14389348.
HSL color Cylindrical-coordinate representation of color #6490DB: hue angle of 217.82º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6490DB is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 144 | 219 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.14 |
| HSL | 217.82º | 0.62% | 0.63% | - |
| HSV(B) | 217.82º | 0.54% | 0.86% | - |
| XYZ | 28.01 | 27.77 | 70.9 | - |
| YUV | 139.39 | 172.92 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 219 | 0.54 | 0.34 | 0 | 0.14 | 217.82 | 0.62 | 0.63 |
| Hex | 64 | 90 | DB | 36 | 22 | 0 | E | DA | 3E | 3F |
| Octal | 144 | 220 | 333 | 66 | 42 | 0 | 16 | 332 | 76 | 77 |
| Binary | 1100100 | 10010000 | 11011011 | 110110 | 100010 | 0 | 1110 | 11011010 | 111110 | 111111 |
Color Harmonies of #6490DB
Complementary color
Monochromatic Colors of #6490DB
Black with #6490DB
Text Example
Text Example
White with #6490DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6490DB; }
p { color: rgb(100,144,219); }
H1.HeaderClassName
{
color: #6490DB;
}
.AnyTagClassName
{
color: #6490DB;
}
</style>
background-color css
<style>
a { background-color: #6490DB; }
a { background-color: rgb(100,144,219); }
div.DivClassName
{
background-color: #6490DB;
}
.BgClassName
{
background-color: #6490DB;
}
</style>
border-color css
<style>
span { border-color: #6490DB; }
span { border-color: rgb(100,144,219); }
td.TdClassName
{
border-color: #6490DB;
}
.TagClassName
{
border-color: #6490DB;
}
</style>