Shades of Cornflower Blue #6593D9
Tints of Cornflower Blue #6593D9
RGB
CMYK
RGB Variations
Color information
#6593D9 (or 0x6593D9) is known color: Cornflower Blue. HEX triplet: 65, 93 and D9. RGB value is (101,147,217). Sum of RGB (Red+Green+Blue) = 101+147+217=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #6593D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6593D9 is #9A6C26. Grayscale: #8C8C8C. Windows color (decimal): -10120231 or 14259045. OLE color: 14259045.
HSL color Cylindrical-coordinate representation of color #6593D9: hue angle of 216.21º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6593D9 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 147 | 217 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.15 |
| HSL | 216.21º | 0.6% | 0.62% | - |
| HSV(B) | 216.21º | 0.53% | 0.85% | - |
| XYZ | 28.32 | 28.64 | 69.68 | - |
| YUV | 141.23 | 170.76 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 217 | 0.53 | 0.32 | 0 | 0.15 | 216.21 | 0.6 | 0.62 |
| Hex | 65 | 93 | D9 | 35 | 20 | 0 | F | D8 | 3C | 3E |
| Octal | 145 | 223 | 331 | 65 | 40 | 0 | 17 | 330 | 74 | 76 |
| Binary | 1100101 | 10010011 | 11011001 | 110101 | 100000 | 0 | 1111 | 11011000 | 111100 | 111110 |
Color Harmonies of #6593D9
Complementary color
Monochromatic Colors of #6593D9
Black with #6593D9
Text Example
Text Example
White with #6593D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6593D9; }
p { color: rgb(101,147,217); }
H1.HeaderClassName
{
color: #6593D9;
}
.AnyTagClassName
{
color: #6593D9;
}
</style>
background-color css
<style>
a { background-color: #6593D9; }
a { background-color: rgb(101,147,217); }
div.DivClassName
{
background-color: #6593D9;
}
.BgClassName
{
background-color: #6593D9;
}
</style>
border-color css
<style>
span { border-color: #6593D9; }
span { border-color: rgb(101,147,217); }
td.TdClassName
{
border-color: #6593D9;
}
.TagClassName
{
border-color: #6593D9;
}
</style>