Shades of Danube #658AB9
Tints of Danube #658AB9
RGB
CMYK
RGB Variations
Color information
#658AB9 (or 0x658AB9) is known color: Danube. HEX triplet: 65, 8A and B9. RGB value is (101,138,185). Sum of RGB (Red+Green+Blue) = 101+138+185=424 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.82% from 424); Green value is 138 (54.30% from 255 or 32.55% from 424); Blue value is 185 (72.66% from 255 or 43.63% from 424); Max value from RGB is 185 - color contains mainly: blue. Hex color #658AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658AB9 is #9A7546. Grayscale: #848484. Windows color (decimal): -10122567 or 12159589. OLE color: 12159589.
HSL color Cylindrical-coordinate representation of color #658AB9: hue angle of 213.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #658AB9 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 138 | 185 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.27 |
| HSL | 213.57º | 0.38% | 0.56% | - |
| HSV(B) | 213.57º | 0.45% | 0.73% | - |
| XYZ | 23.21 | 24.45 | 49.39 | - |
| YUV | 132.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 185 | 0.45 | 0.25 | 0 | 0.27 | 213.57 | 0.38 | 0.56 |
| Hex | 65 | 8A | B9 | 2D | 19 | 0 | 1B | D6 | 26 | 38 |
| Octal | 145 | 212 | 271 | 55 | 31 | 0 | 33 | 326 | 46 | 70 |
| Binary | 1100101 | 10001010 | 10111001 | 101101 | 11001 | 0 | 11011 | 11010110 | 100110 | 111000 |
Color Harmonies of #658AB9
Complementary color
Monochromatic Colors of #658AB9
Black with #658AB9
Text Example
Text Example
White with #658AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658AB9; }
p { color: rgb(101,138,185); }
H1.HeaderClassName
{
color: #658AB9;
}
.AnyTagClassName
{
color: #658AB9;
}
</style>
background-color css
<style>
a { background-color: #658AB9; }
a { background-color: rgb(101,138,185); }
div.DivClassName
{
background-color: #658AB9;
}
.BgClassName
{
background-color: #658AB9;
}
</style>
border-color css
<style>
span { border-color: #658AB9; }
span { border-color: rgb(101,138,185); }
td.TdClassName
{
border-color: #658AB9;
}
.TagClassName
{
border-color: #658AB9;
}
</style>