Shades of Gumbo #6E908A
Tints of Gumbo #6E908A
RGB
CMYK
RGB Variations
Color information
#6E908A (or 0x6E908A) is known color: Gumbo. HEX triplet: 6E, 90 and 8A. RGB value is (110,144,138). Sum of RGB (Red+Green+Blue) = 110+144+138=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 144 - color contains mainly: green. Hex color #6E908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E908A is #916F75. Grayscale: #858585. Windows color (decimal): -9531254 or 9080942. OLE color: 9080942.
HSL color Cylindrical-coordinate representation of color #6E908A: hue angle of 169.41º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E908A is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 144 | 138 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.44 |
| HSL | 169.41º | 0.13% | 0.5% | - |
| HSV(B) | 169.41º | 0.24% | 0.56% | - |
| XYZ | 20.99 | 25.1 | 27.78 | - |
| YUV | 133.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 144 | 138 | 0.24 | 0 | 0.04 | 0.44 | 169.41 | 0.13 | 0.5 |
| Hex | 6E | 90 | 8A | 18 | 0 | 4 | 2C | A9 | D | 32 |
| Octal | 156 | 220 | 212 | 30 | 0 | 4 | 54 | 251 | 15 | 62 |
| Binary | 1101110 | 10010000 | 10001010 | 11000 | 0 | 100 | 101100 | 10101001 | 1101 | 110010 |
Color Harmonies of #6E908A
Complementary color
Monochromatic Colors of #6E908A
Black with #6E908A
Text Example
Text Example
White with #6E908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E908A; }
p { color: rgb(110,144,138); }
H1.HeaderClassName
{
color: #6E908A;
}
.AnyTagClassName
{
color: #6E908A;
}
</style>
background-color css
<style>
a { background-color: #6E908A; }
a { background-color: rgb(110,144,138); }
div.DivClassName
{
background-color: #6E908A;
}
.BgClassName
{
background-color: #6E908A;
}
</style>
border-color css
<style>
span { border-color: #6E908A; }
span { border-color: rgb(110,144,138); }
td.TdClassName
{
border-color: #6E908A;
}
.TagClassName
{
border-color: #6E908A;
}
</style>