Shades of Cornflower Blue #6586EC
Tints of Cornflower Blue #6586EC
RGB
CMYK
RGB Variations
Color information
#6586EC (or 0x6586EC) is known color: Cornflower Blue. HEX triplet: 65, 86 and EC. RGB value is (101,134,236). Sum of RGB (Red+Green+Blue) = 101+134+236=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #6586EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6586EC is #9A7913. Grayscale: #878787. Windows color (decimal): -10123540 or 15500901. OLE color: 15500901.
HSL color Cylindrical-coordinate representation of color #6586EC: hue angle of 225.33º 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 #6586EC is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 134 | 236 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.07 |
| HSL | 225.33º | 0.78% | 0.66% | - |
| HSV(B) | 225.33º | 0.57% | 0.93% | - |
| XYZ | 29.03 | 25.87 | 82.82 | - |
| YUV | 135.76 | 184.57 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 236 | 0.57 | 0.43 | 0 | 0.07 | 225.33 | 0.78 | 0.66 |
| Hex | 65 | 86 | EC | 39 | 2B | 0 | 7 | E1 | 4E | 42 |
| Octal | 145 | 206 | 354 | 71 | 53 | 0 | 7 | 341 | 116 | 102 |
| Binary | 1100101 | 10000110 | 11101100 | 111001 | 101011 | 0 | 111 | 11100001 | 1001110 | 1000010 |
Color Harmonies of #6586EC
Complementary color
Monochromatic Colors of #6586EC
Black with #6586EC
Text Example
Text Example
White with #6586EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6586EC; }
p { color: rgb(101,134,236); }
H1.HeaderClassName
{
color: #6586EC;
}
.AnyTagClassName
{
color: #6586EC;
}
</style>
background-color css
<style>
a { background-color: #6586EC; }
a { background-color: rgb(101,134,236); }
div.DivClassName
{
background-color: #6586EC;
}
.BgClassName
{
background-color: #6586EC;
}
</style>
border-color css
<style>
span { border-color: #6586EC; }
span { border-color: rgb(101,134,236); }
td.TdClassName
{
border-color: #6586EC;
}
.TagClassName
{
border-color: #6586EC;
}
</style>