Shades of Cornflower Blue #6589EC
Tints of Cornflower Blue #6589EC
RGB
CMYK
RGB Variations
Color information
#6589EC (or 0x6589EC) is known color: Cornflower Blue. HEX triplet: 65, 89 and EC. RGB value is (101,137,236). Sum of RGB (Red+Green+Blue) = 101+137+236=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #6589EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6589EC is #9A7613. Grayscale: #898989. Windows color (decimal): -10122772 or 15501669. OLE color: 15501669.
HSL color Cylindrical-coordinate representation of color #6589EC: hue angle of 224º 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 #6589EC is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 137 | 236 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.07 |
| HSL | 224º | 0.78% | 0.66% | - |
| HSV(B) | 224º | 0.57% | 0.93% | - |
| XYZ | 29.45 | 26.71 | 82.96 | - |
| YUV | 137.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 236 | 0.57 | 0.42 | 0 | 0.07 | 224 | 0.78 | 0.66 |
| Hex | 65 | 89 | EC | 39 | 2A | 0 | 7 | E0 | 4E | 42 |
| Octal | 145 | 211 | 354 | 71 | 52 | 0 | 7 | 340 | 116 | 102 |
| Binary | 1100101 | 10001001 | 11101100 | 111001 | 101010 | 0 | 111 | 11100000 | 1001110 | 1000010 |
Color Harmonies of #6589EC
Complementary color
Monochromatic Colors of #6589EC
Black with #6589EC
Text Example
Text Example
White with #6589EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6589EC; }
p { color: rgb(101,137,236); }
H1.HeaderClassName
{
color: #6589EC;
}
.AnyTagClassName
{
color: #6589EC;
}
</style>
background-color css
<style>
a { background-color: #6589EC; }
a { background-color: rgb(101,137,236); }
div.DivClassName
{
background-color: #6589EC;
}
.BgClassName
{
background-color: #6589EC;
}
</style>
border-color css
<style>
span { border-color: #6589EC; }
span { border-color: rgb(101,137,236); }
td.TdClassName
{
border-color: #6589EC;
}
.TagClassName
{
border-color: #6589EC;
}
</style>