Shades of Danube #658ABA
Tints of Danube #658ABA
RGB
CMYK
RGB Variations
Color information
#658ABA (or 0x658ABA) is known color: Danube. HEX triplet: 65, 8A and BA. RGB value is (101,138,186). Sum of RGB (Red+Green+Blue) = 101+138+186=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #658ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658ABA is #9A7545. Grayscale: #848484. Windows color (decimal): -10122566 or 12225125. OLE color: 12225125.
HSL color Cylindrical-coordinate representation of color #658ABA: hue angle of 213.88º 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 #658ABA is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 138 | 186 | - |
| CMYK | 0.46 | 0.26 | 0 | 0.27 |
| HSL | 213.88º | 0.38% | 0.56% | - |
| HSV(B) | 213.88º | 0.46% | 0.73% | - |
| XYZ | 23.32 | 24.49 | 49.95 | - |
| YUV | 132.41 | 158.24 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 186 | 0.46 | 0.26 | 0 | 0.27 | 213.88 | 0.38 | 0.56 |
| Hex | 65 | 8A | BA | 2E | 1A | 0 | 1B | D6 | 26 | 38 |
| Octal | 145 | 212 | 272 | 56 | 32 | 0 | 33 | 326 | 46 | 70 |
| Binary | 1100101 | 10001010 | 10111010 | 101110 | 11010 | 0 | 11011 | 11010110 | 100110 | 111000 |
Color Harmonies of #658ABA
Complementary color
Monochromatic Colors of #658ABA
Black with #658ABA
Text Example
Text Example
White with #658ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658ABA; }
p { color: rgb(101,138,186); }
H1.HeaderClassName
{
color: #658ABA;
}
.AnyTagClassName
{
color: #658ABA;
}
</style>
background-color css
<style>
a { background-color: #658ABA; }
a { background-color: rgb(101,138,186); }
div.DivClassName
{
background-color: #658ABA;
}
.BgClassName
{
background-color: #658ABA;
}
</style>
border-color css
<style>
span { border-color: #658ABA; }
span { border-color: rgb(101,138,186); }
td.TdClassName
{
border-color: #658ABA;
}
.TagClassName
{
border-color: #658ABA;
}
</style>