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