Shades of Cornflower Blue #6580DB
Tints of Cornflower Blue #6580DB
RGB
CMYK
RGB Variations
Color information
#6580DB (or 0x6580DB) is known color: Cornflower Blue. HEX triplet: 65, 80 and DB. RGB value is (101,128,219). Sum of RGB (Red+Green+Blue) = 101+128+219=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #6580DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580DB is #9A7F24. Grayscale: #818181. Windows color (decimal): -10125093 or 14385253. OLE color: 14385253.
HSL color Cylindrical-coordinate representation of color #6580DB: hue angle of 226.27º 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 #6580DB is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 128 | 219 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.14 |
| HSL | 226.27º | 0.62% | 0.63% | - |
| HSV(B) | 226.27º | 0.54% | 0.86% | - |
| XYZ | 25.87 | 23.32 | 70.16 | - |
| YUV | 130.3 | 178.05 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 219 | 0.54 | 0.42 | 0 | 0.14 | 226.27 | 0.62 | 0.63 |
| Hex | 65 | 80 | DB | 36 | 2A | 0 | E | E2 | 3E | 3F |
| Octal | 145 | 200 | 333 | 66 | 52 | 0 | 16 | 342 | 76 | 77 |
| Binary | 1100101 | 10000000 | 11011011 | 110110 | 101010 | 0 | 1110 | 11100010 | 111110 | 111111 |
Color Harmonies of #6580DB
Complementary color
Monochromatic Colors of #6580DB
Black with #6580DB
Text Example
Text Example
White with #6580DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6580DB; }
p { color: rgb(101,128,219); }
H1.HeaderClassName
{
color: #6580DB;
}
.AnyTagClassName
{
color: #6580DB;
}
</style>
background-color css
<style>
a { background-color: #6580DB; }
a { background-color: rgb(101,128,219); }
div.DivClassName
{
background-color: #6580DB;
}
.BgClassName
{
background-color: #6580DB;
}
</style>
border-color css
<style>
span { border-color: #6580DB; }
span { border-color: rgb(101,128,219); }
td.TdClassName
{
border-color: #6580DB;
}
.TagClassName
{
border-color: #6580DB;
}
</style>