Shades of Danube #658DB8
Tints of Danube #658DB8
RGB
CMYK
RGB Variations
Color information
#658DB8 (or 0x658DB8) is known color: Danube. HEX triplet: 65, 8D and B8. RGB value is (101,141,184). Sum of RGB (Red+Green+Blue) = 101+141+184=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 184 - color contains mainly: blue. Hex color #658DB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DB8 is #9A7247. Grayscale: #858585. Windows color (decimal): -10121800 or 12094821. OLE color: 12094821.
HSL color Cylindrical-coordinate representation of color #658DB8: hue angle of 211.08º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #658DB8 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 141 | 184 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.28 |
| HSL | 211.08º | 0.37% | 0.56% | - |
| HSV(B) | 211.08º | 0.45% | 0.72% | - |
| XYZ | 23.54 | 25.28 | 48.99 | - |
| YUV | 133.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 184 | 0.45 | 0.23 | 0 | 0.28 | 211.08 | 0.37 | 0.56 |
| Hex | 65 | 8D | B8 | 2D | 17 | 0 | 1C | D3 | 25 | 38 |
| Octal | 145 | 215 | 270 | 55 | 27 | 0 | 34 | 323 | 45 | 70 |
| Binary | 1100101 | 10001101 | 10111000 | 101101 | 10111 | 0 | 11100 | 11010011 | 100101 | 111000 |
Color Harmonies of #658DB8
Complementary color
Monochromatic Colors of #658DB8
Black with #658DB8
Text Example
Text Example
White with #658DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658DB8; }
p { color: rgb(101,141,184); }
H1.HeaderClassName
{
color: #658DB8;
}
.AnyTagClassName
{
color: #658DB8;
}
</style>
background-color css
<style>
a { background-color: #658DB8; }
a { background-color: rgb(101,141,184); }
div.DivClassName
{
background-color: #658DB8;
}
.BgClassName
{
background-color: #658DB8;
}
</style>
border-color css
<style>
span { border-color: #658DB8; }
span { border-color: rgb(101,141,184); }
td.TdClassName
{
border-color: #658DB8;
}
.TagClassName
{
border-color: #658DB8;
}
</style>