Shades of Gumbo #669088
Tints of Gumbo #669088
RGB
CMYK
RGB Variations
Color information
#669088 (or 0x669088) is known color: Gumbo. HEX triplet: 66, 90 and 88. RGB value is (102,144,136). Sum of RGB (Red+Green+Blue) = 102+144+136=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #669088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669088 is #996F77. Grayscale: #828282. Windows color (decimal): -10055544 or 8949862. OLE color: 8949862.
HSL color Cylindrical-coordinate representation of color #669088: hue angle of 168.57º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669088 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 144 | 136 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.44 |
| HSL | 168.57º | 0.17% | 0.48% | - |
| HSV(B) | 168.57º | 0.29% | 0.56% | - |
| XYZ | 19.9 | 24.55 | 26.98 | - |
| YUV | 130.53 | 131.09 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 136 | 0.29 | 0 | 0.06 | 0.44 | 168.57 | 0.17 | 0.48 |
| Hex | 66 | 90 | 88 | 1D | 0 | 6 | 2C | A9 | 11 | 30 |
| Octal | 146 | 220 | 210 | 35 | 0 | 6 | 54 | 251 | 21 | 60 |
| Binary | 1100110 | 10010000 | 10001000 | 11101 | 0 | 110 | 101100 | 10101001 | 10001 | 110000 |
Color Harmonies of #669088
Complementary color
Monochromatic Colors of #669088
Black with #669088
Text Example
Text Example
White with #669088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669088; }
p { color: rgb(102,144,136); }
H1.HeaderClassName
{
color: #669088;
}
.AnyTagClassName
{
color: #669088;
}
</style>
background-color css
<style>
a { background-color: #669088; }
a { background-color: rgb(102,144,136); }
div.DivClassName
{
background-color: #669088;
}
.BgClassName
{
background-color: #669088;
}
</style>
border-color css
<style>
span { border-color: #669088; }
span { border-color: rgb(102,144,136); }
td.TdClassName
{
border-color: #669088;
}
.TagClassName
{
border-color: #669088;
}
</style>