Shades of Cornflower Blue #6595EC
Tints of Cornflower Blue #6595EC
RGB
CMYK
RGB Variations
Color information
#6595EC (or 0x6595EC) is known color: Cornflower Blue. HEX triplet: 65, 95 and EC. RGB value is (101,149,236). Sum of RGB (Red+Green+Blue) = 101+149+236=486 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.78% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #6595EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6595EC is #9A6A13. Grayscale: #909090. Windows color (decimal): -10119700 or 15504741. OLE color: 15504741.
HSL color Cylindrical-coordinate representation of color #6595EC: hue angle of 218.67º 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 #6595EC is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 149 | 236 | - |
| CMYK | 0.57 | 0.37 | 0 | 0.07 |
| HSL | 218.67º | 0.78% | 0.66% | - |
| HSV(B) | 218.67º | 0.57% | 0.93% | - |
| XYZ | 31.25 | 30.32 | 83.56 | - |
| YUV | 144.57 | 179.6 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 236 | 0.57 | 0.37 | 0 | 0.07 | 218.67 | 0.78 | 0.66 |
| Hex | 65 | 95 | EC | 39 | 25 | 0 | 7 | DB | 4E | 42 |
| Octal | 145 | 225 | 354 | 71 | 45 | 0 | 7 | 333 | 116 | 102 |
| Binary | 1100101 | 10010101 | 11101100 | 111001 | 100101 | 0 | 111 | 11011011 | 1001110 | 1000010 |
Color Harmonies of #6595EC
Complementary color
Monochromatic Colors of #6595EC
Black with #6595EC
Text Example
Text Example
White with #6595EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6595EC; }
p { color: rgb(101,149,236); }
H1.HeaderClassName
{
color: #6595EC;
}
.AnyTagClassName
{
color: #6595EC;
}
</style>
background-color css
<style>
a { background-color: #6595EC; }
a { background-color: rgb(101,149,236); }
div.DivClassName
{
background-color: #6595EC;
}
.BgClassName
{
background-color: #6595EC;
}
</style>
border-color css
<style>
span { border-color: #6595EC; }
span { border-color: rgb(101,149,236); }
td.TdClassName
{
border-color: #6595EC;
}
.TagClassName
{
border-color: #6595EC;
}
</style>