Shades of Gumbo #68928C
Tints of Gumbo #68928C
RGB
CMYK
RGB Variations
Color information
#68928C (or 0x68928C) is known color: Gumbo. HEX triplet: 68, 92 and 8C. RGB value is (104,146,140). Sum of RGB (Red+Green+Blue) = 104+146+140=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 146 - color contains mainly: green. Hex color #68928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68928C is #976D73. Grayscale: #848484. Windows color (decimal): -9923956 or 9212520. OLE color: 9212520.
HSL color Cylindrical-coordinate representation of color #68928C: hue angle of 171.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68928C is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 140 | - |
| CMYK | 0.29 | 0 | 0.04 | 0.43 |
| HSL | 171.43º | 0.17% | 0.49% | - |
| HSV(B) | 171.43º | 0.29% | 0.57% | - |
| XYZ | 20.72 | 25.39 | 28.62 | - |
| YUV | 132.76 | 132.09 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 140 | 0.29 | 0 | 0.04 | 0.43 | 171.43 | 0.17 | 0.49 |
| Hex | 68 | 92 | 8C | 1D | 0 | 4 | 2B | AB | 11 | 31 |
| Octal | 150 | 222 | 214 | 35 | 0 | 4 | 53 | 253 | 21 | 61 |
| Binary | 1101000 | 10010010 | 10001100 | 11101 | 0 | 100 | 101011 | 10101011 | 10001 | 110001 |
Color Harmonies of #68928C
Complementary color
Monochromatic Colors of #68928C
Black with #68928C
Text Example
Text Example
White with #68928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68928C; }
p { color: rgb(104,146,140); }
H1.HeaderClassName
{
color: #68928C;
}
.AnyTagClassName
{
color: #68928C;
}
</style>
background-color css
<style>
a { background-color: #68928C; }
a { background-color: rgb(104,146,140); }
div.DivClassName
{
background-color: #68928C;
}
.BgClassName
{
background-color: #68928C;
}
</style>
border-color css
<style>
span { border-color: #68928C; }
span { border-color: rgb(104,146,140); }
td.TdClassName
{
border-color: #68928C;
}
.TagClassName
{
border-color: #68928C;
}
</style>