Shades of Danube #6188BA
Tints of Danube #6188BA
RGB
CMYK
RGB Variations
Color information
#6188BA (or 0x6188BA) is known color: Danube. HEX triplet: 61, 88 and BA. RGB value is (97,136,186). Sum of RGB (Red+Green+Blue) = 97+136+186=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #6188BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6188BA is #9E7745. Grayscale: #818181. Windows color (decimal): -10385222 or 12224609. OLE color: 12224609.
HSL color Cylindrical-coordinate representation of color #6188BA: hue angle of 213.71º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6188BA is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 136 | 186 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.27 |
| HSL | 213.71º | 0.39% | 0.55% | - |
| HSV(B) | 213.71º | 0.48% | 0.73% | - |
| XYZ | 22.6 | 23.69 | 49.84 | - |
| YUV | 130.04 | 159.58 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 136 | 186 | 0.48 | 0.27 | 0 | 0.27 | 213.71 | 0.39 | 0.55 |
| Hex | 61 | 88 | BA | 30 | 1B | 0 | 1B | D6 | 27 | 37 |
| Octal | 141 | 210 | 272 | 60 | 33 | 0 | 33 | 326 | 47 | 67 |
| Binary | 1100001 | 10001000 | 10111010 | 110000 | 11011 | 0 | 11011 | 11010110 | 100111 | 110111 |
Color Harmonies of #6188BA
Complementary color
Monochromatic Colors of #6188BA
Black with #6188BA
Text Example
Text Example
White with #6188BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6188BA; }
p { color: rgb(97,136,186); }
H1.HeaderClassName
{
color: #6188BA;
}
.AnyTagClassName
{
color: #6188BA;
}
</style>
background-color css
<style>
a { background-color: #6188BA; }
a { background-color: rgb(97,136,186); }
div.DivClassName
{
background-color: #6188BA;
}
.BgClassName
{
background-color: #6188BA;
}
</style>
border-color css
<style>
span { border-color: #6188BA; }
span { border-color: rgb(97,136,186); }
td.TdClassName
{
border-color: #6188BA;
}
.TagClassName
{
border-color: #6188BA;
}
</style>