Shades of Gumbo #6E938A
Tints of Gumbo #6E938A
RGB
CMYK
RGB Variations
Color information
#6E938A (or 0x6E938A) is known color: Gumbo. HEX triplet: 6E, 93 and 8A. RGB value is (110,147,138). Sum of RGB (Red+Green+Blue) = 110+147+138=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #6E938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E938A is #916C75. Grayscale: #868686. Windows color (decimal): -9530486 or 9081710. OLE color: 9081710.
HSL color Cylindrical-coordinate representation of color #6E938A: hue angle of 165.41º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E938A is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 138 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.42 |
| HSL | 165.41º | 0.15% | 0.5% | - |
| HSV(B) | 165.41º | 0.25% | 0.58% | - |
| XYZ | 21.45 | 26.02 | 27.94 | - |
| YUV | 134.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 138 | 0.25 | 0 | 0.06 | 0.42 | 165.41 | 0.15 | 0.5 |
| Hex | 6E | 93 | 8A | 19 | 0 | 6 | 2A | A5 | F | 32 |
| Octal | 156 | 223 | 212 | 31 | 0 | 6 | 52 | 245 | 17 | 62 |
| Binary | 1101110 | 10010011 | 10001010 | 11001 | 0 | 110 | 101010 | 10100101 | 1111 | 110010 |
Color Harmonies of #6E938A
Complementary color
Monochromatic Colors of #6E938A
Black with #6E938A
Text Example
Text Example
White with #6E938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E938A; }
p { color: rgb(110,147,138); }
H1.HeaderClassName
{
color: #6E938A;
}
.AnyTagClassName
{
color: #6E938A;
}
</style>
background-color css
<style>
a { background-color: #6E938A; }
a { background-color: rgb(110,147,138); }
div.DivClassName
{
background-color: #6E938A;
}
.BgClassName
{
background-color: #6E938A;
}
</style>
border-color css
<style>
span { border-color: #6E938A; }
span { border-color: rgb(110,147,138); }
td.TdClassName
{
border-color: #6E938A;
}
.TagClassName
{
border-color: #6E938A;
}
</style>