Shades of Cornflower Blue #6596DC
Tints of Cornflower Blue #6596DC
RGB
CMYK
RGB Variations
Color information
#6596DC (or 0x6596DC) is known color: Cornflower Blue. HEX triplet: 65, 96 and DC. RGB value is (101,150,220). Sum of RGB (Red+Green+Blue) = 101+150+220=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #6596DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6596DC is #9A6923. Grayscale: #8F8F8F. Windows color (decimal): -10119460 or 14456421. OLE color: 14456421.
HSL color Cylindrical-coordinate representation of color #6596DC: hue angle of 215.29º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6596DC is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 150 | 220 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.14 |
| HSL | 215.29º | 0.63% | 0.63% | - |
| HSV(B) | 215.29º | 0.54% | 0.86% | - |
| XYZ | 29.19 | 29.75 | 71.91 | - |
| YUV | 143.33 | 171.27 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 220 | 0.54 | 0.32 | 0 | 0.14 | 215.29 | 0.63 | 0.63 |
| Hex | 65 | 96 | DC | 36 | 20 | 0 | E | D7 | 3F | 3F |
| Octal | 145 | 226 | 334 | 66 | 40 | 0 | 16 | 327 | 77 | 77 |
| Binary | 1100101 | 10010110 | 11011100 | 110110 | 100000 | 0 | 1110 | 11010111 | 111111 | 111111 |
Color Harmonies of #6596DC
Complementary color
Monochromatic Colors of #6596DC
Black with #6596DC
Text Example
Text Example
White with #6596DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6596DC; }
p { color: rgb(101,150,220); }
H1.HeaderClassName
{
color: #6596DC;
}
.AnyTagClassName
{
color: #6596DC;
}
</style>
background-color css
<style>
a { background-color: #6596DC; }
a { background-color: rgb(101,150,220); }
div.DivClassName
{
background-color: #6596DC;
}
.BgClassName
{
background-color: #6596DC;
}
</style>
border-color css
<style>
span { border-color: #6596DC; }
span { border-color: rgb(101,150,220); }
td.TdClassName
{
border-color: #6596DC;
}
.TagClassName
{
border-color: #6596DC;
}
</style>