Shades of Cornflower Blue #6588EC
Tints of Cornflower Blue #6588EC
RGB
CMYK
RGB Variations
Color information
#6588EC (or 0x6588EC) is known color: Cornflower Blue. HEX triplet: 65, 88 and EC. RGB value is (101,136,236). Sum of RGB (Red+Green+Blue) = 101+136+236=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #6588EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6588EC is #9A7713. Grayscale: #888888. Windows color (decimal): -10123028 or 15501413. OLE color: 15501413.
HSL color Cylindrical-coordinate representation of color #6588EC: hue angle of 224.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 #6588EC is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 136 | 236 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.07 |
| HSL | 224.44º | 0.78% | 0.66% | - |
| HSV(B) | 224.44º | 0.57% | 0.93% | - |
| XYZ | 29.31 | 26.43 | 82.91 | - |
| YUV | 136.94 | 183.9 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 236 | 0.57 | 0.42 | 0 | 0.07 | 224.44 | 0.78 | 0.66 |
| Hex | 65 | 88 | EC | 39 | 2A | 0 | 7 | E0 | 4E | 42 |
| Octal | 145 | 210 | 354 | 71 | 52 | 0 | 7 | 340 | 116 | 102 |
| Binary | 1100101 | 10001000 | 11101100 | 111001 | 101010 | 0 | 111 | 11100000 | 1001110 | 1000010 |
Color Harmonies of #6588EC
Complementary color
Monochromatic Colors of #6588EC
Black with #6588EC
Text Example
Text Example
White with #6588EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6588EC; }
p { color: rgb(101,136,236); }
H1.HeaderClassName
{
color: #6588EC;
}
.AnyTagClassName
{
color: #6588EC;
}
</style>
background-color css
<style>
a { background-color: #6588EC; }
a { background-color: rgb(101,136,236); }
div.DivClassName
{
background-color: #6588EC;
}
.BgClassName
{
background-color: #6588EC;
}
</style>
border-color css
<style>
span { border-color: #6588EC; }
span { border-color: rgb(101,136,236); }
td.TdClassName
{
border-color: #6588EC;
}
.TagClassName
{
border-color: #6588EC;
}
</style>