Shades of Cornflower Blue #6582EE
Tints of Cornflower Blue #6582EE
RGB
CMYK
RGB Variations
Color information
#6582EE (or 0x6582EE) is known color: Cornflower Blue. HEX triplet: 65, 82 and EE. RGB value is (101,130,238). Sum of RGB (Red+Green+Blue) = 101+130+238=469 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.54% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #6582EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6582EE is #9A7D11. Grayscale: #858585. Windows color (decimal): -10124562 or 15630949. OLE color: 15630949.
HSL color Cylindrical-coordinate representation of color #6582EE: hue angle of 227.3º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6582EE is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 130 | 238 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.07 |
| HSL | 227.3º | 0.8% | 0.66% | - |
| HSV(B) | 227.3º | 0.58% | 0.93% | - |
| XYZ | 28.78 | 24.91 | 84.18 | - |
| YUV | 133.64 | 186.89 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 238 | 0.58 | 0.45 | 0 | 0.07 | 227.3 | 0.8 | 0.66 |
| Hex | 65 | 82 | EE | 3A | 2D | 0 | 7 | E3 | 50 | 42 |
| Octal | 145 | 202 | 356 | 72 | 55 | 0 | 7 | 343 | 120 | 102 |
| Binary | 1100101 | 10000010 | 11101110 | 111010 | 101101 | 0 | 111 | 11100011 | 1010000 | 1000010 |
Color Harmonies of #6582EE
Complementary color
Monochromatic Colors of #6582EE
Black with #6582EE
Text Example
Text Example
White with #6582EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6582EE; }
p { color: rgb(101,130,238); }
H1.HeaderClassName
{
color: #6582EE;
}
.AnyTagClassName
{
color: #6582EE;
}
</style>
background-color css
<style>
a { background-color: #6582EE; }
a { background-color: rgb(101,130,238); }
div.DivClassName
{
background-color: #6582EE;
}
.BgClassName
{
background-color: #6582EE;
}
</style>
border-color css
<style>
span { border-color: #6582EE; }
span { border-color: rgb(101,130,238); }
td.TdClassName
{
border-color: #6582EE;
}
.TagClassName
{
border-color: #6582EE;
}
</style>