Shades of Gumbo #689E91
Tints of Gumbo #689E91
RGB
CMYK
RGB Variations
Color information
#689E91 (or 0x689E91) is known color: Gumbo. HEX triplet: 68, 9E and 91. RGB value is (104,158,145). Sum of RGB (Red+Green+Blue) = 104+158+145=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 158 - color contains mainly: green. Hex color #689E91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689E91 is #97616E. Grayscale: #8C8C8C. Windows color (decimal): -9920879 or 9543272. OLE color: 9543272.
HSL color Cylindrical-coordinate representation of color #689E91: hue angle of 165.56º degrees, saturation: 0.22, 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 #689E91 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 158 | 145 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.38 |
| HSL | 165.56º | 0.22% | 0.51% | - |
| HSV(B) | 165.56º | 0.34% | 0.62% | - |
| XYZ | 23.05 | 29.44 | 31.26 | - |
| YUV | 140.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 158 | 145 | 0.34 | 0 | 0.08 | 0.38 | 165.56 | 0.22 | 0.51 |
| Hex | 68 | 9E | 91 | 22 | 0 | 8 | 26 | A6 | 16 | 33 |
| Octal | 150 | 236 | 221 | 42 | 0 | 10 | 46 | 246 | 26 | 63 |
| Binary | 1101000 | 10011110 | 10010001 | 100010 | 0 | 1000 | 100110 | 10100110 | 10110 | 110011 |
Color Harmonies of #689E91
Complementary color
Monochromatic Colors of #689E91
Black with #689E91
Text Example
Text Example
White with #689E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689E91; }
p { color: rgb(104,158,145); }
H1.HeaderClassName
{
color: #689E91;
}
.AnyTagClassName
{
color: #689E91;
}
</style>
background-color css
<style>
a { background-color: #689E91; }
a { background-color: rgb(104,158,145); }
div.DivClassName
{
background-color: #689E91;
}
.BgClassName
{
background-color: #689E91;
}
</style>
border-color css
<style>
span { border-color: #689E91; }
span { border-color: rgb(104,158,145); }
td.TdClassName
{
border-color: #689E91;
}
.TagClassName
{
border-color: #689E91;
}
</style>