Shades of Cornflower Blue #6587DB
Tints of Cornflower Blue #6587DB
RGB
CMYK
RGB Variations
Color information
#6587DB (or 0x6587DB) is known color: Cornflower Blue. HEX triplet: 65, 87 and DB. RGB value is (101,135,219). Sum of RGB (Red+Green+Blue) = 101+135+219=455 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.20% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #6587DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6587DB is #9A7824. Grayscale: #868686. Windows color (decimal): -10123301 or 14387045. OLE color: 14387045.
HSL color Cylindrical-coordinate representation of color #6587DB: hue angle of 222.71º 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 #6587DB is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 135 | 219 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.14 |
| HSL | 222.71º | 0.62% | 0.63% | - |
| HSV(B) | 222.71º | 0.54% | 0.86% | - |
| XYZ | 26.82 | 25.21 | 70.47 | - |
| YUV | 134.41 | 175.74 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 219 | 0.54 | 0.38 | 0 | 0.14 | 222.71 | 0.62 | 0.63 |
| Hex | 65 | 87 | DB | 36 | 26 | 0 | E | DF | 3E | 3F |
| Octal | 145 | 207 | 333 | 66 | 46 | 0 | 16 | 337 | 76 | 77 |
| Binary | 1100101 | 10000111 | 11011011 | 110110 | 100110 | 0 | 1110 | 11011111 | 111110 | 111111 |
Color Harmonies of #6587DB
Complementary color
Monochromatic Colors of #6587DB
Black with #6587DB
Text Example
Text Example
White with #6587DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6587DB; }
p { color: rgb(101,135,219); }
H1.HeaderClassName
{
color: #6587DB;
}
.AnyTagClassName
{
color: #6587DB;
}
</style>
background-color css
<style>
a { background-color: #6587DB; }
a { background-color: rgb(101,135,219); }
div.DivClassName
{
background-color: #6587DB;
}
.BgClassName
{
background-color: #6587DB;
}
</style>
border-color css
<style>
span { border-color: #6587DB; }
span { border-color: rgb(101,135,219); }
td.TdClassName
{
border-color: #6587DB;
}
.TagClassName
{
border-color: #6587DB;
}
</style>