Shades of Gumbo #69988D
Tints of Gumbo #69988D
RGB
CMYK
RGB Variations
Color information
#69988D (or 0x69988D) is known color: Gumbo. HEX triplet: 69, 98 and 8D. RGB value is (105,152,141). Sum of RGB (Red+Green+Blue) = 105+152+141=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #69988D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69988D is #966772. Grayscale: #888888. Windows color (decimal): -9856883 or 9279593. OLE color: 9279593.
HSL color Cylindrical-coordinate representation of color #69988D: hue angle of 165.96º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #69988D is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 152 | 141 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.40 |
| HSL | 165.96º | 0.19% | 0.5% | - |
| HSV(B) | 165.96º | 0.31% | 0.6% | - |
| XYZ | 21.86 | 27.38 | 29.33 | - |
| YUV | 136.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 152 | 141 | 0.31 | 0 | 0.07 | 0.40 | 165.96 | 0.19 | 0.5 |
| Hex | 69 | 98 | 8D | 1F | 0 | 7 | 28 | A6 | 13 | 32 |
| Octal | 151 | 230 | 215 | 37 | 0 | 7 | 50 | 246 | 23 | 62 |
| Binary | 1101001 | 10011000 | 10001101 | 11111 | 0 | 111 | 101000 | 10100110 | 10011 | 110010 |
Color Harmonies of #69988D
Complementary color
Monochromatic Colors of #69988D
Black with #69988D
Text Example
Text Example
White with #69988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69988D; }
p { color: rgb(105,152,141); }
H1.HeaderClassName
{
color: #69988D;
}
.AnyTagClassName
{
color: #69988D;
}
</style>
background-color css
<style>
a { background-color: #69988D; }
a { background-color: rgb(105,152,141); }
div.DivClassName
{
background-color: #69988D;
}
.BgClassName
{
background-color: #69988D;
}
</style>
border-color css
<style>
span { border-color: #69988D; }
span { border-color: rgb(105,152,141); }
td.TdClassName
{
border-color: #69988D;
}
.TagClassName
{
border-color: #69988D;
}
</style>