Shades of Gumbo #608985
Tints of Gumbo #608985
RGB
CMYK
RGB Variations
Color information
#608985 (or 0x608985) is known color: Gumbo. HEX triplet: 60, 89 and 85. RGB value is (96,137,133). Sum of RGB (Red+Green+Blue) = 96+137+133=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #608985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608985 is #9F767A. Grayscale: #7C7C7C. Windows color (decimal): -10450555 or 8751456. OLE color: 8751456.
HSL color Cylindrical-coordinate representation of color #608985: hue angle of 174.15º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608985 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 137 | 133 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.46 |
| HSL | 174.15º | 0.18% | 0.46% | - |
| HSV(B) | 174.15º | 0.3% | 0.54% | - |
| XYZ | 18 | 22.07 | 25.5 | - |
| YUV | 124.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 133 | 0.30 | 0 | 0.03 | 0.46 | 174.15 | 0.18 | 0.46 |
| Hex | 60 | 89 | 85 | 1E | 0 | 3 | 2E | AE | 12 | 2E |
| Octal | 140 | 211 | 205 | 36 | 0 | 3 | 56 | 256 | 22 | 56 |
| Binary | 1100000 | 10001001 | 10000101 | 11110 | 0 | 11 | 101110 | 10101110 | 10010 | 101110 |
Color Harmonies of #608985
Complementary color
Monochromatic Colors of #608985
Black with #608985
Text Example
Text Example
White with #608985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608985; }
p { color: rgb(96,137,133); }
H1.HeaderClassName
{
color: #608985;
}
.AnyTagClassName
{
color: #608985;
}
</style>
background-color css
<style>
a { background-color: #608985; }
a { background-color: rgb(96,137,133); }
div.DivClassName
{
background-color: #608985;
}
.BgClassName
{
background-color: #608985;
}
</style>
border-color css
<style>
span { border-color: #608985; }
span { border-color: rgb(96,137,133); }
td.TdClassName
{
border-color: #608985;
}
.TagClassName
{
border-color: #608985;
}
</style>