Shades of Gumbo #688585
Tints of Gumbo #688585
RGB
CMYK
RGB Variations
Color information
#688585 (or 0x688585) is known color: Gumbo. HEX triplet: 68, 85 and 85. RGB value is (104,133,133). Sum of RGB (Red+Green+Blue) = 104+133+133=370 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.11% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #688585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688585 is #977A7A. Grayscale: #7C7C7C. Windows color (decimal): -9927291 or 8750440. OLE color: 8750440.
HSL color Cylindrical-coordinate representation of color #688585: hue angle of 180º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688585 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 133 | - |
| CMYK | 0.22 | 0 | 0 | 0.48 |
| HSL | 180º | 0.12% | 0.46% | - |
| HSV(B) | 180º | 0.22% | 0.52% | - |
| XYZ | 18.33 | 21.41 | 25.36 | - |
| YUV | 124.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 133 | 0.22 | 0 | 0 | 0.48 | 180 | 0.12 | 0.46 |
| Hex | 68 | 85 | 85 | 16 | 0 | 0 | 30 | B4 | C | 2E |
| Octal | 150 | 205 | 205 | 26 | 0 | 0 | 60 | 264 | 14 | 56 |
| Binary | 1101000 | 10000101 | 10000101 | 10110 | 0 | 0 | 110000 | 10110100 | 1100 | 101110 |
Color Harmonies of #688585
Complementary color
Monochromatic Colors of #688585
Black with #688585
Text Example
Text Example
White with #688585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688585; }
p { color: rgb(104,133,133); }
H1.HeaderClassName
{
color: #688585;
}
.AnyTagClassName
{
color: #688585;
}
</style>
background-color css
<style>
a { background-color: #688585; }
a { background-color: rgb(104,133,133); }
div.DivClassName
{
background-color: #688585;
}
.BgClassName
{
background-color: #688585;
}
</style>
border-color css
<style>
span { border-color: #688585; }
span { border-color: rgb(104,133,133); }
td.TdClassName
{
border-color: #688585;
}
.TagClassName
{
border-color: #688585;
}
</style>