Shades of Gumbo #689D93
Tints of Gumbo #689D93
RGB
CMYK
RGB Variations
Color information
#689D93 (or 0x689D93) is known color: Gumbo. HEX triplet: 68, 9D and 93. RGB value is (104,157,147). Sum of RGB (Red+Green+Blue) = 104+157+147=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #689D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689D93 is #97626C. Grayscale: #8C8C8C. Windows color (decimal): -9921133 or 9674088. OLE color: 9674088.
HSL color Cylindrical-coordinate representation of color #689D93: hue angle of 168.68º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #689D93 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 157 | 147 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.38 |
| HSL | 168.68º | 0.21% | 0.51% | - |
| HSV(B) | 168.68º | 0.34% | 0.62% | - |
| XYZ | 23.03 | 29.16 | 32.02 | - |
| YUV | 140.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 157 | 147 | 0.34 | 0 | 0.06 | 0.38 | 168.68 | 0.21 | 0.51 |
| Hex | 68 | 9D | 93 | 22 | 0 | 6 | 26 | A9 | 15 | 33 |
| Octal | 150 | 235 | 223 | 42 | 0 | 6 | 46 | 251 | 25 | 63 |
| Binary | 1101000 | 10011101 | 10010011 | 100010 | 0 | 110 | 100110 | 10101001 | 10101 | 110011 |
Color Harmonies of #689D93
Complementary color
Monochromatic Colors of #689D93
Black with #689D93
Text Example
Text Example
White with #689D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689D93; }
p { color: rgb(104,157,147); }
H1.HeaderClassName
{
color: #689D93;
}
.AnyTagClassName
{
color: #689D93;
}
</style>
background-color css
<style>
a { background-color: #689D93; }
a { background-color: rgb(104,157,147); }
div.DivClassName
{
background-color: #689D93;
}
.BgClassName
{
background-color: #689D93;
}
</style>
border-color css
<style>
span { border-color: #689D93; }
span { border-color: rgb(104,157,147); }
td.TdClassName
{
border-color: #689D93;
}
.TagClassName
{
border-color: #689D93;
}
</style>