Shades of Danube #6590CD
Tints of Danube #6590CD
RGB
CMYK
RGB Variations
Color information
#6590CD (or 0x6590CD) is known color: Danube. HEX triplet: 65, 90 and CD. RGB value is (101,144,205). Sum of RGB (Red+Green+Blue) = 101+144+205=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #6590CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590CD is #9A6F32. Grayscale: #898989. Windows color (decimal): -10121011 or 13471845. OLE color: 13471845.
HSL color Cylindrical-coordinate representation of color #6590CD: hue angle of 215.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6590CD is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 144 | 205 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.20 |
| HSL | 215.19º | 0.51% | 0.6% | - |
| HSV(B) | 215.19º | 0.51% | 0.8% | - |
| XYZ | 26.36 | 27.12 | 61.6 | - |
| YUV | 138.1 | 165.75 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 205 | 0.51 | 0.30 | 0 | 0.20 | 215.19 | 0.51 | 0.6 |
| Hex | 65 | 90 | CD | 33 | 1E | 0 | 14 | D7 | 33 | 3C |
| Octal | 145 | 220 | 315 | 63 | 36 | 0 | 24 | 327 | 63 | 74 |
| Binary | 1100101 | 10010000 | 11001101 | 110011 | 11110 | 0 | 10100 | 11010111 | 110011 | 111100 |
Color Harmonies of #6590CD
Complementary color
Monochromatic Colors of #6590CD
Black with #6590CD
Text Example
Text Example
White with #6590CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6590CD; }
p { color: rgb(101,144,205); }
H1.HeaderClassName
{
color: #6590CD;
}
.AnyTagClassName
{
color: #6590CD;
}
</style>
background-color css
<style>
a { background-color: #6590CD; }
a { background-color: rgb(101,144,205); }
div.DivClassName
{
background-color: #6590CD;
}
.BgClassName
{
background-color: #6590CD;
}
</style>
border-color css
<style>
span { border-color: #6590CD; }
span { border-color: rgb(101,144,205); }
td.TdClassName
{
border-color: #6590CD;
}
.TagClassName
{
border-color: #6590CD;
}
</style>