Shades of Gumbo #6A958E
Tints of Gumbo #6A958E
RGB
CMYK
RGB Variations
Color information
#6A958E (or 0x6A958E) is known color: Gumbo. HEX triplet: 6A, 95 and 8E. RGB value is (106,149,142). Sum of RGB (Red+Green+Blue) = 106+149+142=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 149 (58.59% from 255 or 37.53% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 149 - color contains mainly: green. Hex color #6A958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A958E is #956A71. Grayscale: #878787. Windows color (decimal): -9792114 or 9344362. OLE color: 9344362.
HSL color Cylindrical-coordinate representation of color #6A958E: hue angle of 170.23º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A958E is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 149 | 142 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.42 |
| HSL | 170.23º | 0.17% | 0.5% | - |
| HSV(B) | 170.23º | 0.29% | 0.58% | - |
| XYZ | 21.57 | 26.51 | 29.57 | - |
| YUV | 135.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 149 | 142 | 0.29 | 0 | 0.05 | 0.42 | 170.23 | 0.17 | 0.5 |
| Hex | 6A | 95 | 8E | 1D | 0 | 5 | 2A | AA | 11 | 32 |
| Octal | 152 | 225 | 216 | 35 | 0 | 5 | 52 | 252 | 21 | 62 |
| Binary | 1101010 | 10010101 | 10001110 | 11101 | 0 | 101 | 101010 | 10101010 | 10001 | 110010 |
Color Harmonies of #6A958E
Complementary color
Monochromatic Colors of #6A958E
Black with #6A958E
Text Example
Text Example
White with #6A958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A958E; }
p { color: rgb(106,149,142); }
H1.HeaderClassName
{
color: #6A958E;
}
.AnyTagClassName
{
color: #6A958E;
}
</style>
background-color css
<style>
a { background-color: #6A958E; }
a { background-color: rgb(106,149,142); }
div.DivClassName
{
background-color: #6A958E;
}
.BgClassName
{
background-color: #6A958E;
}
</style>
border-color css
<style>
span { border-color: #6A958E; }
span { border-color: rgb(106,149,142); }
td.TdClassName
{
border-color: #6A958E;
}
.TagClassName
{
border-color: #6A958E;
}
</style>