Shades of Gumbo #6E918B
Tints of Gumbo #6E918B
RGB
CMYK
RGB Variations
Color information
#6E918B (or 0x6E918B) is known color: Gumbo. HEX triplet: 6E, 91 and 8B. RGB value is (110,145,139). Sum of RGB (Red+Green+Blue) = 110+145+139=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 145 - color contains mainly: green. Hex color #6E918B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E918B is #916E74. Grayscale: #858585. Windows color (decimal): -9530997 or 9146734. OLE color: 9146734.
HSL color Cylindrical-coordinate representation of color #6E918B: hue angle of 169.71º 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 #6E918B is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 139 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.43 |
| HSL | 169.71º | 0.14% | 0.5% | - |
| HSV(B) | 169.71º | 0.24% | 0.57% | - |
| XYZ | 21.22 | 25.43 | 28.22 | - |
| YUV | 133.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 139 | 0.24 | 0 | 0.04 | 0.43 | 169.71 | 0.14 | 0.5 |
| Hex | 6E | 91 | 8B | 18 | 0 | 4 | 2B | AA | E | 32 |
| Octal | 156 | 221 | 213 | 30 | 0 | 4 | 53 | 252 | 16 | 62 |
| Binary | 1101110 | 10010001 | 10001011 | 11000 | 0 | 100 | 101011 | 10101010 | 1110 | 110010 |
Color Harmonies of #6E918B
Complementary color
Monochromatic Colors of #6E918B
Black with #6E918B
Text Example
Text Example
White with #6E918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E918B; }
p { color: rgb(110,145,139); }
H1.HeaderClassName
{
color: #6E918B;
}
.AnyTagClassName
{
color: #6E918B;
}
</style>
background-color css
<style>
a { background-color: #6E918B; }
a { background-color: rgb(110,145,139); }
div.DivClassName
{
background-color: #6E918B;
}
.BgClassName
{
background-color: #6E918B;
}
</style>
border-color css
<style>
span { border-color: #6E918B; }
span { border-color: rgb(110,145,139); }
td.TdClassName
{
border-color: #6E918B;
}
.TagClassName
{
border-color: #6E918B;
}
</style>