Shades of Gumbo #6D948D
Tints of Gumbo #6D948D
RGB
CMYK
RGB Variations
Color information
#6D948D (or 0x6D948D) is known color: Gumbo. HEX triplet: 6D, 94 and 8D. RGB value is (109,148,141). Sum of RGB (Red+Green+Blue) = 109+148+141=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #6D948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D948D is #926B72. Grayscale: #878787. Windows color (decimal): -9595763 or 9278573. OLE color: 9278573.
HSL color Cylindrical-coordinate representation of color #6D948D: hue angle of 169.23º 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 #6D948D is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 148 | 141 | - |
| CMYK | 0.26 | 0 | 0.05 | 0.42 |
| HSL | 169.23º | 0.15% | 0.5% | - |
| HSV(B) | 169.23º | 0.26% | 0.58% | - |
| XYZ | 21.7 | 26.35 | 29.14 | - |
| YUV | 135.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 148 | 141 | 0.26 | 0 | 0.05 | 0.42 | 169.23 | 0.15 | 0.5 |
| Hex | 6D | 94 | 8D | 1A | 0 | 5 | 2A | A9 | F | 32 |
| Octal | 155 | 224 | 215 | 32 | 0 | 5 | 52 | 251 | 17 | 62 |
| Binary | 1101101 | 10010100 | 10001101 | 11010 | 0 | 101 | 101010 | 10101001 | 1111 | 110010 |
Color Harmonies of #6D948D
Complementary color
Monochromatic Colors of #6D948D
Black with #6D948D
Text Example
Text Example
White with #6D948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D948D; }
p { color: rgb(109,148,141); }
H1.HeaderClassName
{
color: #6D948D;
}
.AnyTagClassName
{
color: #6D948D;
}
</style>
background-color css
<style>
a { background-color: #6D948D; }
a { background-color: rgb(109,148,141); }
div.DivClassName
{
background-color: #6D948D;
}
.BgClassName
{
background-color: #6D948D;
}
</style>
border-color css
<style>
span { border-color: #6D948D; }
span { border-color: rgb(109,148,141); }
td.TdClassName
{
border-color: #6D948D;
}
.TagClassName
{
border-color: #6D948D;
}
</style>