Shades of Danube #6089BD
Tints of Danube #6089BD
RGB
CMYK
RGB Variations
Color information
#6089BD (or 0x6089BD) is known color: Danube. HEX triplet: 60, 89 and BD. RGB value is (96,137,189). Sum of RGB (Red+Green+Blue) = 96+137+189=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #6089BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6089BD is #9F7642. Grayscale: #828282. Windows color (decimal): -10450499 or 12421472. OLE color: 12421472.
HSL color Cylindrical-coordinate representation of color #6089BD: hue angle of 213.55º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6089BD is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 137 | 189 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.26 |
| HSL | 213.55º | 0.41% | 0.56% | - |
| HSV(B) | 213.55º | 0.49% | 0.74% | - |
| XYZ | 22.95 | 24.05 | 51.58 | - |
| YUV | 130.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 189 | 0.49 | 0.28 | 0 | 0.26 | 213.55 | 0.41 | 0.56 |
| Hex | 60 | 89 | BD | 31 | 1C | 0 | 1A | D6 | 29 | 38 |
| Octal | 140 | 211 | 275 | 61 | 34 | 0 | 32 | 326 | 51 | 70 |
| Binary | 1100000 | 10001001 | 10111101 | 110001 | 11100 | 0 | 11010 | 11010110 | 101001 | 111000 |
Color Harmonies of #6089BD
Complementary color
Monochromatic Colors of #6089BD
Black with #6089BD
Text Example
Text Example
White with #6089BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6089BD; }
p { color: rgb(96,137,189); }
H1.HeaderClassName
{
color: #6089BD;
}
.AnyTagClassName
{
color: #6089BD;
}
</style>
background-color css
<style>
a { background-color: #6089BD; }
a { background-color: rgb(96,137,189); }
div.DivClassName
{
background-color: #6089BD;
}
.BgClassName
{
background-color: #6089BD;
}
</style>
border-color css
<style>
span { border-color: #6089BD; }
span { border-color: rgb(96,137,189); }
td.TdClassName
{
border-color: #6089BD;
}
.TagClassName
{
border-color: #6089BD;
}
</style>