Shades of Gumbo #6B978E
Tints of Gumbo #6B978E
RGB
CMYK
RGB Variations
Color information
#6B978E (or 0x6B978E) is known color: Gumbo. HEX triplet: 6B, 97 and 8E. RGB value is (107,151,142). Sum of RGB (Red+Green+Blue) = 107+151+142=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #6B978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B978E is #946871. Grayscale: #888888. Windows color (decimal): -9726066 or 9344875. OLE color: 9344875.
HSL color Cylindrical-coordinate representation of color #6B978E: hue angle of 167.73º 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 #6B978E is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 151 | 142 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.41 |
| HSL | 167.73º | 0.17% | 0.51% | - |
| HSV(B) | 167.73º | 0.29% | 0.59% | - |
| XYZ | 22.01 | 27.21 | 29.68 | - |
| YUV | 136.82 | 130.92 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 151 | 142 | 0.29 | 0 | 0.06 | 0.41 | 167.73 | 0.17 | 0.51 |
| Hex | 6B | 97 | 8E | 1D | 0 | 6 | 29 | A8 | 11 | 33 |
| Octal | 153 | 227 | 216 | 35 | 0 | 6 | 51 | 250 | 21 | 63 |
| Binary | 1101011 | 10010111 | 10001110 | 11101 | 0 | 110 | 101001 | 10101000 | 10001 | 110011 |
Color Harmonies of #6B978E
Complementary color
Monochromatic Colors of #6B978E
Black with #6B978E
Text Example
Text Example
White with #6B978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B978E; }
p { color: rgb(107,151,142); }
H1.HeaderClassName
{
color: #6B978E;
}
.AnyTagClassName
{
color: #6B978E;
}
</style>
background-color css
<style>
a { background-color: #6B978E; }
a { background-color: rgb(107,151,142); }
div.DivClassName
{
background-color: #6B978E;
}
.BgClassName
{
background-color: #6B978E;
}
</style>
border-color css
<style>
span { border-color: #6B978E; }
span { border-color: rgb(107,151,142); }
td.TdClassName
{
border-color: #6B978E;
}
.TagClassName
{
border-color: #6B978E;
}
</style>