Shades of Cornflower Blue #6580DC
Tints of Cornflower Blue #6580DC
RGB
CMYK
RGB Variations
Color information
#6580DC (or 0x6580DC) is known color: Cornflower Blue. HEX triplet: 65, 80 and DC. RGB value is (101,128,220). Sum of RGB (Red+Green+Blue) = 101+128+220=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #6580DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580DC is #9A7F23. Grayscale: #828282. Windows color (decimal): -10125092 or 14450789. OLE color: 14450789.
HSL color Cylindrical-coordinate representation of color #6580DC: hue angle of 226.39º degrees, saturation: 0.63, 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 #6580DC is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 128 | 220 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.14 |
| HSL | 226.39º | 0.63% | 0.63% | - |
| HSV(B) | 226.39º | 0.54% | 0.86% | - |
| XYZ | 26 | 23.37 | 70.85 | - |
| YUV | 130.42 | 178.55 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 220 | 0.54 | 0.42 | 0 | 0.14 | 226.39 | 0.63 | 0.63 |
| Hex | 65 | 80 | DC | 36 | 2A | 0 | E | E2 | 3F | 3F |
| Octal | 145 | 200 | 334 | 66 | 52 | 0 | 16 | 342 | 77 | 77 |
| Binary | 1100101 | 10000000 | 11011100 | 110110 | 101010 | 0 | 1110 | 11100010 | 111111 | 111111 |
Color Harmonies of #6580DC
Complementary color
Monochromatic Colors of #6580DC
Black with #6580DC
Text Example
Text Example
White with #6580DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6580DC; }
p { color: rgb(101,128,220); }
H1.HeaderClassName
{
color: #6580DC;
}
.AnyTagClassName
{
color: #6580DC;
}
</style>
background-color css
<style>
a { background-color: #6580DC; }
a { background-color: rgb(101,128,220); }
div.DivClassName
{
background-color: #6580DC;
}
.BgClassName
{
background-color: #6580DC;
}
</style>
border-color css
<style>
span { border-color: #6580DC; }
span { border-color: rgb(101,128,220); }
td.TdClassName
{
border-color: #6580DC;
}
.TagClassName
{
border-color: #6580DC;
}
</style>