Shades of Cornflower Blue #6597DC
Tints of Cornflower Blue #6597DC
RGB
CMYK
RGB Variations
Color information
#6597DC (or 0x6597DC) is known color: Cornflower Blue. HEX triplet: 65, 97 and DC. RGB value is (101,151,220). Sum of RGB (Red+Green+Blue) = 101+151+220=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #6597DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6597DC is #9A6823. Grayscale: #8F8F8F. Windows color (decimal): -10119204 or 14456677. OLE color: 14456677.
HSL color Cylindrical-coordinate representation of color #6597DC: hue angle of 214.79º 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 #6597DC is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 151 | 220 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.14 |
| HSL | 214.79º | 0.63% | 0.63% | - |
| HSV(B) | 214.79º | 0.54% | 0.86% | - |
| XYZ | 29.35 | 30.07 | 71.97 | - |
| YUV | 143.92 | 170.94 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 151 | 220 | 0.54 | 0.31 | 0 | 0.14 | 214.79 | 0.63 | 0.63 |
| Hex | 65 | 97 | DC | 36 | 1F | 0 | E | D7 | 3F | 3F |
| Octal | 145 | 227 | 334 | 66 | 37 | 0 | 16 | 327 | 77 | 77 |
| Binary | 1100101 | 10010111 | 11011100 | 110110 | 11111 | 0 | 1110 | 11010111 | 111111 | 111111 |
Color Harmonies of #6597DC
Complementary color
Monochromatic Colors of #6597DC
Black with #6597DC
Text Example
Text Example
White with #6597DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6597DC; }
p { color: rgb(101,151,220); }
H1.HeaderClassName
{
color: #6597DC;
}
.AnyTagClassName
{
color: #6597DC;
}
</style>
background-color css
<style>
a { background-color: #6597DC; }
a { background-color: rgb(101,151,220); }
div.DivClassName
{
background-color: #6597DC;
}
.BgClassName
{
background-color: #6597DC;
}
</style>
border-color css
<style>
span { border-color: #6597DC; }
span { border-color: rgb(101,151,220); }
td.TdClassName
{
border-color: #6597DC;
}
.TagClassName
{
border-color: #6597DC;
}
</style>