Shades of Gumbo #62928E
Tints of Gumbo #62928E
RGB
CMYK
RGB Variations
Color information
#62928E (or 0x62928E) is known color: Gumbo. HEX triplet: 62, 92 and 8E. RGB value is (98,146,142). Sum of RGB (Red+Green+Blue) = 98+146+142=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #62928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62928E is #9D6D71. Grayscale: #838383. Windows color (decimal): -10317170 or 9343586. OLE color: 9343586.
HSL color Cylindrical-coordinate representation of color #62928E: hue angle of 175º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62928E is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 146 | 142 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.43 |
| HSL | 175º | 0.2% | 0.48% | - |
| HSV(B) | 175º | 0.33% | 0.57% | - |
| XYZ | 20.2 | 25.11 | 29.37 | - |
| YUV | 131.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 146 | 142 | 0.33 | 0 | 0.03 | 0.43 | 175 | 0.2 | 0.48 |
| Hex | 62 | 92 | 8E | 21 | 0 | 3 | 2B | AF | 14 | 30 |
| Octal | 142 | 222 | 216 | 41 | 0 | 3 | 53 | 257 | 24 | 60 |
| Binary | 1100010 | 10010010 | 10001110 | 100001 | 0 | 11 | 101011 | 10101111 | 10100 | 110000 |
Color Harmonies of #62928E
Complementary color
Monochromatic Colors of #62928E
Black with #62928E
Text Example
Text Example
White with #62928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62928E; }
p { color: rgb(98,146,142); }
H1.HeaderClassName
{
color: #62928E;
}
.AnyTagClassName
{
color: #62928E;
}
</style>
background-color css
<style>
a { background-color: #62928E; }
a { background-color: rgb(98,146,142); }
div.DivClassName
{
background-color: #62928E;
}
.BgClassName
{
background-color: #62928E;
}
</style>
border-color css
<style>
span { border-color: #62928E; }
span { border-color: rgb(98,146,142); }
td.TdClassName
{
border-color: #62928E;
}
.TagClassName
{
border-color: #62928E;
}
</style>