Shades of Gumbo #6E9188
Tints of Gumbo #6E9188
RGB
CMYK
RGB Variations
Color information
#6E9188 (or 0x6E9188) is known color: Gumbo. HEX triplet: 6E, 91 and 88. RGB value is (110,145,136). Sum of RGB (Red+Green+Blue) = 110+145+136=391 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.13% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9188 is #916E77. Grayscale: #858585. Windows color (decimal): -9531000 or 8950126. OLE color: 8950126.
HSL color Cylindrical-coordinate representation of color #6E9188: hue angle of 164.57º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E9188 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 136 | - |
| CMYK | 0.24 | 0 | 0.06 | 0.43 |
| HSL | 164.57º | 0.14% | 0.5% | - |
| HSV(B) | 164.57º | 0.24% | 0.57% | - |
| XYZ | 21 | 25.34 | 27.08 | - |
| YUV | 133.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 136 | 0.24 | 0 | 0.06 | 0.43 | 164.57 | 0.14 | 0.5 |
| Hex | 6E | 91 | 88 | 18 | 0 | 6 | 2B | A5 | E | 32 |
| Octal | 156 | 221 | 210 | 30 | 0 | 6 | 53 | 245 | 16 | 62 |
| Binary | 1101110 | 10010001 | 10001000 | 11000 | 0 | 110 | 101011 | 10100101 | 1110 | 110010 |
Color Harmonies of #6E9188
Complementary color
Monochromatic Colors of #6E9188
Black with #6E9188
Text Example
Text Example
White with #6E9188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9188; }
p { color: rgb(110,145,136); }
H1.HeaderClassName
{
color: #6E9188;
}
.AnyTagClassName
{
color: #6E9188;
}
</style>
background-color css
<style>
a { background-color: #6E9188; }
a { background-color: rgb(110,145,136); }
div.DivClassName
{
background-color: #6E9188;
}
.BgClassName
{
background-color: #6E9188;
}
</style>
border-color css
<style>
span { border-color: #6E9188; }
span { border-color: rgb(110,145,136); }
td.TdClassName
{
border-color: #6E9188;
}
.TagClassName
{
border-color: #6E9188;
}
</style>