Shades of Danube #658DBA
Tints of Danube #658DBA
RGB
CMYK
RGB Variations
Color information
#658DBA (or 0x658DBA) is known color: Danube. HEX triplet: 65, 8D and BA. RGB value is (101,141,186). Sum of RGB (Red+Green+Blue) = 101+141+186=428 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.60% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #658DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658DBA is #9A7245. Grayscale: #858585. Windows color (decimal): -10121798 or 12225893. OLE color: 12225893.
HSL color Cylindrical-coordinate representation of color #658DBA: hue angle of 211.76º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #658DBA is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 141 | 186 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.27 |
| HSL | 211.76º | 0.38% | 0.56% | - |
| HSV(B) | 211.76º | 0.46% | 0.73% | - |
| XYZ | 23.75 | 25.36 | 50.1 | - |
| YUV | 134.17 | 157.25 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 186 | 0.46 | 0.24 | 0 | 0.27 | 211.76 | 0.38 | 0.56 |
| Hex | 65 | 8D | BA | 2E | 18 | 0 | 1B | D4 | 26 | 38 |
| Octal | 145 | 215 | 272 | 56 | 30 | 0 | 33 | 324 | 46 | 70 |
| Binary | 1100101 | 10001101 | 10111010 | 101110 | 11000 | 0 | 11011 | 11010100 | 100110 | 111000 |
Color Harmonies of #658DBA
Complementary color
Monochromatic Colors of #658DBA
Black with #658DBA
Text Example
Text Example
White with #658DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658DBA; }
p { color: rgb(101,141,186); }
H1.HeaderClassName
{
color: #658DBA;
}
.AnyTagClassName
{
color: #658DBA;
}
</style>
background-color css
<style>
a { background-color: #658DBA; }
a { background-color: rgb(101,141,186); }
div.DivClassName
{
background-color: #658DBA;
}
.BgClassName
{
background-color: #658DBA;
}
</style>
border-color css
<style>
span { border-color: #658DBA; }
span { border-color: rgb(101,141,186); }
td.TdClassName
{
border-color: #658DBA;
}
.TagClassName
{
border-color: #658DBA;
}
</style>