Shades of Danube #658CB9
Tints of Danube #658CB9
RGB
CMYK
RGB Variations
Color information
#658CB9 (or 0x658CB9) is known color: Danube. HEX triplet: 65, 8C and B9. RGB value is (101,140,185). Sum of RGB (Red+Green+Blue) = 101+140+185=426 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.71% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #658CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658CB9 is #9A7346. Grayscale: #858585. Windows color (decimal): -10122055 or 12160101. OLE color: 12160101.
HSL color Cylindrical-coordinate representation of color #658CB9: hue angle of 212.14º 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 #658CB9 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 140 | 185 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.27 |
| HSL | 212.14º | 0.38% | 0.56% | - |
| HSV(B) | 212.14º | 0.45% | 0.73% | - |
| XYZ | 23.5 | 25.03 | 49.49 | - |
| YUV | 133.47 | 157.08 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 185 | 0.45 | 0.24 | 0 | 0.27 | 212.14 | 0.38 | 0.56 |
| Hex | 65 | 8C | B9 | 2D | 18 | 0 | 1B | D4 | 26 | 38 |
| Octal | 145 | 214 | 271 | 55 | 30 | 0 | 33 | 324 | 46 | 70 |
| Binary | 1100101 | 10001100 | 10111001 | 101101 | 11000 | 0 | 11011 | 11010100 | 100110 | 111000 |
Color Harmonies of #658CB9
Complementary color
Monochromatic Colors of #658CB9
Black with #658CB9
Text Example
Text Example
White with #658CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658CB9; }
p { color: rgb(101,140,185); }
H1.HeaderClassName
{
color: #658CB9;
}
.AnyTagClassName
{
color: #658CB9;
}
</style>
background-color css
<style>
a { background-color: #658CB9; }
a { background-color: rgb(101,140,185); }
div.DivClassName
{
background-color: #658CB9;
}
.BgClassName
{
background-color: #658CB9;
}
</style>
border-color css
<style>
span { border-color: #658CB9; }
span { border-color: rgb(101,140,185); }
td.TdClassName
{
border-color: #658CB9;
}
.TagClassName
{
border-color: #658CB9;
}
</style>