Shades of Gumbo #689E92
Tints of Gumbo #689E92
RGB
CMYK
RGB Variations
Color information
#689E92 (or 0x689E92) is known color: Gumbo. HEX triplet: 68, 9E and 92. RGB value is (104,158,146). Sum of RGB (Red+Green+Blue) = 104+158+146=408 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.49% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #689E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689E92 is #97616D. Grayscale: #8C8C8C. Windows color (decimal): -9920878 or 9608808. OLE color: 9608808.
HSL color Cylindrical-coordinate representation of color #689E92: hue angle of 166.67º 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 #689E92 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 158 | 146 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.38 |
| HSL | 166.67º | 0.22% | 0.51% | - |
| HSV(B) | 166.67º | 0.34% | 0.62% | - |
| XYZ | 23.12 | 29.47 | 31.66 | - |
| YUV | 140.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 158 | 146 | 0.34 | 0 | 0.08 | 0.38 | 166.67 | 0.22 | 0.51 |
| Hex | 68 | 9E | 92 | 22 | 0 | 8 | 26 | A7 | 16 | 33 |
| Octal | 150 | 236 | 222 | 42 | 0 | 10 | 46 | 247 | 26 | 63 |
| Binary | 1101000 | 10011110 | 10010010 | 100010 | 0 | 1000 | 100110 | 10100111 | 10110 | 110011 |
Color Harmonies of #689E92
Complementary color
Monochromatic Colors of #689E92
Black with #689E92
Text Example
Text Example
White with #689E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689E92; }
p { color: rgb(104,158,146); }
H1.HeaderClassName
{
color: #689E92;
}
.AnyTagClassName
{
color: #689E92;
}
</style>
background-color css
<style>
a { background-color: #689E92; }
a { background-color: rgb(104,158,146); }
div.DivClassName
{
background-color: #689E92;
}
.BgClassName
{
background-color: #689E92;
}
</style>
border-color css
<style>
span { border-color: #689E92; }
span { border-color: rgb(104,158,146); }
td.TdClassName
{
border-color: #689E92;
}
.TagClassName
{
border-color: #689E92;
}
</style>