Shades of Gumbo #69948D
Tints of Gumbo #69948D
RGB
CMYK
RGB Variations
Color information
#69948D (or 0x69948D) is known color: Gumbo. HEX triplet: 69, 94 and 8D. RGB value is (105,148,141). Sum of RGB (Red+Green+Blue) = 105+148+141=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #69948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69948D is #966B72. Grayscale: #868686. Windows color (decimal): -9857907 or 9278569. OLE color: 9278569.
HSL color Cylindrical-coordinate representation of color #69948D: hue angle of 170.23º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #69948D is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 148 | 141 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.42 |
| HSL | 170.23º | 0.17% | 0.5% | - |
| HSV(B) | 170.23º | 0.29% | 0.58% | - |
| XYZ | 21.22 | 26.11 | 29.12 | - |
| YUV | 134.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 141 | 0.29 | 0 | 0.05 | 0.42 | 170.23 | 0.17 | 0.5 |
| Hex | 69 | 94 | 8D | 1D | 0 | 5 | 2A | AA | 11 | 32 |
| Octal | 151 | 224 | 215 | 35 | 0 | 5 | 52 | 252 | 21 | 62 |
| Binary | 1101001 | 10010100 | 10001101 | 11101 | 0 | 101 | 101010 | 10101010 | 10001 | 110010 |
Color Harmonies of #69948D
Complementary color
Monochromatic Colors of #69948D
Black with #69948D
Text Example
Text Example
White with #69948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69948D; }
p { color: rgb(105,148,141); }
H1.HeaderClassName
{
color: #69948D;
}
.AnyTagClassName
{
color: #69948D;
}
</style>
background-color css
<style>
a { background-color: #69948D; }
a { background-color: rgb(105,148,141); }
div.DivClassName
{
background-color: #69948D;
}
.BgClassName
{
background-color: #69948D;
}
</style>
border-color css
<style>
span { border-color: #69948D; }
span { border-color: rgb(105,148,141); }
td.TdClassName
{
border-color: #69948D;
}
.TagClassName
{
border-color: #69948D;
}
</style>