Shades of Gumbo #6E9187
Tints of Gumbo #6E9187
RGB
CMYK
RGB Variations
Color information
#6E9187 (or 0x6E9187) is known color: Gumbo. HEX triplet: 6E, 91 and 87. RGB value is (110,145,135). Sum of RGB (Red+Green+Blue) = 110+145+135=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9187 is #916E78. Grayscale: #858585. Windows color (decimal): -9531001 or 8884590. OLE color: 8884590.
HSL color Cylindrical-coordinate representation of color #6E9187: hue angle of 162.86º 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 #6E9187 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 135 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.43 |
| HSL | 162.86º | 0.14% | 0.5% | - |
| HSV(B) | 162.86º | 0.24% | 0.57% | - |
| XYZ | 20.93 | 25.32 | 26.7 | - |
| YUV | 133.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 135 | 0.24 | 0 | 0.07 | 0.43 | 162.86 | 0.14 | 0.5 |
| Hex | 6E | 91 | 87 | 18 | 0 | 7 | 2B | A3 | E | 32 |
| Octal | 156 | 221 | 207 | 30 | 0 | 7 | 53 | 243 | 16 | 62 |
| Binary | 1101110 | 10010001 | 10000111 | 11000 | 0 | 111 | 101011 | 10100011 | 1110 | 110010 |
Color Harmonies of #6E9187
Complementary color
Monochromatic Colors of #6E9187
Black with #6E9187
Text Example
Text Example
White with #6E9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9187; }
p { color: rgb(110,145,135); }
H1.HeaderClassName
{
color: #6E9187;
}
.AnyTagClassName
{
color: #6E9187;
}
</style>
background-color css
<style>
a { background-color: #6E9187; }
a { background-color: rgb(110,145,135); }
div.DivClassName
{
background-color: #6E9187;
}
.BgClassName
{
background-color: #6E9187;
}
</style>
border-color css
<style>
span { border-color: #6E9187; }
span { border-color: rgb(110,145,135); }
td.TdClassName
{
border-color: #6E9187;
}
.TagClassName
{
border-color: #6E9187;
}
</style>