Shades of Cornflower Blue #6580DA
Tints of Cornflower Blue #6580DA
RGB
CMYK
RGB Variations
Color information
#6580DA (or 0x6580DA) is known color: Cornflower Blue. HEX triplet: 65, 80 and DA. RGB value is (101,128,218). Sum of RGB (Red+Green+Blue) = 101+128+218=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #6580DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6580DA is #9A7F25. Grayscale: #818181. Windows color (decimal): -10125094 or 14319717. OLE color: 14319717.
HSL color Cylindrical-coordinate representation of color #6580DA: hue angle of 226.15º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6580DA is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 128 | 218 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.15 |
| HSL | 226.15º | 0.61% | 0.63% | - |
| HSV(B) | 226.15º | 0.54% | 0.85% | - |
| XYZ | 25.74 | 23.27 | 69.46 | - |
| YUV | 130.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 218 | 0.54 | 0.41 | 0 | 0.15 | 226.15 | 0.61 | 0.63 |
| Hex | 65 | 80 | DA | 36 | 29 | 0 | F | E2 | 3D | 3F |
| Octal | 145 | 200 | 332 | 66 | 51 | 0 | 17 | 342 | 75 | 77 |
| Binary | 1100101 | 10000000 | 11011010 | 110110 | 101001 | 0 | 1111 | 11100010 | 111101 | 111111 |
Color Harmonies of #6580DA
Complementary color
Monochromatic Colors of #6580DA
Black with #6580DA
Text Example
Text Example
White with #6580DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6580DA; }
p { color: rgb(101,128,218); }
H1.HeaderClassName
{
color: #6580DA;
}
.AnyTagClassName
{
color: #6580DA;
}
</style>
background-color css
<style>
a { background-color: #6580DA; }
a { background-color: rgb(101,128,218); }
div.DivClassName
{
background-color: #6580DA;
}
.BgClassName
{
background-color: #6580DA;
}
</style>
border-color css
<style>
span { border-color: #6580DA; }
span { border-color: rgb(101,128,218); }
td.TdClassName
{
border-color: #6580DA;
}
.TagClassName
{
border-color: #6580DA;
}
</style>