Shades of Danube #658EBA
Tints of Danube #658EBA
RGB
CMYK
RGB Variations
Color information
#658EBA (or 0x658EBA) is known color: Danube. HEX triplet: 65, 8E and BA. RGB value is (101,142,186). Sum of RGB (Red+Green+Blue) = 101+142+186=429 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.54% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #658EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658EBA is #9A7145. Grayscale: #868686. Windows color (decimal): -10121542 or 12226149. OLE color: 12226149.
HSL color Cylindrical-coordinate representation of color #658EBA: hue angle of 211.06º 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 #658EBA is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 142 | 186 | - |
| CMYK | 0.46 | 0.24 | 0 | 0.27 |
| HSL | 211.06º | 0.38% | 0.56% | - |
| HSV(B) | 211.06º | 0.46% | 0.73% | - |
| XYZ | 23.9 | 25.66 | 50.15 | - |
| YUV | 134.76 | 156.92 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 142 | 186 | 0.46 | 0.24 | 0 | 0.27 | 211.06 | 0.38 | 0.56 |
| Hex | 65 | 8E | BA | 2E | 18 | 0 | 1B | D3 | 26 | 38 |
| Octal | 145 | 216 | 272 | 56 | 30 | 0 | 33 | 323 | 46 | 70 |
| Binary | 1100101 | 10001110 | 10111010 | 101110 | 11000 | 0 | 11011 | 11010011 | 100110 | 111000 |
Color Harmonies of #658EBA
Complementary color
Monochromatic Colors of #658EBA
Black with #658EBA
Text Example
Text Example
White with #658EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658EBA; }
p { color: rgb(101,142,186); }
H1.HeaderClassName
{
color: #658EBA;
}
.AnyTagClassName
{
color: #658EBA;
}
</style>
background-color css
<style>
a { background-color: #658EBA; }
a { background-color: rgb(101,142,186); }
div.DivClassName
{
background-color: #658EBA;
}
.BgClassName
{
background-color: #658EBA;
}
</style>
border-color css
<style>
span { border-color: #658EBA; }
span { border-color: rgb(101,142,186); }
td.TdClassName
{
border-color: #658EBA;
}
.TagClassName
{
border-color: #658EBA;
}
</style>