Shades of Cornflower Blue #6593DC
Tints of Cornflower Blue #6593DC
RGB
CMYK
RGB Variations
Color information
#6593DC (or 0x6593DC) is known color: Cornflower Blue. HEX triplet: 65, 93 and DC. RGB value is (101,147,220). Sum of RGB (Red+Green+Blue) = 101+147+220=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #6593DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6593DC is #9A6C23. Grayscale: #8D8D8D. Windows color (decimal): -10120228 or 14455653. OLE color: 14455653.
HSL color Cylindrical-coordinate representation of color #6593DC: hue angle of 216.81º 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 #6593DC is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 147 | 220 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.14 |
| HSL | 216.81º | 0.63% | 0.63% | - |
| HSV(B) | 216.81º | 0.54% | 0.86% | - |
| XYZ | 28.72 | 28.8 | 71.76 | - |
| YUV | 141.57 | 172.26 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 220 | 0.54 | 0.33 | 0 | 0.14 | 216.81 | 0.63 | 0.63 |
| Hex | 65 | 93 | DC | 36 | 21 | 0 | E | D9 | 3F | 3F |
| Octal | 145 | 223 | 334 | 66 | 41 | 0 | 16 | 331 | 77 | 77 |
| Binary | 1100101 | 10010011 | 11011100 | 110110 | 100001 | 0 | 1110 | 11011001 | 111111 | 111111 |
Color Harmonies of #6593DC
Complementary color
Monochromatic Colors of #6593DC
Black with #6593DC
Text Example
Text Example
White with #6593DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6593DC; }
p { color: rgb(101,147,220); }
H1.HeaderClassName
{
color: #6593DC;
}
.AnyTagClassName
{
color: #6593DC;
}
</style>
background-color css
<style>
a { background-color: #6593DC; }
a { background-color: rgb(101,147,220); }
div.DivClassName
{
background-color: #6593DC;
}
.BgClassName
{
background-color: #6593DC;
}
</style>
border-color css
<style>
span { border-color: #6593DC; }
span { border-color: rgb(101,147,220); }
td.TdClassName
{
border-color: #6593DC;
}
.TagClassName
{
border-color: #6593DC;
}
</style>