Shades of Gumbo #648A88
Tints of Gumbo #648A88
RGB
CMYK
RGB Variations
Color information
#648A88 (or 0x648A88) is known color: Gumbo. HEX triplet: 64, 8A and 88. RGB value is (100,138,136). Sum of RGB (Red+Green+Blue) = 100+138+136=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 138 - color contains mainly: green. Hex color #648A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648A88 is #9B7577. Grayscale: #7E7E7E. Windows color (decimal): -10188152 or 8948324. OLE color: 8948324.
HSL color Cylindrical-coordinate representation of color #648A88: hue angle of 176.84º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648A88 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 138 | 136 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.46 |
| HSL | 176.84º | 0.16% | 0.47% | - |
| HSV(B) | 176.84º | 0.28% | 0.54% | - |
| XYZ | 18.79 | 22.66 | 26.68 | - |
| YUV | 126.41 | 133.41 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 136 | 0.28 | 0 | 0.01 | 0.46 | 176.84 | 0.16 | 0.47 |
| Hex | 64 | 8A | 88 | 1C | 0 | 1 | 2E | B1 | 10 | 2F |
| Octal | 144 | 212 | 210 | 34 | 0 | 1 | 56 | 261 | 20 | 57 |
| Binary | 1100100 | 10001010 | 10001000 | 11100 | 0 | 1 | 101110 | 10110001 | 10000 | 101111 |
Color Harmonies of #648A88
Complementary color
Monochromatic Colors of #648A88
Black with #648A88
Text Example
Text Example
White with #648A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648A88; }
p { color: rgb(100,138,136); }
H1.HeaderClassName
{
color: #648A88;
}
.AnyTagClassName
{
color: #648A88;
}
</style>
background-color css
<style>
a { background-color: #648A88; }
a { background-color: rgb(100,138,136); }
div.DivClassName
{
background-color: #648A88;
}
.BgClassName
{
background-color: #648A88;
}
</style>
border-color css
<style>
span { border-color: #648A88; }
span { border-color: rgb(100,138,136); }
td.TdClassName
{
border-color: #648A88;
}
.TagClassName
{
border-color: #648A88;
}
</style>