Shades of Gumbo #6D938D
Tints of Gumbo #6D938D
RGB
CMYK
RGB Variations
Color information
#6D938D (or 0x6D938D) is known color: Gumbo. HEX triplet: 6D, 93 and 8D. RGB value is (109,147,141). Sum of RGB (Red+Green+Blue) = 109+147+141=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #6D938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D938D is #926C72. Grayscale: #868686. Windows color (decimal): -9596019 or 9278317. OLE color: 9278317.
HSL color Cylindrical-coordinate representation of color #6D938D: hue angle of 170.53º 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 #6D938D is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 147 | 141 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.42 |
| HSL | 170.53º | 0.15% | 0.5% | - |
| HSV(B) | 170.53º | 0.26% | 0.58% | - |
| XYZ | 21.55 | 26.04 | 29.09 | - |
| YUV | 134.95 | 131.41 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 147 | 141 | 0.26 | 0 | 0.04 | 0.42 | 170.53 | 0.15 | 0.5 |
| Hex | 6D | 93 | 8D | 1A | 0 | 4 | 2A | AB | F | 32 |
| Octal | 155 | 223 | 215 | 32 | 0 | 4 | 52 | 253 | 17 | 62 |
| Binary | 1101101 | 10010011 | 10001101 | 11010 | 0 | 100 | 101010 | 10101011 | 1111 | 110010 |
Color Harmonies of #6D938D
Complementary color
Monochromatic Colors of #6D938D
Black with #6D938D
Text Example
Text Example
White with #6D938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D938D; }
p { color: rgb(109,147,141); }
H1.HeaderClassName
{
color: #6D938D;
}
.AnyTagClassName
{
color: #6D938D;
}
</style>
background-color css
<style>
a { background-color: #6D938D; }
a { background-color: rgb(109,147,141); }
div.DivClassName
{
background-color: #6D938D;
}
.BgClassName
{
background-color: #6D938D;
}
</style>
border-color css
<style>
span { border-color: #6D938D; }
span { border-color: rgb(109,147,141); }
td.TdClassName
{
border-color: #6D938D;
}
.TagClassName
{
border-color: #6D938D;
}
</style>