Shades of Gumbo #698585
Tints of Gumbo #698585
RGB
CMYK
RGB Variations
Color information
#698585 (or 0x698585) is known color: Gumbo. HEX triplet: 69, 85 and 85. RGB value is (105,133,133). Sum of RGB (Red+Green+Blue) = 105+133+133=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #698585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698585 is #967A7A. Grayscale: #7C7C7C. Windows color (decimal): -9861755 or 8750441. OLE color: 8750441.
HSL color Cylindrical-coordinate representation of color #698585: hue angle of 180º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698585 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 133 | 133 | - |
| CMYK | 0.21 | 0 | 0 | 0.48 |
| HSL | 180º | 0.12% | 0.47% | - |
| HSV(B) | 180º | 0.21% | 0.52% | - |
| XYZ | 18.45 | 21.47 | 25.36 | - |
| YUV | 124.63 | 132.72 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 133 | 133 | 0.21 | 0 | 0 | 0.48 | 180 | 0.12 | 0.47 |
| Hex | 69 | 85 | 85 | 15 | 0 | 0 | 30 | B4 | C | 2F |
| Octal | 151 | 205 | 205 | 25 | 0 | 0 | 60 | 264 | 14 | 57 |
| Binary | 1101001 | 10000101 | 10000101 | 10101 | 0 | 0 | 110000 | 10110100 | 1100 | 101111 |
Color Harmonies of #698585
Complementary color
Monochromatic Colors of #698585
Black with #698585
Text Example
Text Example
White with #698585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698585; }
p { color: rgb(105,133,133); }
H1.HeaderClassName
{
color: #698585;
}
.AnyTagClassName
{
color: #698585;
}
</style>
background-color css
<style>
a { background-color: #698585; }
a { background-color: rgb(105,133,133); }
div.DivClassName
{
background-color: #698585;
}
.BgClassName
{
background-color: #698585;
}
</style>
border-color css
<style>
span { border-color: #698585; }
span { border-color: rgb(105,133,133); }
td.TdClassName
{
border-color: #698585;
}
.TagClassName
{
border-color: #698585;
}
</style>