Shades of Cornflower Blue #6593DA
Tints of Cornflower Blue #6593DA
RGB
CMYK
RGB Variations
Color information
#6593DA (or 0x6593DA) is known color: Cornflower Blue. HEX triplet: 65, 93 and DA. RGB value is (101,147,218). Sum of RGB (Red+Green+Blue) = 101+147+218=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #6593DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6593DA is #9A6C25. Grayscale: #8D8D8D. Windows color (decimal): -10120230 or 14324581. OLE color: 14324581.
HSL color Cylindrical-coordinate representation of color #6593DA: hue angle of 216.41º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6593DA is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 147 | 218 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.15 |
| HSL | 216.41º | 0.61% | 0.63% | - |
| HSV(B) | 216.41º | 0.54% | 0.85% | - |
| XYZ | 28.46 | 28.7 | 70.37 | - |
| YUV | 141.34 | 171.26 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 218 | 0.54 | 0.33 | 0 | 0.15 | 216.41 | 0.61 | 0.63 |
| Hex | 65 | 93 | DA | 36 | 21 | 0 | F | D8 | 3D | 3F |
| Octal | 145 | 223 | 332 | 66 | 41 | 0 | 17 | 330 | 75 | 77 |
| Binary | 1100101 | 10010011 | 11011010 | 110110 | 100001 | 0 | 1111 | 11011000 | 111101 | 111111 |
Color Harmonies of #6593DA
Complementary color
Monochromatic Colors of #6593DA
Black with #6593DA
Text Example
Text Example
White with #6593DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6593DA; }
p { color: rgb(101,147,218); }
H1.HeaderClassName
{
color: #6593DA;
}
.AnyTagClassName
{
color: #6593DA;
}
</style>
background-color css
<style>
a { background-color: #6593DA; }
a { background-color: rgb(101,147,218); }
div.DivClassName
{
background-color: #6593DA;
}
.BgClassName
{
background-color: #6593DA;
}
</style>
border-color css
<style>
span { border-color: #6593DA; }
span { border-color: rgb(101,147,218); }
td.TdClassName
{
border-color: #6593DA;
}
.TagClassName
{
border-color: #6593DA;
}
</style>