Shades of Gumbo #6B958B
Tints of Gumbo #6B958B
RGB
CMYK
RGB Variations
Color information
#6B958B (or 0x6B958B) is known color: Gumbo. HEX triplet: 6B, 95 and 8B. RGB value is (107,149,139). Sum of RGB (Red+Green+Blue) = 107+149+139=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #6B958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B958B is #946A74. Grayscale: #878787. Windows color (decimal): -9726581 or 9147755. OLE color: 9147755.
HSL color Cylindrical-coordinate representation of color #6B958B: hue angle of 165.71º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B958B is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 149 | 139 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.42 |
| HSL | 165.71º | 0.17% | 0.5% | - |
| HSV(B) | 165.71º | 0.28% | 0.58% | - |
| XYZ | 21.47 | 26.48 | 28.41 | - |
| YUV | 135.3 | 130.09 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 149 | 139 | 0.28 | 0 | 0.07 | 0.42 | 165.71 | 0.17 | 0.5 |
| Hex | 6B | 95 | 8B | 1C | 0 | 7 | 2A | A6 | 11 | 32 |
| Octal | 153 | 225 | 213 | 34 | 0 | 7 | 52 | 246 | 21 | 62 |
| Binary | 1101011 | 10010101 | 10001011 | 11100 | 0 | 111 | 101010 | 10100110 | 10001 | 110010 |
Color Harmonies of #6B958B
Complementary color
Monochromatic Colors of #6B958B
Black with #6B958B
Text Example
Text Example
White with #6B958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B958B; }
p { color: rgb(107,149,139); }
H1.HeaderClassName
{
color: #6B958B;
}
.AnyTagClassName
{
color: #6B958B;
}
</style>
background-color css
<style>
a { background-color: #6B958B; }
a { background-color: rgb(107,149,139); }
div.DivClassName
{
background-color: #6B958B;
}
.BgClassName
{
background-color: #6B958B;
}
</style>
border-color css
<style>
span { border-color: #6B958B; }
span { border-color: rgb(107,149,139); }
td.TdClassName
{
border-color: #6B958B;
}
.TagClassName
{
border-color: #6B958B;
}
</style>