Shades of Cornflower Blue #6590DB
Tints of Cornflower Blue #6590DB
RGB
CMYK
RGB Variations
Color information
#6590DB (or 0x6590DB) is known color: Cornflower Blue. HEX triplet: 65, 90 and DB. RGB value is (101,144,219). Sum of RGB (Red+Green+Blue) = 101+144+219=464 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.77% from 464); Green value is 144 (56.64% from 255 or 31.03% 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 #6590DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590DB is #9A6F24. Grayscale: #8B8B8B. Windows color (decimal): -10120997 or 14389349. OLE color: 14389349.
HSL color Cylindrical-coordinate representation of color #6590DB: hue angle of 218.14º 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 #6590DB is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 144 | 219 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.14 |
| HSL | 218.14º | 0.62% | 0.63% | - |
| HSV(B) | 218.14º | 0.54% | 0.86% | - |
| XYZ | 28.13 | 27.83 | 70.91 | - |
| YUV | 139.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 219 | 0.54 | 0.34 | 0 | 0.14 | 218.14 | 0.62 | 0.63 |
| Hex | 65 | 90 | DB | 36 | 22 | 0 | E | DA | 3E | 3F |
| Octal | 145 | 220 | 333 | 66 | 42 | 0 | 16 | 332 | 76 | 77 |
| Binary | 1100101 | 10010000 | 11011011 | 110110 | 100010 | 0 | 1110 | 11011010 | 111110 | 111111 |
Color Harmonies of #6590DB
Complementary color
Monochromatic Colors of #6590DB
Black with #6590DB
Text Example
Text Example
White with #6590DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6590DB; }
p { color: rgb(101,144,219); }
H1.HeaderClassName
{
color: #6590DB;
}
.AnyTagClassName
{
color: #6590DB;
}
</style>
background-color css
<style>
a { background-color: #6590DB; }
a { background-color: rgb(101,144,219); }
div.DivClassName
{
background-color: #6590DB;
}
.BgClassName
{
background-color: #6590DB;
}
</style>
border-color css
<style>
span { border-color: #6590DB; }
span { border-color: rgb(101,144,219); }
td.TdClassName
{
border-color: #6590DB;
}
.TagClassName
{
border-color: #6590DB;
}
</style>