Shades of Gumbo #6B978C
Tints of Gumbo #6B978C
RGB
CMYK
RGB Variations
Color information
#6B978C (or 0x6B978C) is known color: Gumbo. HEX triplet: 6B, 97 and 8C. RGB value is (107,151,140). Sum of RGB (Red+Green+Blue) = 107+151+140=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 151 - color contains mainly: green. Hex color #6B978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B978C is #946873. Grayscale: #888888. Windows color (decimal): -9726068 or 9213803. OLE color: 9213803.
HSL color Cylindrical-coordinate representation of color #6B978C: hue angle of 165º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B978C is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 140 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.41 |
| HSL | 165º | 0.17% | 0.51% | - |
| HSV(B) | 165º | 0.29% | 0.59% | - |
| XYZ | 21.86 | 27.15 | 28.9 | - |
| YUV | 136.59 | 129.92 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 140 | 0.29 | 0 | 0.07 | 0.41 | 165 | 0.17 | 0.51 |
| Hex | 6B | 97 | 8C | 1D | 0 | 7 | 29 | A5 | 11 | 33 |
| Octal | 153 | 227 | 214 | 35 | 0 | 7 | 51 | 245 | 21 | 63 |
| Binary | 1101011 | 10010111 | 10001100 | 11101 | 0 | 111 | 101001 | 10100101 | 10001 | 110011 |
Color Harmonies of #6B978C
Complementary color
Monochromatic Colors of #6B978C
Black with #6B978C
Text Example
Text Example
White with #6B978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B978C; }
p { color: rgb(107,151,140); }
H1.HeaderClassName
{
color: #6B978C;
}
.AnyTagClassName
{
color: #6B978C;
}
</style>
background-color css
<style>
a { background-color: #6B978C; }
a { background-color: rgb(107,151,140); }
div.DivClassName
{
background-color: #6B978C;
}
.BgClassName
{
background-color: #6B978C;
}
</style>
border-color css
<style>
span { border-color: #6B978C; }
span { border-color: rgb(107,151,140); }
td.TdClassName
{
border-color: #6B978C;
}
.TagClassName
{
border-color: #6B978C;
}
</style>