Shades of Gumbo #6D8886
Tints of Gumbo #6D8886
RGB
CMYK
RGB Variations
Color information
#6D8886 (or 0x6D8886) is known color: Gumbo. HEX triplet: 6D, 88 and 86. RGB value is (109,136,134). Sum of RGB (Red+Green+Blue) = 109+136+134=379 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.76% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8886 is #927779. Grayscale: #7F7F7F. Windows color (decimal): -9598842 or 8816749. OLE color: 8816749.
HSL color Cylindrical-coordinate representation of color #6D8886: hue angle of 175.56º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D8886 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 136 | 134 | - |
| CMYK | 0.20 | 0 | 0.01 | 0.47 |
| HSL | 175.56º | 0.11% | 0.48% | - |
| HSV(B) | 175.56º | 0.2% | 0.53% | - |
| XYZ | 19.41 | 22.58 | 25.89 | - |
| YUV | 127.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 136 | 134 | 0.20 | 0 | 0.01 | 0.47 | 175.56 | 0.11 | 0.48 |
| Hex | 6D | 88 | 86 | 14 | 0 | 1 | 2F | B0 | B | 30 |
| Octal | 155 | 210 | 206 | 24 | 0 | 1 | 57 | 260 | 13 | 60 |
| Binary | 1101101 | 10001000 | 10000110 | 10100 | 0 | 1 | 101111 | 10110000 | 1011 | 110000 |
Color Harmonies of #6D8886
Complementary color
Monochromatic Colors of #6D8886
Black with #6D8886
Text Example
Text Example
White with #6D8886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8886; }
p { color: rgb(109,136,134); }
H1.HeaderClassName
{
color: #6D8886;
}
.AnyTagClassName
{
color: #6D8886;
}
</style>
background-color css
<style>
a { background-color: #6D8886; }
a { background-color: rgb(109,136,134); }
div.DivClassName
{
background-color: #6D8886;
}
.BgClassName
{
background-color: #6D8886;
}
</style>
border-color css
<style>
span { border-color: #6D8886; }
span { border-color: rgb(109,136,134); }
td.TdClassName
{
border-color: #6D8886;
}
.TagClassName
{
border-color: #6D8886;
}
</style>