Shades of Gumbo #6B9B8F
Tints of Gumbo #6B9B8F
RGB
CMYK
RGB Variations
Color information
#6B9B8F (or 0x6B9B8F) is known color: Gumbo. HEX triplet: 6B, 9B and 8F. RGB value is (107,155,143). Sum of RGB (Red+Green+Blue) = 107+155+143=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9B8F is #946470. Grayscale: #8B8B8B. Windows color (decimal): -9725041 or 9411435. OLE color: 9411435.
HSL color Cylindrical-coordinate representation of color #6B9B8F: hue angle of 165º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B9B8F is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 155 | 143 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.39 |
| HSL | 165º | 0.19% | 0.51% | - |
| HSV(B) | 165º | 0.31% | 0.61% | - |
| XYZ | 22.74 | 28.55 | 30.3 | - |
| YUV | 139.28 | 130.1 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 155 | 143 | 0.31 | 0 | 0.08 | 0.39 | 165 | 0.19 | 0.51 |
| Hex | 6B | 9B | 8F | 1F | 0 | 8 | 27 | A5 | 13 | 33 |
| Octal | 153 | 233 | 217 | 37 | 0 | 10 | 47 | 245 | 23 | 63 |
| Binary | 1101011 | 10011011 | 10001111 | 11111 | 0 | 1000 | 100111 | 10100101 | 10011 | 110011 |
Color Harmonies of #6B9B8F
Complementary color
Monochromatic Colors of #6B9B8F
Black with #6B9B8F
Text Example
Text Example
White with #6B9B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9B8F; }
p { color: rgb(107,155,143); }
H1.HeaderClassName
{
color: #6B9B8F;
}
.AnyTagClassName
{
color: #6B9B8F;
}
</style>
background-color css
<style>
a { background-color: #6B9B8F; }
a { background-color: rgb(107,155,143); }
div.DivClassName
{
background-color: #6B9B8F;
}
.BgClassName
{
background-color: #6B9B8F;
}
</style>
border-color css
<style>
span { border-color: #6B9B8F; }
span { border-color: rgb(107,155,143); }
td.TdClassName
{
border-color: #6B9B8F;
}
.TagClassName
{
border-color: #6B9B8F;
}
</style>