Shades of Danube #6189BC
Tints of Danube #6189BC
RGB
CMYK
RGB Variations
Color information
#6189BC (or 0x6189BC) is known color: Danube. HEX triplet: 61, 89 and BC. RGB value is (97,137,188). Sum of RGB (Red+Green+Blue) = 97+137+188=422 (55% of max value = 765). Red value is 97 (38.28% from 255 or 22.99% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #6189BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6189BC is #9E7643. Grayscale: #828282. Windows color (decimal): -10384964 or 12355937. OLE color: 12355937.
HSL color Cylindrical-coordinate representation of color #6189BC: hue angle of 213.63º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6189BC is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 137 | 188 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.26 |
| HSL | 213.63º | 0.4% | 0.56% | - |
| HSV(B) | 213.63º | 0.48% | 0.74% | - |
| XYZ | 22.95 | 24.06 | 51.01 | - |
| YUV | 130.85 | 160.25 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 137 | 188 | 0.48 | 0.27 | 0 | 0.26 | 213.63 | 0.4 | 0.56 |
| Hex | 61 | 89 | BC | 30 | 1B | 0 | 1A | D6 | 28 | 38 |
| Octal | 141 | 211 | 274 | 60 | 33 | 0 | 32 | 326 | 50 | 70 |
| Binary | 1100001 | 10001001 | 10111100 | 110000 | 11011 | 0 | 11010 | 11010110 | 101000 | 111000 |
Color Harmonies of #6189BC
Complementary color
Monochromatic Colors of #6189BC
Black with #6189BC
Text Example
Text Example
White with #6189BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6189BC; }
p { color: rgb(97,137,188); }
H1.HeaderClassName
{
color: #6189BC;
}
.AnyTagClassName
{
color: #6189BC;
}
</style>
background-color css
<style>
a { background-color: #6189BC; }
a { background-color: rgb(97,137,188); }
div.DivClassName
{
background-color: #6189BC;
}
.BgClassName
{
background-color: #6189BC;
}
</style>
border-color css
<style>
span { border-color: #6189BC; }
span { border-color: rgb(97,137,188); }
td.TdClassName
{
border-color: #6189BC;
}
.TagClassName
{
border-color: #6189BC;
}
</style>