Shades of Cornflower Blue #6591EE
Tints of Cornflower Blue #6591EE
RGB
CMYK
RGB Variations
Color information
#6591EE (or 0x6591EE) is known color: Cornflower Blue. HEX triplet: 65, 91 and EE. RGB value is (101,145,238). Sum of RGB (Red+Green+Blue) = 101+145+238=484 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.87% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #6591EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6591EE is #9A6E11. Grayscale: #8E8E8E. Windows color (decimal): -10120722 or 15634789. OLE color: 15634789.
HSL color Cylindrical-coordinate representation of color #6591EE: hue angle of 220.73º 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 #6591EE is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 145 | 238 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.07 |
| HSL | 220.73º | 0.8% | 0.66% | - |
| HSV(B) | 220.73º | 0.58% | 0.93% | - |
| XYZ | 30.92 | 29.19 | 84.89 | - |
| YUV | 142.45 | 181.92 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 238 | 0.58 | 0.39 | 0 | 0.07 | 220.73 | 0.8 | 0.66 |
| Hex | 65 | 91 | EE | 3A | 27 | 0 | 7 | DD | 50 | 42 |
| Octal | 145 | 221 | 356 | 72 | 47 | 0 | 7 | 335 | 120 | 102 |
| Binary | 1100101 | 10010001 | 11101110 | 111010 | 100111 | 0 | 111 | 11011101 | 1010000 | 1000010 |
Color Harmonies of #6591EE
Complementary color
Monochromatic Colors of #6591EE
Black with #6591EE
Text Example
Text Example
White with #6591EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6591EE; }
p { color: rgb(101,145,238); }
H1.HeaderClassName
{
color: #6591EE;
}
.AnyTagClassName
{
color: #6591EE;
}
</style>
background-color css
<style>
a { background-color: #6591EE; }
a { background-color: rgb(101,145,238); }
div.DivClassName
{
background-color: #6591EE;
}
.BgClassName
{
background-color: #6591EE;
}
</style>
border-color css
<style>
span { border-color: #6591EE; }
span { border-color: rgb(101,145,238); }
td.TdClassName
{
border-color: #6591EE;
}
.TagClassName
{
border-color: #6591EE;
}
</style>