Shades of Cornflower Blue #6586DB
Tints of Cornflower Blue #6586DB
RGB
CMYK
RGB Variations
Color information
#6586DB (or 0x6586DB) is known color: Cornflower Blue. HEX triplet: 65, 86 and DB. RGB value is (101,134,219). Sum of RGB (Red+Green+Blue) = 101+134+219=454 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.25% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #6586DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6586DB is #9A7924. Grayscale: #858585. Windows color (decimal): -10123557 or 14386789. OLE color: 14386789.
HSL color Cylindrical-coordinate representation of color #6586DB: hue angle of 223.22º 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 #6586DB is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 134 | 219 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.14 |
| HSL | 223.22º | 0.62% | 0.63% | - |
| HSV(B) | 223.22º | 0.54% | 0.86% | - |
| XYZ | 26.68 | 24.93 | 70.42 | - |
| YUV | 133.82 | 176.07 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 219 | 0.54 | 0.39 | 0 | 0.14 | 223.22 | 0.62 | 0.63 |
| Hex | 65 | 86 | DB | 36 | 27 | 0 | E | DF | 3E | 3F |
| Octal | 145 | 206 | 333 | 66 | 47 | 0 | 16 | 337 | 76 | 77 |
| Binary | 1100101 | 10000110 | 11011011 | 110110 | 100111 | 0 | 1110 | 11011111 | 111110 | 111111 |
Color Harmonies of #6586DB
Complementary color
Monochromatic Colors of #6586DB
Black with #6586DB
Text Example
Text Example
White with #6586DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6586DB; }
p { color: rgb(101,134,219); }
H1.HeaderClassName
{
color: #6586DB;
}
.AnyTagClassName
{
color: #6586DB;
}
</style>
background-color css
<style>
a { background-color: #6586DB; }
a { background-color: rgb(101,134,219); }
div.DivClassName
{
background-color: #6586DB;
}
.BgClassName
{
background-color: #6586DB;
}
</style>
border-color css
<style>
span { border-color: #6586DB; }
span { border-color: rgb(101,134,219); }
td.TdClassName
{
border-color: #6586DB;
}
.TagClassName
{
border-color: #6586DB;
}
</style>