Shades of Danube #658DBD
Tints of Danube #658DBD
RGB
CMYK
RGB Variations
Color information
#658DBD (or 0x658DBD) is known color: Danube. HEX triplet: 65, 8D and BD. RGB value is (101,141,189). Sum of RGB (Red+Green+Blue) = 101+141+189=431 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.43% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #658DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DBD is #9A7242. Grayscale: #868686. Windows color (decimal): -10121795 or 12422501. OLE color: 12422501.
HSL color Cylindrical-coordinate representation of color #658DBD: hue angle of 212.73º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #658DBD is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 141 | 189 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.26 |
| HSL | 212.73º | 0.4% | 0.57% | - |
| HSV(B) | 212.73º | 0.47% | 0.74% | - |
| XYZ | 24.08 | 25.49 | 51.8 | - |
| YUV | 134.51 | 158.75 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 189 | 0.47 | 0.25 | 0 | 0.26 | 212.73 | 0.4 | 0.57 |
| Hex | 65 | 8D | BD | 2F | 19 | 0 | 1A | D5 | 28 | 39 |
| Octal | 145 | 215 | 275 | 57 | 31 | 0 | 32 | 325 | 50 | 71 |
| Binary | 1100101 | 10001101 | 10111101 | 101111 | 11001 | 0 | 11010 | 11010101 | 101000 | 111001 |
Color Harmonies of #658DBD
Complementary color
Monochromatic Colors of #658DBD
Black with #658DBD
Text Example
Text Example
White with #658DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658DBD; }
p { color: rgb(101,141,189); }
H1.HeaderClassName
{
color: #658DBD;
}
.AnyTagClassName
{
color: #658DBD;
}
</style>
background-color css
<style>
a { background-color: #658DBD; }
a { background-color: rgb(101,141,189); }
div.DivClassName
{
background-color: #658DBD;
}
.BgClassName
{
background-color: #658DBD;
}
</style>
border-color css
<style>
span { border-color: #658DBD; }
span { border-color: rgb(101,141,189); }
td.TdClassName
{
border-color: #658DBD;
}
.TagClassName
{
border-color: #658DBD;
}
</style>