Shades of Cornflower Blue #6599EC
Tints of Cornflower Blue #6599EC
RGB
CMYK
RGB Variations
Color information
#6599EC (or 0x6599EC) is known color: Cornflower Blue. HEX triplet: 65, 99 and EC. RGB value is (101,153,236). Sum of RGB (Red+Green+Blue) = 101+153+236=490 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.61% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #6599EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6599EC is #9A6613. Grayscale: #929292. Windows color (decimal): -10118676 or 15505765. OLE color: 15505765.
HSL color Cylindrical-coordinate representation of color #6599EC: hue angle of 216.89º 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 #6599EC is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 153 | 236 | - |
| CMYK | 0.57 | 0.35 | 0 | 0.07 |
| HSL | 216.89º | 0.78% | 0.66% | - |
| HSV(B) | 216.89º | 0.57% | 0.93% | - |
| XYZ | 31.9 | 31.61 | 83.78 | - |
| YUV | 146.91 | 178.27 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 236 | 0.57 | 0.35 | 0 | 0.07 | 216.89 | 0.78 | 0.66 |
| Hex | 65 | 99 | EC | 39 | 23 | 0 | 7 | D9 | 4E | 42 |
| Octal | 145 | 231 | 354 | 71 | 43 | 0 | 7 | 331 | 116 | 102 |
| Binary | 1100101 | 10011001 | 11101100 | 111001 | 100011 | 0 | 111 | 11011001 | 1001110 | 1000010 |
Color Harmonies of #6599EC
Complementary color
Monochromatic Colors of #6599EC
Black with #6599EC
Text Example
Text Example
White with #6599EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6599EC; }
p { color: rgb(101,153,236); }
H1.HeaderClassName
{
color: #6599EC;
}
.AnyTagClassName
{
color: #6599EC;
}
</style>
background-color css
<style>
a { background-color: #6599EC; }
a { background-color: rgb(101,153,236); }
div.DivClassName
{
background-color: #6599EC;
}
.BgClassName
{
background-color: #6599EC;
}
</style>
border-color css
<style>
span { border-color: #6599EC; }
span { border-color: rgb(101,153,236); }
td.TdClassName
{
border-color: #6599EC;
}
.TagClassName
{
border-color: #6599EC;
}
</style>