Shades of Cornflower Blue #6590D5
Tints of Cornflower Blue #6590D5
RGB
CMYK
RGB Variations
Color information
#6590D5 (or 0x6590D5) is known color: Cornflower Blue. HEX triplet: 65, 90 and D5. RGB value is (101,144,213). Sum of RGB (Red+Green+Blue) = 101+144+213=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #6590D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590D5 is #9A6F2A. Grayscale: #8A8A8A. Windows color (decimal): -10121003 or 13996133. OLE color: 13996133.
HSL color Cylindrical-coordinate representation of color #6590D5: hue angle of 216.96º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6590D5 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 144 | 213 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.16 |
| HSL | 216.96º | 0.57% | 0.62% | - |
| HSV(B) | 216.96º | 0.53% | 0.84% | - |
| XYZ | 27.35 | 27.52 | 66.82 | - |
| YUV | 139.01 | 169.75 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 213 | 0.53 | 0.32 | 0 | 0.16 | 216.96 | 0.57 | 0.62 |
| Hex | 65 | 90 | D5 | 35 | 20 | 0 | 10 | D9 | 39 | 3E |
| Octal | 145 | 220 | 325 | 65 | 40 | 0 | 20 | 331 | 71 | 76 |
| Binary | 1100101 | 10010000 | 11010101 | 110101 | 100000 | 0 | 10000 | 11011001 | 111001 | 111110 |
Color Harmonies of #6590D5
Complementary color
Monochromatic Colors of #6590D5
Black with #6590D5
Text Example
Text Example
White with #6590D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6590D5; }
p { color: rgb(101,144,213); }
H1.HeaderClassName
{
color: #6590D5;
}
.AnyTagClassName
{
color: #6590D5;
}
</style>
background-color css
<style>
a { background-color: #6590D5; }
a { background-color: rgb(101,144,213); }
div.DivClassName
{
background-color: #6590D5;
}
.BgClassName
{
background-color: #6590D5;
}
</style>
border-color css
<style>
span { border-color: #6590D5; }
span { border-color: rgb(101,144,213); }
td.TdClassName
{
border-color: #6590D5;
}
.TagClassName
{
border-color: #6590D5;
}
</style>