Shades of Gumbo #6D938E
Tints of Gumbo #6D938E
RGB
CMYK
RGB Variations
Color information
#6D938E (or 0x6D938E) is known color: Gumbo. HEX triplet: 6D, 93 and 8E. RGB value is (109,147,142). Sum of RGB (Red+Green+Blue) = 109+147+142=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #6D938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D938E is #926C71. Grayscale: #878787. Windows color (decimal): -9596018 or 9343853. OLE color: 9343853.
HSL color Cylindrical-coordinate representation of color #6D938E: hue angle of 172.11º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D938E is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 147 | 142 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.42 |
| HSL | 172.11º | 0.15% | 0.5% | - |
| HSV(B) | 172.11º | 0.26% | 0.58% | - |
| XYZ | 21.62 | 26.07 | 29.48 | - |
| YUV | 135.07 | 131.91 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 147 | 142 | 0.26 | 0 | 0.03 | 0.42 | 172.11 | 0.15 | 0.5 |
| Hex | 6D | 93 | 8E | 1A | 0 | 3 | 2A | AC | F | 32 |
| Octal | 155 | 223 | 216 | 32 | 0 | 3 | 52 | 254 | 17 | 62 |
| Binary | 1101101 | 10010011 | 10001110 | 11010 | 0 | 11 | 101010 | 10101100 | 1111 | 110010 |
Color Harmonies of #6D938E
Complementary color
Monochromatic Colors of #6D938E
Black with #6D938E
Text Example
Text Example
White with #6D938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D938E; }
p { color: rgb(109,147,142); }
H1.HeaderClassName
{
color: #6D938E;
}
.AnyTagClassName
{
color: #6D938E;
}
</style>
background-color css
<style>
a { background-color: #6D938E; }
a { background-color: rgb(109,147,142); }
div.DivClassName
{
background-color: #6D938E;
}
.BgClassName
{
background-color: #6D938E;
}
</style>
border-color css
<style>
span { border-color: #6D938E; }
span { border-color: rgb(109,147,142); }
td.TdClassName
{
border-color: #6D938E;
}
.TagClassName
{
border-color: #6D938E;
}
</style>