Shades of Cornflower Blue #6582DA
Tints of Cornflower Blue #6582DA
RGB
CMYK
RGB Variations
Color information
#6582DA (or 0x6582DA) is known color: Cornflower Blue. HEX triplet: 65, 82 and DA. RGB value is (101,130,218). Sum of RGB (Red+Green+Blue) = 101+130+218=449 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.49% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #6582DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6582DA is #9A7D25. Grayscale: #828282. Windows color (decimal): -10124582 or 14320229. OLE color: 14320229.
HSL color Cylindrical-coordinate representation of color #6582DA: hue angle of 225.13º 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 #6582DA is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 130 | 218 | - |
| CMYK | 0.54 | 0.40 | 0 | 0.15 |
| HSL | 225.13º | 0.61% | 0.63% | - |
| HSV(B) | 225.13º | 0.54% | 0.85% | - |
| XYZ | 26 | 23.79 | 69.55 | - |
| YUV | 131.36 | 176.89 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 218 | 0.54 | 0.40 | 0 | 0.15 | 225.13 | 0.61 | 0.63 |
| Hex | 65 | 82 | DA | 36 | 28 | 0 | F | E1 | 3D | 3F |
| Octal | 145 | 202 | 332 | 66 | 50 | 0 | 17 | 341 | 75 | 77 |
| Binary | 1100101 | 10000010 | 11011010 | 110110 | 101000 | 0 | 1111 | 11100001 | 111101 | 111111 |
Color Harmonies of #6582DA
Complementary color
Monochromatic Colors of #6582DA
Black with #6582DA
Text Example
Text Example
White with #6582DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6582DA; }
p { color: rgb(101,130,218); }
H1.HeaderClassName
{
color: #6582DA;
}
.AnyTagClassName
{
color: #6582DA;
}
</style>
background-color css
<style>
a { background-color: #6582DA; }
a { background-color: rgb(101,130,218); }
div.DivClassName
{
background-color: #6582DA;
}
.BgClassName
{
background-color: #6582DA;
}
</style>
border-color css
<style>
span { border-color: #6582DA; }
span { border-color: rgb(101,130,218); }
td.TdClassName
{
border-color: #6582DA;
}
.TagClassName
{
border-color: #6582DA;
}
</style>