Shades of Gumbo #6B8985
Tints of Gumbo #6B8985
RGB
CMYK
RGB Variations
Color information
#6B8985 (or 0x6B8985) is known color: Gumbo. HEX triplet: 6B, 89 and 85. RGB value is (107,137,133). Sum of RGB (Red+Green+Blue) = 107+137+133=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #6B8985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8985 is #94767A. Grayscale: #7F7F7F. Windows color (decimal): -9729659 or 8751467. OLE color: 8751467.
HSL color Cylindrical-coordinate representation of color #6B8985: hue angle of 172º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B8985 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 137 | 133 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.46 |
| HSL | 172º | 0.12% | 0.48% | - |
| HSV(B) | 172º | 0.22% | 0.54% | - |
| XYZ | 19.24 | 22.71 | 25.56 | - |
| YUV | 127.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 137 | 133 | 0.22 | 0 | 0.03 | 0.46 | 172 | 0.12 | 0.48 |
| Hex | 6B | 89 | 85 | 16 | 0 | 3 | 2E | AC | C | 30 |
| Octal | 153 | 211 | 205 | 26 | 0 | 3 | 56 | 254 | 14 | 60 |
| Binary | 1101011 | 10001001 | 10000101 | 10110 | 0 | 11 | 101110 | 10101100 | 1100 | 110000 |
Color Harmonies of #6B8985
Complementary color
Monochromatic Colors of #6B8985
Black with #6B8985
Text Example
Text Example
White with #6B8985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8985; }
p { color: rgb(107,137,133); }
H1.HeaderClassName
{
color: #6B8985;
}
.AnyTagClassName
{
color: #6B8985;
}
</style>
background-color css
<style>
a { background-color: #6B8985; }
a { background-color: rgb(107,137,133); }
div.DivClassName
{
background-color: #6B8985;
}
.BgClassName
{
background-color: #6B8985;
}
</style>
border-color css
<style>
span { border-color: #6B8985; }
span { border-color: rgb(107,137,133); }
td.TdClassName
{
border-color: #6B8985;
}
.TagClassName
{
border-color: #6B8985;
}
</style>