Shades of Gumbo #6F938B
Tints of Gumbo #6F938B
RGB
CMYK
RGB Variations
Color information
#6F938B (or 0x6F938B) is known color: Gumbo. HEX triplet: 6F, 93 and 8B. RGB value is (111,147,139). Sum of RGB (Red+Green+Blue) = 111+147+139=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #6F938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F938B is #906C74. Grayscale: #878787. Windows color (decimal): -9464949 or 9147247. OLE color: 9147247.
HSL color Cylindrical-coordinate representation of color #6F938B: hue angle of 166.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F938B is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 147 | 139 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.42 |
| HSL | 166.67º | 0.14% | 0.51% | - |
| HSV(B) | 166.67º | 0.24% | 0.58% | - |
| XYZ | 21.65 | 26.11 | 28.32 | - |
| YUV | 135.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 147 | 139 | 0.24 | 0 | 0.05 | 0.42 | 166.67 | 0.14 | 0.51 |
| Hex | 6F | 93 | 8B | 18 | 0 | 5 | 2A | A7 | E | 33 |
| Octal | 157 | 223 | 213 | 30 | 0 | 5 | 52 | 247 | 16 | 63 |
| Binary | 1101111 | 10010011 | 10001011 | 11000 | 0 | 101 | 101010 | 10100111 | 1110 | 110011 |
Color Harmonies of #6F938B
Complementary color
Monochromatic Colors of #6F938B
Black with #6F938B
Text Example
Text Example
White with #6F938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F938B; }
p { color: rgb(111,147,139); }
H1.HeaderClassName
{
color: #6F938B;
}
.AnyTagClassName
{
color: #6F938B;
}
</style>
background-color css
<style>
a { background-color: #6F938B; }
a { background-color: rgb(111,147,139); }
div.DivClassName
{
background-color: #6F938B;
}
.BgClassName
{
background-color: #6F938B;
}
</style>
border-color css
<style>
span { border-color: #6F938B; }
span { border-color: rgb(111,147,139); }
td.TdClassName
{
border-color: #6F938B;
}
.TagClassName
{
border-color: #6F938B;
}
</style>