Shades of Cornflower Blue #6596DD
Tints of Cornflower Blue #6596DD
RGB
CMYK
RGB Variations
Color information
#6596DD (or 0x6596DD) is known color: Cornflower Blue. HEX triplet: 65, 96 and DD. RGB value is (101,150,221). Sum of RGB (Red+Green+Blue) = 101+150+221=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #6596DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6596DD is #9A6922. Grayscale: #8F8F8F. Windows color (decimal): -10119459 or 14521957. OLE color: 14521957.
HSL color Cylindrical-coordinate representation of color #6596DD: hue angle of 215.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6596DD is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 150 | 221 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.13 |
| HSL | 215.5º | 0.64% | 0.63% | - |
| HSV(B) | 215.5º | 0.54% | 0.87% | - |
| XYZ | 29.32 | 29.8 | 72.61 | - |
| YUV | 143.44 | 171.77 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 150 | 221 | 0.54 | 0.32 | 0 | 0.13 | 215.5 | 0.64 | 0.63 |
| Hex | 65 | 96 | DD | 36 | 20 | 0 | D | D8 | 40 | 3F |
| Octal | 145 | 226 | 335 | 66 | 40 | 0 | 15 | 330 | 100 | 77 |
| Binary | 1100101 | 10010110 | 11011101 | 110110 | 100000 | 0 | 1101 | 11011000 | 1000000 | 111111 |
Color Harmonies of #6596DD
Complementary color
Monochromatic Colors of #6596DD
Black with #6596DD
Text Example
Text Example
White with #6596DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6596DD; }
p { color: rgb(101,150,221); }
H1.HeaderClassName
{
color: #6596DD;
}
.AnyTagClassName
{
color: #6596DD;
}
</style>
background-color css
<style>
a { background-color: #6596DD; }
a { background-color: rgb(101,150,221); }
div.DivClassName
{
background-color: #6596DD;
}
.BgClassName
{
background-color: #6596DD;
}
</style>
border-color css
<style>
span { border-color: #6596DD; }
span { border-color: rgb(101,150,221); }
td.TdClassName
{
border-color: #6596DD;
}
.TagClassName
{
border-color: #6596DD;
}
</style>