Shades of Cornflower Blue #6591EC
Tints of Cornflower Blue #6591EC
RGB
CMYK
RGB Variations
Color information
#6591EC (or 0x6591EC) is known color: Cornflower Blue. HEX triplet: 65, 91 and EC. RGB value is (101,145,236). Sum of RGB (Red+Green+Blue) = 101+145+236=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #6591EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6591EC is #9A6E13. Grayscale: #8D8D8D. Windows color (decimal): -10120724 or 15503717. OLE color: 15503717.
HSL color Cylindrical-coordinate representation of color #6591EC: hue angle of 220.44º 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 #6591EC is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 145 | 236 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.07 |
| HSL | 220.44º | 0.78% | 0.66% | - |
| HSV(B) | 220.44º | 0.57% | 0.93% | - |
| XYZ | 30.63 | 29.07 | 83.35 | - |
| YUV | 142.22 | 180.92 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 145 | 236 | 0.57 | 0.39 | 0 | 0.07 | 220.44 | 0.78 | 0.66 |
| Hex | 65 | 91 | EC | 39 | 27 | 0 | 7 | DC | 4E | 42 |
| Octal | 145 | 221 | 354 | 71 | 47 | 0 | 7 | 334 | 116 | 102 |
| Binary | 1100101 | 10010001 | 11101100 | 111001 | 100111 | 0 | 111 | 11011100 | 1001110 | 1000010 |
Color Harmonies of #6591EC
Complementary color
Monochromatic Colors of #6591EC
Black with #6591EC
Text Example
Text Example
White with #6591EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6591EC; }
p { color: rgb(101,145,236); }
H1.HeaderClassName
{
color: #6591EC;
}
.AnyTagClassName
{
color: #6591EC;
}
</style>
background-color css
<style>
a { background-color: #6591EC; }
a { background-color: rgb(101,145,236); }
div.DivClassName
{
background-color: #6591EC;
}
.BgClassName
{
background-color: #6591EC;
}
</style>
border-color css
<style>
span { border-color: #6591EC; }
span { border-color: rgb(101,145,236); }
td.TdClassName
{
border-color: #6591EC;
}
.TagClassName
{
border-color: #6591EC;
}
</style>