Shades of Gumbo #689A91
Tints of Gumbo #689A91
RGB
CMYK
RGB Variations
Color information
#689A91 (or 0x689A91) is known color: Gumbo. HEX triplet: 68, 9A and 91. RGB value is (104,154,145). Sum of RGB (Red+Green+Blue) = 104+154+145=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 154 - color contains mainly: green. Hex color #689A91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689A91 is #97656E. Grayscale: #8A8A8A. Windows color (decimal): -9921903 or 9542248. OLE color: 9542248.
HSL color Cylindrical-coordinate representation of color #689A91: hue angle of 169.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689A91 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 154 | 145 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.40 |
| HSL | 169.2º | 0.2% | 0.51% | - |
| HSV(B) | 169.2º | 0.32% | 0.6% | - |
| XYZ | 22.38 | 28.1 | 31.03 | - |
| YUV | 138.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 154 | 145 | 0.32 | 0 | 0.06 | 0.40 | 169.2 | 0.2 | 0.51 |
| Hex | 68 | 9A | 91 | 20 | 0 | 6 | 28 | A9 | 14 | 33 |
| Octal | 150 | 232 | 221 | 40 | 0 | 6 | 50 | 251 | 24 | 63 |
| Binary | 1101000 | 10011010 | 10010001 | 100000 | 0 | 110 | 101000 | 10101001 | 10100 | 110011 |
Color Harmonies of #689A91
Complementary color
Monochromatic Colors of #689A91
Black with #689A91
Text Example
Text Example
White with #689A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689A91; }
p { color: rgb(104,154,145); }
H1.HeaderClassName
{
color: #689A91;
}
.AnyTagClassName
{
color: #689A91;
}
</style>
background-color css
<style>
a { background-color: #689A91; }
a { background-color: rgb(104,154,145); }
div.DivClassName
{
background-color: #689A91;
}
.BgClassName
{
background-color: #689A91;
}
</style>
border-color css
<style>
span { border-color: #689A91; }
span { border-color: rgb(104,154,145); }
td.TdClassName
{
border-color: #689A91;
}
.TagClassName
{
border-color: #689A91;
}
</style>