Shades of Danube #6186C0
Tints of Danube #6186C0
RGB
CMYK
RGB Variations
Color information
#6186C0 (or 0x6186C0) is known color: Danube. HEX triplet: 61, 86 and C0. RGB value is (97,134,192). Sum of RGB (Red+Green+Blue) = 97+134+192=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #6186C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6186C0 is #9E793F. Grayscale: #818181. Windows color (decimal): -10385728 or 12617313. OLE color: 12617313.
HSL color Cylindrical-coordinate representation of color #6186C0: hue angle of 216.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6186C0 is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 134 | 192 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.25 |
| HSL | 216.63º | 0.43% | 0.57% | - |
| HSV(B) | 216.63º | 0.49% | 0.75% | - |
| XYZ | 22.97 | 23.4 | 53.17 | - |
| YUV | 129.55 | 163.24 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 134 | 192 | 0.49 | 0.30 | 0 | 0.25 | 216.63 | 0.43 | 0.57 |
| Hex | 61 | 86 | C0 | 31 | 1E | 0 | 19 | D9 | 2B | 39 |
| Octal | 141 | 206 | 300 | 61 | 36 | 0 | 31 | 331 | 53 | 71 |
| Binary | 1100001 | 10000110 | 11000000 | 110001 | 11110 | 0 | 11001 | 11011001 | 101011 | 111001 |
Color Harmonies of #6186C0
Complementary color
Monochromatic Colors of #6186C0
Black with #6186C0
Text Example
Text Example
White with #6186C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6186C0; }
p { color: rgb(97,134,192); }
H1.HeaderClassName
{
color: #6186C0;
}
.AnyTagClassName
{
color: #6186C0;
}
</style>
background-color css
<style>
a { background-color: #6186C0; }
a { background-color: rgb(97,134,192); }
div.DivClassName
{
background-color: #6186C0;
}
.BgClassName
{
background-color: #6186C0;
}
</style>
border-color css
<style>
span { border-color: #6186C0; }
span { border-color: rgb(97,134,192); }
td.TdClassName
{
border-color: #6186C0;
}
.TagClassName
{
border-color: #6186C0;
}
</style>