Shades of Gumbo #698D8B
Tints of Gumbo #698D8B
RGB
CMYK
RGB Variations
Color information
#698D8B (or 0x698D8B) is known color: Gumbo. HEX triplet: 69, 8D and 8B. RGB value is (105,141,139). Sum of RGB (Red+Green+Blue) = 105+141+139=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #698D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698D8B is #967274. Grayscale: #818181. Windows color (decimal): -9859701 or 9145705. OLE color: 9145705.
HSL color Cylindrical-coordinate representation of color #698D8B: hue angle of 176.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #698D8B is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 141 | 139 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.45 |
| HSL | 176.67º | 0.15% | 0.48% | - |
| HSV(B) | 176.67º | 0.26% | 0.55% | - |
| XYZ | 20.01 | 23.92 | 27.99 | - |
| YUV | 130.01 | 133.07 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 139 | 0.26 | 0 | 0.01 | 0.45 | 176.67 | 0.15 | 0.48 |
| Hex | 69 | 8D | 8B | 1A | 0 | 1 | 2D | B1 | F | 30 |
| Octal | 151 | 215 | 213 | 32 | 0 | 1 | 55 | 261 | 17 | 60 |
| Binary | 1101001 | 10001101 | 10001011 | 11010 | 0 | 1 | 101101 | 10110001 | 1111 | 110000 |
Color Harmonies of #698D8B
Complementary color
Monochromatic Colors of #698D8B
Black with #698D8B
Text Example
Text Example
White with #698D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698D8B; }
p { color: rgb(105,141,139); }
H1.HeaderClassName
{
color: #698D8B;
}
.AnyTagClassName
{
color: #698D8B;
}
</style>
background-color css
<style>
a { background-color: #698D8B; }
a { background-color: rgb(105,141,139); }
div.DivClassName
{
background-color: #698D8B;
}
.BgClassName
{
background-color: #698D8B;
}
</style>
border-color css
<style>
span { border-color: #698D8B; }
span { border-color: rgb(105,141,139); }
td.TdClassName
{
border-color: #698D8B;
}
.TagClassName
{
border-color: #698D8B;
}
</style>