Shades of Danube #658DB4
Tints of Danube #658DB4
RGB
CMYK
RGB Variations
Color information
#658DB4 (or 0x658DB4) is known color: Danube. HEX triplet: 65, 8D and B4. RGB value is (101,141,180). Sum of RGB (Red+Green+Blue) = 101+141+180=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #658DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DB4 is #9A724B. Grayscale: #858585. Windows color (decimal): -10121804 or 11832677. OLE color: 11832677.
HSL color Cylindrical-coordinate representation of color #658DB4: hue angle of 209.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #658DB4 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 141 | 180 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.29 |
| HSL | 209.62º | 0.34% | 0.55% | - |
| HSV(B) | 209.62º | 0.44% | 0.71% | - |
| XYZ | 23.13 | 25.11 | 46.81 | - |
| YUV | 133.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 180 | 0.44 | 0.22 | 0 | 0.29 | 209.62 | 0.34 | 0.55 |
| Hex | 65 | 8D | B4 | 2C | 16 | 0 | 1D | D2 | 22 | 37 |
| Octal | 145 | 215 | 264 | 54 | 26 | 0 | 35 | 322 | 42 | 67 |
| Binary | 1100101 | 10001101 | 10110100 | 101100 | 10110 | 0 | 11101 | 11010010 | 100010 | 110111 |
Color Harmonies of #658DB4
Complementary color
Monochromatic Colors of #658DB4
Black with #658DB4
Text Example
Text Example
White with #658DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658DB4; }
p { color: rgb(101,141,180); }
H1.HeaderClassName
{
color: #658DB4;
}
.AnyTagClassName
{
color: #658DB4;
}
</style>
background-color css
<style>
a { background-color: #658DB4; }
a { background-color: rgb(101,141,180); }
div.DivClassName
{
background-color: #658DB4;
}
.BgClassName
{
background-color: #658DB4;
}
</style>
border-color css
<style>
span { border-color: #658DB4; }
span { border-color: rgb(101,141,180); }
td.TdClassName
{
border-color: #658DB4;
}
.TagClassName
{
border-color: #658DB4;
}
</style>