Shades of Gumbo #6D9189
Tints of Gumbo #6D9189
RGB
CMYK
RGB Variations
Color information
#6D9189 (or 0x6D9189) is known color: Gumbo. HEX triplet: 6D, 91 and 89. RGB value is (109,145,137). Sum of RGB (Red+Green+Blue) = 109+145+137=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #6D9189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9189 is #926E76. Grayscale: #858585. Windows color (decimal): -9596535 or 9015661. OLE color: 9015661.
HSL color Cylindrical-coordinate representation of color #6D9189: hue angle of 166.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D9189 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 145 | 137 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.43 |
| HSL | 166.67º | 0.14% | 0.5% | - |
| HSV(B) | 166.67º | 0.25% | 0.57% | - |
| XYZ | 20.95 | 25.31 | 27.45 | - |
| YUV | 133.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 137 | 0.25 | 0 | 0.06 | 0.43 | 166.67 | 0.14 | 0.5 |
| Hex | 6D | 91 | 89 | 19 | 0 | 6 | 2B | A7 | E | 32 |
| Octal | 155 | 221 | 211 | 31 | 0 | 6 | 53 | 247 | 16 | 62 |
| Binary | 1101101 | 10010001 | 10001001 | 11001 | 0 | 110 | 101011 | 10100111 | 1110 | 110010 |
Color Harmonies of #6D9189
Complementary color
Monochromatic Colors of #6D9189
Black with #6D9189
Text Example
Text Example
White with #6D9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9189; }
p { color: rgb(109,145,137); }
H1.HeaderClassName
{
color: #6D9189;
}
.AnyTagClassName
{
color: #6D9189;
}
</style>
background-color css
<style>
a { background-color: #6D9189; }
a { background-color: rgb(109,145,137); }
div.DivClassName
{
background-color: #6D9189;
}
.BgClassName
{
background-color: #6D9189;
}
</style>
border-color css
<style>
span { border-color: #6D9189; }
span { border-color: rgb(109,145,137); }
td.TdClassName
{
border-color: #6D9189;
}
.TagClassName
{
border-color: #6D9189;
}
</style>