Shades of Gumbo #6A978F
Tints of Gumbo #6A978F
RGB
CMYK
RGB Variations
Color information
#6A978F (or 0x6A978F) is known color: Gumbo. HEX triplet: 6A, 97 and 8F. RGB value is (106,151,143). Sum of RGB (Red+Green+Blue) = 106+151+143=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 151 - color contains mainly: green. Hex color #6A978F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A978F is #956870. Grayscale: #888888. Windows color (decimal): -9791601 or 9410410. OLE color: 9410410.
HSL color Cylindrical-coordinate representation of color #6A978F: hue angle of 169.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A978F is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 151 | 143 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.41 |
| HSL | 169.33º | 0.18% | 0.5% | - |
| HSV(B) | 169.33º | 0.3% | 0.59% | - |
| XYZ | 21.97 | 27.18 | 30.08 | - |
| YUV | 136.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 151 | 143 | 0.30 | 0 | 0.05 | 0.41 | 169.33 | 0.18 | 0.5 |
| Hex | 6A | 97 | 8F | 1E | 0 | 5 | 29 | A9 | 12 | 32 |
| Octal | 152 | 227 | 217 | 36 | 0 | 5 | 51 | 251 | 22 | 62 |
| Binary | 1101010 | 10010111 | 10001111 | 11110 | 0 | 101 | 101001 | 10101001 | 10010 | 110010 |
Color Harmonies of #6A978F
Complementary color
Monochromatic Colors of #6A978F
Black with #6A978F
Text Example
Text Example
White with #6A978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A978F; }
p { color: rgb(106,151,143); }
H1.HeaderClassName
{
color: #6A978F;
}
.AnyTagClassName
{
color: #6A978F;
}
</style>
background-color css
<style>
a { background-color: #6A978F; }
a { background-color: rgb(106,151,143); }
div.DivClassName
{
background-color: #6A978F;
}
.BgClassName
{
background-color: #6A978F;
}
</style>
border-color css
<style>
span { border-color: #6A978F; }
span { border-color: rgb(106,151,143); }
td.TdClassName
{
border-color: #6A978F;
}
.TagClassName
{
border-color: #6A978F;
}
</style>