Shades of Cornflower Blue #6585DB
Tints of Cornflower Blue #6585DB
RGB
CMYK
RGB Variations
Color information
#6585DB (or 0x6585DB) is known color: Cornflower Blue. HEX triplet: 65, 85 and DB. RGB value is (101,133,219). Sum of RGB (Red+Green+Blue) = 101+133+219=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #6585DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6585DB is #9A7A24. Grayscale: #848484. Windows color (decimal): -10123813 or 14386533. OLE color: 14386533.
HSL color Cylindrical-coordinate representation of color #6585DB: hue angle of 223.73º 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 #6585DB is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 133 | 219 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.14 |
| HSL | 223.73º | 0.62% | 0.63% | - |
| HSV(B) | 223.73º | 0.54% | 0.86% | - |
| XYZ | 26.54 | 24.66 | 70.38 | - |
| YUV | 133.24 | 176.4 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 219 | 0.54 | 0.39 | 0 | 0.14 | 223.73 | 0.62 | 0.63 |
| Hex | 65 | 85 | DB | 36 | 27 | 0 | E | E0 | 3E | 3F |
| Octal | 145 | 205 | 333 | 66 | 47 | 0 | 16 | 340 | 76 | 77 |
| Binary | 1100101 | 10000101 | 11011011 | 110110 | 100111 | 0 | 1110 | 11100000 | 111110 | 111111 |
Color Harmonies of #6585DB
Complementary color
Monochromatic Colors of #6585DB
Black with #6585DB
Text Example
Text Example
White with #6585DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6585DB; }
p { color: rgb(101,133,219); }
H1.HeaderClassName
{
color: #6585DB;
}
.AnyTagClassName
{
color: #6585DB;
}
</style>
background-color css
<style>
a { background-color: #6585DB; }
a { background-color: rgb(101,133,219); }
div.DivClassName
{
background-color: #6585DB;
}
.BgClassName
{
background-color: #6585DB;
}
</style>
border-color css
<style>
span { border-color: #6585DB; }
span { border-color: rgb(101,133,219); }
td.TdClassName
{
border-color: #6585DB;
}
.TagClassName
{
border-color: #6585DB;
}
</style>