Shades of Cornflower Blue #6594DB
Tints of Cornflower Blue #6594DB
RGB
CMYK
RGB Variations
Color information
#6594DB (or 0x6594DB) is known color: Cornflower Blue. HEX triplet: 65, 94 and DB. RGB value is (101,148,219). Sum of RGB (Red+Green+Blue) = 101+148+219=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #6594DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594DB is #9A6B24. Grayscale: #8D8D8D. Windows color (decimal): -10119973 or 14390373. OLE color: 14390373.
HSL color Cylindrical-coordinate representation of color #6594DB: hue angle of 216.1º 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 #6594DB is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 148 | 219 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.14 |
| HSL | 216.1º | 0.62% | 0.63% | - |
| HSV(B) | 216.1º | 0.54% | 0.86% | - |
| XYZ | 28.74 | 29.06 | 71.11 | - |
| YUV | 142.04 | 171.43 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 219 | 0.54 | 0.32 | 0 | 0.14 | 216.1 | 0.62 | 0.63 |
| Hex | 65 | 94 | DB | 36 | 20 | 0 | E | D8 | 3E | 3F |
| Octal | 145 | 224 | 333 | 66 | 40 | 0 | 16 | 330 | 76 | 77 |
| Binary | 1100101 | 10010100 | 11011011 | 110110 | 100000 | 0 | 1110 | 11011000 | 111110 | 111111 |
Color Harmonies of #6594DB
Complementary color
Monochromatic Colors of #6594DB
Black with #6594DB
Text Example
Text Example
White with #6594DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6594DB; }
p { color: rgb(101,148,219); }
H1.HeaderClassName
{
color: #6594DB;
}
.AnyTagClassName
{
color: #6594DB;
}
</style>
background-color css
<style>
a { background-color: #6594DB; }
a { background-color: rgb(101,148,219); }
div.DivClassName
{
background-color: #6594DB;
}
.BgClassName
{
background-color: #6594DB;
}
</style>
border-color css
<style>
span { border-color: #6594DB; }
span { border-color: rgb(101,148,219); }
td.TdClassName
{
border-color: #6594DB;
}
.TagClassName
{
border-color: #6594DB;
}
</style>