Shades of Danube #6189BD
Tints of Danube #6189BD
RGB
CMYK
RGB Variations
Color information
#6189BD (or 0x6189BD) is known color: Danube. HEX triplet: 61, 89 and BD. RGB value is (97,137,189). Sum of RGB (Red+Green+Blue) = 97+137+189=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #6189BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6189BD is #9E7642. Grayscale: #828282. Windows color (decimal): -10384963 or 12421473. OLE color: 12421473.
HSL color Cylindrical-coordinate representation of color #6189BD: hue angle of 213.91º 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 #6189BD is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 137 | 189 | - |
| CMYK | 0.49 | 0.28 | 0 | 0.26 |
| HSL | 213.91º | 0.41% | 0.56% | - |
| HSV(B) | 213.91º | 0.49% | 0.74% | - |
| XYZ | 23.06 | 24.11 | 51.58 | - |
| YUV | 130.97 | 160.75 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 137 | 189 | 0.49 | 0.28 | 0 | 0.26 | 213.91 | 0.41 | 0.56 |
| Hex | 61 | 89 | BD | 31 | 1C | 0 | 1A | D6 | 29 | 38 |
| Octal | 141 | 211 | 275 | 61 | 34 | 0 | 32 | 326 | 51 | 70 |
| Binary | 1100001 | 10001001 | 10111101 | 110001 | 11100 | 0 | 11010 | 11010110 | 101001 | 111000 |
Color Harmonies of #6189BD
Complementary color
Monochromatic Colors of #6189BD
Black with #6189BD
Text Example
Text Example
White with #6189BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6189BD; }
p { color: rgb(97,137,189); }
H1.HeaderClassName
{
color: #6189BD;
}
.AnyTagClassName
{
color: #6189BD;
}
</style>
background-color css
<style>
a { background-color: #6189BD; }
a { background-color: rgb(97,137,189); }
div.DivClassName
{
background-color: #6189BD;
}
.BgClassName
{
background-color: #6189BD;
}
</style>
border-color css
<style>
span { border-color: #6189BD; }
span { border-color: rgb(97,137,189); }
td.TdClassName
{
border-color: #6189BD;
}
.TagClassName
{
border-color: #6189BD;
}
</style>