Shades of Cornflower Blue #6592EC
Tints of Cornflower Blue #6592EC
RGB
CMYK
RGB Variations
Color information
#6592EC (or 0x6592EC) is known color: Cornflower Blue. HEX triplet: 65, 92 and EC. RGB value is (101,146,236). Sum of RGB (Red+Green+Blue) = 101+146+236=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #6592EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6592EC is #9A6D13. Grayscale: #8E8E8E. Windows color (decimal): -10120468 or 15503973. OLE color: 15503973.
HSL color Cylindrical-coordinate representation of color #6592EC: hue angle of 220º 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 #6592EC is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 146 | 236 | - |
| CMYK | 0.57 | 0.38 | 0 | 0.07 |
| HSL | 220º | 0.78% | 0.66% | - |
| HSV(B) | 220º | 0.57% | 0.93% | - |
| XYZ | 30.79 | 29.38 | 83.41 | - |
| YUV | 142.81 | 180.59 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 236 | 0.57 | 0.38 | 0 | 0.07 | 220 | 0.78 | 0.66 |
| Hex | 65 | 92 | EC | 39 | 26 | 0 | 7 | DC | 4E | 42 |
| Octal | 145 | 222 | 354 | 71 | 46 | 0 | 7 | 334 | 116 | 102 |
| Binary | 1100101 | 10010010 | 11101100 | 111001 | 100110 | 0 | 111 | 11011100 | 1001110 | 1000010 |
Color Harmonies of #6592EC
Complementary color
Monochromatic Colors of #6592EC
Black with #6592EC
Text Example
Text Example
White with #6592EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6592EC; }
p { color: rgb(101,146,236); }
H1.HeaderClassName
{
color: #6592EC;
}
.AnyTagClassName
{
color: #6592EC;
}
</style>
background-color css
<style>
a { background-color: #6592EC; }
a { background-color: rgb(101,146,236); }
div.DivClassName
{
background-color: #6592EC;
}
.BgClassName
{
background-color: #6592EC;
}
</style>
border-color css
<style>
span { border-color: #6592EC; }
span { border-color: rgb(101,146,236); }
td.TdClassName
{
border-color: #6592EC;
}
.TagClassName
{
border-color: #6592EC;
}
</style>