Shades of Cornflower Blue #6595E0
Tints of Cornflower Blue #6595E0
RGB
CMYK
RGB Variations
Color information
#6595E0 (or 0x6595E0) is known color: Cornflower Blue. HEX triplet: 65, 95 and E0. RGB value is (101,149,224). Sum of RGB (Red+Green+Blue) = 101+149+224=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #6595E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6595E0 is #9A6A1F. Grayscale: #8E8E8E. Windows color (decimal): -10119712 or 14718309. OLE color: 14718309.
HSL color Cylindrical-coordinate representation of color #6595E0: hue angle of 216.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6595E0 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 149 | 224 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.12 |
| HSL | 216.59º | 0.66% | 0.64% | - |
| HSV(B) | 216.59º | 0.55% | 0.88% | - |
| XYZ | 29.57 | 29.64 | 74.68 | - |
| YUV | 143.2 | 173.6 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 224 | 0.55 | 0.33 | 0 | 0.12 | 216.59 | 0.66 | 0.64 |
| Hex | 65 | 95 | E0 | 37 | 21 | 0 | C | D9 | 42 | 40 |
| Octal | 145 | 225 | 340 | 67 | 41 | 0 | 14 | 331 | 102 | 100 |
| Binary | 1100101 | 10010101 | 11100000 | 110111 | 100001 | 0 | 1100 | 11011001 | 1000010 | 1000000 |
Color Harmonies of #6595E0
Complementary color
Monochromatic Colors of #6595E0
Black with #6595E0
Text Example
Text Example
White with #6595E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6595E0; }
p { color: rgb(101,149,224); }
H1.HeaderClassName
{
color: #6595E0;
}
.AnyTagClassName
{
color: #6595E0;
}
</style>
background-color css
<style>
a { background-color: #6595E0; }
a { background-color: rgb(101,149,224); }
div.DivClassName
{
background-color: #6595E0;
}
.BgClassName
{
background-color: #6595E0;
}
</style>
border-color css
<style>
span { border-color: #6595E0; }
span { border-color: rgb(101,149,224); }
td.TdClassName
{
border-color: #6595E0;
}
.TagClassName
{
border-color: #6595E0;
}
</style>