Shades of Gumbo #6F8783
Tints of Gumbo #6F8783
RGB
CMYK
RGB Variations
Color information
#6F8783 (or 0x6F8783) is known color: Gumbo. HEX triplet: 6F, 87 and 83. RGB value is (111,135,131). Sum of RGB (Red+Green+Blue) = 111+135+131=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8783 is #90787C. Grayscale: #7F7F7F. Windows color (decimal): -9468029 or 8619887. OLE color: 8619887.
HSL color Cylindrical-coordinate representation of color #6F8783: hue angle of 170º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F8783 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 131 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.47 |
| HSL | 170º | 0.1% | 0.48% | - |
| HSV(B) | 170º | 0.18% | 0.53% | - |
| XYZ | 19.32 | 22.35 | 24.77 | - |
| YUV | 127.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 131 | 0.18 | 0 | 0.03 | 0.47 | 170 | 0.1 | 0.48 |
| Hex | 6F | 87 | 83 | 12 | 0 | 3 | 2F | AA | A | 30 |
| Octal | 157 | 207 | 203 | 22 | 0 | 3 | 57 | 252 | 12 | 60 |
| Binary | 1101111 | 10000111 | 10000011 | 10010 | 0 | 11 | 101111 | 10101010 | 1010 | 110000 |
Color Harmonies of #6F8783
Complementary color
Monochromatic Colors of #6F8783
Black with #6F8783
Text Example
Text Example
White with #6F8783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8783; }
p { color: rgb(111,135,131); }
H1.HeaderClassName
{
color: #6F8783;
}
.AnyTagClassName
{
color: #6F8783;
}
</style>
background-color css
<style>
a { background-color: #6F8783; }
a { background-color: rgb(111,135,131); }
div.DivClassName
{
background-color: #6F8783;
}
.BgClassName
{
background-color: #6F8783;
}
</style>
border-color css
<style>
span { border-color: #6F8783; }
span { border-color: rgb(111,135,131); }
td.TdClassName
{
border-color: #6F8783;
}
.TagClassName
{
border-color: #6F8783;
}
</style>