Shades of Cornflower Blue #6590D9
Tints of Cornflower Blue #6590D9
RGB
CMYK
RGB Variations
Color information
#6590D9 (or 0x6590D9) is known color: Cornflower Blue. HEX triplet: 65, 90 and D9. RGB value is (101,144,217). Sum of RGB (Red+Green+Blue) = 101+144+217=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 217 (85.16% from 255 or 46.97% from 462); Max value from RGB is 217 - color contains mainly: blue. Hex color #6590D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590D9 is #9A6F26. Grayscale: #8B8B8B. Windows color (decimal): -10120999 or 14258277. OLE color: 14258277.
HSL color Cylindrical-coordinate representation of color #6590D9: hue angle of 217.76º 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 #6590D9 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 144 | 217 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.15 |
| HSL | 217.76º | 0.6% | 0.62% | - |
| HSV(B) | 217.76º | 0.53% | 0.85% | - |
| XYZ | 27.86 | 27.72 | 69.53 | - |
| YUV | 139.47 | 171.75 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 217 | 0.53 | 0.34 | 0 | 0.15 | 217.76 | 0.6 | 0.62 |
| Hex | 65 | 90 | D9 | 35 | 22 | 0 | F | DA | 3C | 3E |
| Octal | 145 | 220 | 331 | 65 | 42 | 0 | 17 | 332 | 74 | 76 |
| Binary | 1100101 | 10010000 | 11011001 | 110101 | 100010 | 0 | 1111 | 11011010 | 111100 | 111110 |
Color Harmonies of #6590D9
Complementary color
Monochromatic Colors of #6590D9
Black with #6590D9
Text Example
Text Example
White with #6590D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6590D9; }
p { color: rgb(101,144,217); }
H1.HeaderClassName
{
color: #6590D9;
}
.AnyTagClassName
{
color: #6590D9;
}
</style>
background-color css
<style>
a { background-color: #6590D9; }
a { background-color: rgb(101,144,217); }
div.DivClassName
{
background-color: #6590D9;
}
.BgClassName
{
background-color: #6590D9;
}
</style>
border-color css
<style>
span { border-color: #6590D9; }
span { border-color: rgb(101,144,217); }
td.TdClassName
{
border-color: #6590D9;
}
.TagClassName
{
border-color: #6590D9;
}
</style>