Shades of Danube #658DCD
Tints of Danube #658DCD
RGB
CMYK
RGB Variations
Color information
#658DCD (or 0x658DCD) is known color: Danube. HEX triplet: 65, 8D and CD. RGB value is (101,141,205). Sum of RGB (Red+Green+Blue) = 101+141+205=447 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.60% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #658DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DCD is #9A7232. Grayscale: #888888. Windows color (decimal): -10121779 or 13471077. OLE color: 13471077.
HSL color Cylindrical-coordinate representation of color #658DCD: hue angle of 216.92º 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 #658DCD is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 141 | 205 | - |
| CMYK | 0.51 | 0.31 | 0 | 0.20 |
| HSL | 216.92º | 0.51% | 0.6% | - |
| HSV(B) | 216.92º | 0.51% | 0.8% | - |
| XYZ | 25.91 | 26.22 | 61.45 | - |
| YUV | 136.34 | 166.75 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 205 | 0.51 | 0.31 | 0 | 0.20 | 216.92 | 0.51 | 0.6 |
| Hex | 65 | 8D | CD | 33 | 1F | 0 | 14 | D9 | 33 | 3C |
| Octal | 145 | 215 | 315 | 63 | 37 | 0 | 24 | 331 | 63 | 74 |
| Binary | 1100101 | 10001101 | 11001101 | 110011 | 11111 | 0 | 10100 | 11011001 | 110011 | 111100 |
Color Harmonies of #658DCD
Complementary color
Monochromatic Colors of #658DCD
Black with #658DCD
Text Example
Text Example
White with #658DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658DCD; }
p { color: rgb(101,141,205); }
H1.HeaderClassName
{
color: #658DCD;
}
.AnyTagClassName
{
color: #658DCD;
}
</style>
background-color css
<style>
a { background-color: #658DCD; }
a { background-color: rgb(101,141,205); }
div.DivClassName
{
background-color: #658DCD;
}
.BgClassName
{
background-color: #658DCD;
}
</style>
border-color css
<style>
span { border-color: #658DCD; }
span { border-color: rgb(101,141,205); }
td.TdClassName
{
border-color: #658DCD;
}
.TagClassName
{
border-color: #658DCD;
}
</style>