Shades of Gumbo #6F998E
Tints of Gumbo #6F998E
RGB
CMYK
RGB Variations
Color information
#6F998E (or 0x6F998E) is known color: Gumbo. HEX triplet: 6F, 99 and 8E. RGB value is (111,153,142). Sum of RGB (Red+Green+Blue) = 111+153+142=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #6F998E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F998E is #906671. Grayscale: #8B8B8B. Windows color (decimal): -9463410 or 9345391. OLE color: 9345391.
HSL color Cylindrical-coordinate representation of color #6F998E: hue angle of 164.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F998E is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 142 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.4 |
| HSL | 164.29º | 0.17% | 0.52% | - |
| HSV(B) | 164.29º | 0.27% | 0.6% | - |
| XYZ | 22.83 | 28.11 | 29.81 | - |
| YUV | 139.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 142 | 0.27 | 0 | 0.07 | 0.4 | 164.29 | 0.17 | 0.52 |
| Hex | 6F | 99 | 8E | 1B | 0 | 7 | 28 | A4 | 11 | 34 |
| Octal | 157 | 231 | 216 | 33 | 0 | 7 | 50 | 244 | 21 | 64 |
| Binary | 1101111 | 10011001 | 10001110 | 11011 | 0 | 111 | 101000 | 10100100 | 10001 | 110100 |
Color Harmonies of #6F998E
Complementary color
Monochromatic Colors of #6F998E
Black with #6F998E
Text Example
Text Example
White with #6F998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F998E; }
p { color: rgb(111,153,142); }
H1.HeaderClassName
{
color: #6F998E;
}
.AnyTagClassName
{
color: #6F998E;
}
</style>
background-color css
<style>
a { background-color: #6F998E; }
a { background-color: rgb(111,153,142); }
div.DivClassName
{
background-color: #6F998E;
}
.BgClassName
{
background-color: #6F998E;
}
</style>
border-color css
<style>
span { border-color: #6F998E; }
span { border-color: rgb(111,153,142); }
td.TdClassName
{
border-color: #6F998E;
}
.TagClassName
{
border-color: #6F998E;
}
</style>