Shades of Danube #658AB7
Tints of Danube #658AB7
RGB
CMYK
RGB Variations
Color information
#658AB7 (or 0x658AB7) is known color: Danube. HEX triplet: 65, 8A and B7. RGB value is (101,138,183). Sum of RGB (Red+Green+Blue) = 101+138+183=422 (55% of max value = 765). Red value is 101 (39.84% from 255 or 23.93% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 183 - color contains mainly: blue. Hex color #658AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #658AB7 is #9A7548. Grayscale: #838383. Windows color (decimal): -10122569 or 12028517. OLE color: 12028517.
HSL color Cylindrical-coordinate representation of color #658AB7: hue angle of 212.93º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #658AB7 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 138 | 183 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.28 |
| HSL | 212.93º | 0.36% | 0.56% | - |
| HSV(B) | 212.93º | 0.45% | 0.72% | - |
| XYZ | 23 | 24.36 | 48.29 | - |
| YUV | 132.07 | 156.74 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 183 | 0.45 | 0.25 | 0 | 0.28 | 212.93 | 0.36 | 0.56 |
| Hex | 65 | 8A | B7 | 2D | 19 | 0 | 1C | D5 | 24 | 38 |
| Octal | 145 | 212 | 267 | 55 | 31 | 0 | 34 | 325 | 44 | 70 |
| Binary | 1100101 | 10001010 | 10110111 | 101101 | 11001 | 0 | 11100 | 11010101 | 100100 | 111000 |
Color Harmonies of #658AB7
Complementary color
Monochromatic Colors of #658AB7
Black with #658AB7
Text Example
Text Example
White with #658AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658AB7; }
p { color: rgb(101,138,183); }
H1.HeaderClassName
{
color: #658AB7;
}
.AnyTagClassName
{
color: #658AB7;
}
</style>
background-color css
<style>
a { background-color: #658AB7; }
a { background-color: rgb(101,138,183); }
div.DivClassName
{
background-color: #658AB7;
}
.BgClassName
{
background-color: #658AB7;
}
</style>
border-color css
<style>
span { border-color: #658AB7; }
span { border-color: rgb(101,138,183); }
td.TdClassName
{
border-color: #658AB7;
}
.TagClassName
{
border-color: #658AB7;
}
</style>