Shades of Gumbo #6B8885
Tints of Gumbo #6B8885
RGB
CMYK
RGB Variations
Color information
#6B8885 (or 0x6B8885) is known color: Gumbo. HEX triplet: 6B, 88 and 85. RGB value is (107,136,133). Sum of RGB (Red+Green+Blue) = 107+136+133=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #6B8885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8885 is #94777A. Grayscale: #7E7E7E. Windows color (decimal): -9729915 or 8751211. OLE color: 8751211.
HSL color Cylindrical-coordinate representation of color #6B8885: hue angle of 173.79º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B8885 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 136 | 133 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.47 |
| HSL | 173.79º | 0.12% | 0.48% | - |
| HSV(B) | 173.79º | 0.21% | 0.53% | - |
| XYZ | 19.1 | 22.43 | 25.51 | - |
| YUV | 126.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 136 | 133 | 0.21 | 0 | 0.02 | 0.47 | 173.79 | 0.12 | 0.48 |
| Hex | 6B | 88 | 85 | 15 | 0 | 2 | 2F | AE | C | 30 |
| Octal | 153 | 210 | 205 | 25 | 0 | 2 | 57 | 256 | 14 | 60 |
| Binary | 1101011 | 10001000 | 10000101 | 10101 | 0 | 10 | 101111 | 10101110 | 1100 | 110000 |
Color Harmonies of #6B8885
Complementary color
Monochromatic Colors of #6B8885
Black with #6B8885
Text Example
Text Example
White with #6B8885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8885; }
p { color: rgb(107,136,133); }
H1.HeaderClassName
{
color: #6B8885;
}
.AnyTagClassName
{
color: #6B8885;
}
</style>
background-color css
<style>
a { background-color: #6B8885; }
a { background-color: rgb(107,136,133); }
div.DivClassName
{
background-color: #6B8885;
}
.BgClassName
{
background-color: #6B8885;
}
</style>
border-color css
<style>
span { border-color: #6B8885; }
span { border-color: rgb(107,136,133); }
td.TdClassName
{
border-color: #6B8885;
}
.TagClassName
{
border-color: #6B8885;
}
</style>