Shades of Gumbo #6B8F89
Tints of Gumbo #6B8F89
RGB
CMYK
RGB Variations
Color information
#6B8F89 (or 0x6B8F89) is known color: Gumbo. HEX triplet: 6B, 8F and 89. RGB value is (107,143,137). Sum of RGB (Red+Green+Blue) = 107+143+137=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 143 - color contains mainly: green. Hex color #6B8F89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8F89 is #947076. Grayscale: #838383. Windows color (decimal): -9728119 or 9015147. OLE color: 9015147.
HSL color Cylindrical-coordinate representation of color #6B8F89: hue angle of 170º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B8F89 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 143 | 137 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.44 |
| HSL | 170º | 0.14% | 0.49% | - |
| HSV(B) | 170º | 0.25% | 0.56% | - |
| XYZ | 20.4 | 24.58 | 27.34 | - |
| YUV | 131.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 137 | 0.25 | 0 | 0.04 | 0.44 | 170 | 0.14 | 0.49 |
| Hex | 6B | 8F | 89 | 19 | 0 | 4 | 2C | AA | E | 31 |
| Octal | 153 | 217 | 211 | 31 | 0 | 4 | 54 | 252 | 16 | 61 |
| Binary | 1101011 | 10001111 | 10001001 | 11001 | 0 | 100 | 101100 | 10101010 | 1110 | 110001 |
Color Harmonies of #6B8F89
Complementary color
Monochromatic Colors of #6B8F89
Black with #6B8F89
Text Example
Text Example
White with #6B8F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8F89; }
p { color: rgb(107,143,137); }
H1.HeaderClassName
{
color: #6B8F89;
}
.AnyTagClassName
{
color: #6B8F89;
}
</style>
background-color css
<style>
a { background-color: #6B8F89; }
a { background-color: rgb(107,143,137); }
div.DivClassName
{
background-color: #6B8F89;
}
.BgClassName
{
background-color: #6B8F89;
}
</style>
border-color css
<style>
span { border-color: #6B8F89; }
span { border-color: rgb(107,143,137); }
td.TdClassName
{
border-color: #6B8F89;
}
.TagClassName
{
border-color: #6B8F89;
}
</style>