Shades of Gumbo #6D928B
Tints of Gumbo #6D928B
RGB
CMYK
RGB Variations
Color information
#6D928B (or 0x6D928B) is known color: Gumbo. HEX triplet: 6D, 92 and 8B. RGB value is (109,146,139). Sum of RGB (Red+Green+Blue) = 109+146+139=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 146 - color contains mainly: green. Hex color #6D928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D928B is #926D74. Grayscale: #868686. Windows color (decimal): -9596277 or 9146989. OLE color: 9146989.
HSL color Cylindrical-coordinate representation of color #6D928B: hue angle of 168.65º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D928B is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 146 | 139 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.43 |
| HSL | 168.65º | 0.15% | 0.5% | - |
| HSV(B) | 168.65º | 0.25% | 0.57% | - |
| XYZ | 21.25 | 25.67 | 28.26 | - |
| YUV | 134.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 146 | 139 | 0.25 | 0 | 0.05 | 0.43 | 168.65 | 0.15 | 0.5 |
| Hex | 6D | 92 | 8B | 19 | 0 | 5 | 2B | A9 | F | 32 |
| Octal | 155 | 222 | 213 | 31 | 0 | 5 | 53 | 251 | 17 | 62 |
| Binary | 1101101 | 10010010 | 10001011 | 11001 | 0 | 101 | 101011 | 10101001 | 1111 | 110010 |
Color Harmonies of #6D928B
Complementary color
Monochromatic Colors of #6D928B
Black with #6D928B
Text Example
Text Example
White with #6D928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D928B; }
p { color: rgb(109,146,139); }
H1.HeaderClassName
{
color: #6D928B;
}
.AnyTagClassName
{
color: #6D928B;
}
</style>
background-color css
<style>
a { background-color: #6D928B; }
a { background-color: rgb(109,146,139); }
div.DivClassName
{
background-color: #6D928B;
}
.BgClassName
{
background-color: #6D928B;
}
</style>
border-color css
<style>
span { border-color: #6D928B; }
span { border-color: rgb(109,146,139); }
td.TdClassName
{
border-color: #6D928B;
}
.TagClassName
{
border-color: #6D928B;
}
</style>