Shades of Danube #6590CE
Tints of Danube #6590CE
RGB
CMYK
RGB Variations
Color information
#6590CE (or 0x6590CE) is known color: Danube. HEX triplet: 65, 90 and CE. RGB value is (101,144,206). Sum of RGB (Red+Green+Blue) = 101+144+206=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #6590CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590CE is #9A6F31. Grayscale: #898989. Windows color (decimal): -10121010 or 13537381. OLE color: 13537381.
HSL color Cylindrical-coordinate representation of color #6590CE: hue angle of 215.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6590CE is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 144 | 206 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.19 |
| HSL | 215.43º | 0.52% | 0.6% | - |
| HSV(B) | 215.43º | 0.51% | 0.81% | - |
| XYZ | 26.48 | 27.17 | 62.24 | - |
| YUV | 138.21 | 166.25 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 206 | 0.51 | 0.30 | 0 | 0.19 | 215.43 | 0.52 | 0.6 |
| Hex | 65 | 90 | CE | 33 | 1E | 0 | 13 | D7 | 34 | 3C |
| Octal | 145 | 220 | 316 | 63 | 36 | 0 | 23 | 327 | 64 | 74 |
| Binary | 1100101 | 10010000 | 11001110 | 110011 | 11110 | 0 | 10011 | 11010111 | 110100 | 111100 |
Color Harmonies of #6590CE
Complementary color
Monochromatic Colors of #6590CE
Black with #6590CE
Text Example
Text Example
White with #6590CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6590CE; }
p { color: rgb(101,144,206); }
H1.HeaderClassName
{
color: #6590CE;
}
.AnyTagClassName
{
color: #6590CE;
}
</style>
background-color css
<style>
a { background-color: #6590CE; }
a { background-color: rgb(101,144,206); }
div.DivClassName
{
background-color: #6590CE;
}
.BgClassName
{
background-color: #6590CE;
}
</style>
border-color css
<style>
span { border-color: #6590CE; }
span { border-color: rgb(101,144,206); }
td.TdClassName
{
border-color: #6590CE;
}
.TagClassName
{
border-color: #6590CE;
}
</style>