Shades of Gumbo #6A978C
Tints of Gumbo #6A978C
RGB
CMYK
RGB Variations
Color information
#6A978C (or 0x6A978C) is known color: Gumbo. HEX triplet: 6A, 97 and 8C. RGB value is (106,151,140). Sum of RGB (Red+Green+Blue) = 106+151+140=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 151 (59.38% from 255 or 38.04% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 151 - color contains mainly: green. Hex color #6A978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A978C is #956873. Grayscale: #888888. Windows color (decimal): -9791604 or 9213802. OLE color: 9213802.
HSL color Cylindrical-coordinate representation of color #6A978C: hue angle of 165.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 #6A978C is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 151 | 140 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.41 |
| HSL | 165.33º | 0.18% | 0.5% | - |
| HSV(B) | 165.33º | 0.3% | 0.59% | - |
| XYZ | 21.74 | 27.09 | 28.89 | - |
| YUV | 136.29 | 130.09 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 151 | 140 | 0.30 | 0 | 0.07 | 0.41 | 165.33 | 0.18 | 0.5 |
| Hex | 6A | 97 | 8C | 1E | 0 | 7 | 29 | A5 | 12 | 32 |
| Octal | 152 | 227 | 214 | 36 | 0 | 7 | 51 | 245 | 22 | 62 |
| Binary | 1101010 | 10010111 | 10001100 | 11110 | 0 | 111 | 101001 | 10100101 | 10010 | 110010 |
Color Harmonies of #6A978C
Complementary color
Monochromatic Colors of #6A978C
Black with #6A978C
Text Example
Text Example
White with #6A978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A978C; }
p { color: rgb(106,151,140); }
H1.HeaderClassName
{
color: #6A978C;
}
.AnyTagClassName
{
color: #6A978C;
}
</style>
background-color css
<style>
a { background-color: #6A978C; }
a { background-color: rgb(106,151,140); }
div.DivClassName
{
background-color: #6A978C;
}
.BgClassName
{
background-color: #6A978C;
}
</style>
border-color css
<style>
span { border-color: #6A978C; }
span { border-color: rgb(106,151,140); }
td.TdClassName
{
border-color: #6A978C;
}
.TagClassName
{
border-color: #6A978C;
}
</style>