Shades of Cornflower Blue #6582EC
Tints of Cornflower Blue #6582EC
RGB
CMYK
RGB Variations
Color information
#6582EC (or 0x6582EC) is known color: Cornflower Blue. HEX triplet: 65, 82 and EC. RGB value is (101,130,236). Sum of RGB (Red+Green+Blue) = 101+130+236=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #6582EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6582EC is #9A7D13. Grayscale: #848484. Windows color (decimal): -10124564 or 15499877. OLE color: 15499877.
HSL color Cylindrical-coordinate representation of color #6582EC: hue angle of 227.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6582EC is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 130 | 236 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.07 |
| HSL | 227.11º | 0.78% | 0.66% | - |
| HSV(B) | 227.11º | 0.57% | 0.93% | - |
| XYZ | 28.49 | 24.79 | 82.64 | - |
| YUV | 133.41 | 185.89 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 236 | 0.57 | 0.45 | 0 | 0.07 | 227.11 | 0.78 | 0.66 |
| Hex | 65 | 82 | EC | 39 | 2D | 0 | 7 | E3 | 4E | 42 |
| Octal | 145 | 202 | 354 | 71 | 55 | 0 | 7 | 343 | 116 | 102 |
| Binary | 1100101 | 10000010 | 11101100 | 111001 | 101101 | 0 | 111 | 11100011 | 1001110 | 1000010 |
Color Harmonies of #6582EC
Complementary color
Monochromatic Colors of #6582EC
Black with #6582EC
Text Example
Text Example
White with #6582EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6582EC; }
p { color: rgb(101,130,236); }
H1.HeaderClassName
{
color: #6582EC;
}
.AnyTagClassName
{
color: #6582EC;
}
</style>
background-color css
<style>
a { background-color: #6582EC; }
a { background-color: rgb(101,130,236); }
div.DivClassName
{
background-color: #6582EC;
}
.BgClassName
{
background-color: #6582EC;
}
</style>
border-color css
<style>
span { border-color: #6582EC; }
span { border-color: rgb(101,130,236); }
td.TdClassName
{
border-color: #6582EC;
}
.TagClassName
{
border-color: #6582EC;
}
</style>