Shades of Gumbo #6B8B89
Tints of Gumbo #6B8B89
RGB
CMYK
RGB Variations
Color information
#6B8B89 (or 0x6B8B89) is known color: Gumbo. HEX triplet: 6B, 8B and 89. RGB value is (107,139,137). Sum of RGB (Red+Green+Blue) = 107+139+137=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8B89 is #947476. Grayscale: #818181. Windows color (decimal): -9729143 or 9014123. OLE color: 9014123.
HSL color Cylindrical-coordinate representation of color #6B8B89: hue angle of 176.25º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B8B89 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 139 | 137 | - |
| CMYK | 0.23 | 0 | 0.01 | 0.45 |
| HSL | 176.25º | 0.13% | 0.48% | - |
| HSV(B) | 176.25º | 0.23% | 0.55% | - |
| XYZ | 19.81 | 23.4 | 27.14 | - |
| YUV | 129.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 137 | 0.23 | 0 | 0.01 | 0.45 | 176.25 | 0.13 | 0.48 |
| Hex | 6B | 8B | 89 | 17 | 0 | 1 | 2D | B0 | D | 30 |
| Octal | 153 | 213 | 211 | 27 | 0 | 1 | 55 | 260 | 15 | 60 |
| Binary | 1101011 | 10001011 | 10001001 | 10111 | 0 | 1 | 101101 | 10110000 | 1101 | 110000 |
Color Harmonies of #6B8B89
Complementary color
Monochromatic Colors of #6B8B89
Black with #6B8B89
Text Example
Text Example
White with #6B8B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8B89; }
p { color: rgb(107,139,137); }
H1.HeaderClassName
{
color: #6B8B89;
}
.AnyTagClassName
{
color: #6B8B89;
}
</style>
background-color css
<style>
a { background-color: #6B8B89; }
a { background-color: rgb(107,139,137); }
div.DivClassName
{
background-color: #6B8B89;
}
.BgClassName
{
background-color: #6B8B89;
}
</style>
border-color css
<style>
span { border-color: #6B8B89; }
span { border-color: rgb(107,139,137); }
td.TdClassName
{
border-color: #6B8B89;
}
.TagClassName
{
border-color: #6B8B89;
}
</style>