Shades of Chicago #626858
Tints of Chicago #626858
RGB
CMYK
RGB Variations
Color information
#626858 (or 0x626858) is known color: Chicago. HEX triplet: 62, 68 and 58. RGB value is (98,104,88). Sum of RGB (Red+Green+Blue) = 98+104+88=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 104 - color contains mainly: green. Hex color #626858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626858 is #9D97A7. Grayscale: #646464. Windows color (decimal): -10327976 or 5793890. OLE color: 5793890.
HSL color Cylindrical-coordinate representation of color #626858: hue angle of 82.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #626858 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 88 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.59 |
| HSL | 82.5º | 0.08% | 0.38% | - |
| HSV(B) | 82.5º | 0.15% | 0.41% | - |
| XYZ | 11.75 | 13.2 | 11.16 | - |
| YUV | 100.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 88 | 0.06 | 0 | 0.15 | 0.59 | 82.5 | 0.08 | 0.38 |
| Hex | 62 | 68 | 58 | 6 | 0 | F | 3B | 52 | 8 | 26 |
| Octal | 142 | 150 | 130 | 6 | 0 | 17 | 73 | 122 | 10 | 46 |
| Binary | 1100010 | 1101000 | 1011000 | 110 | 0 | 1111 | 111011 | 1010010 | 1000 | 100110 |
Color Harmonies of #626858
Complementary color
Monochromatic Colors of #626858
Black with #626858
Text Example
Text Example
White with #626858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626858; }
p { color: rgb(98,104,88); }
H1.HeaderClassName
{
color: #626858;
}
.AnyTagClassName
{
color: #626858;
}
</style>
background-color css
<style>
a { background-color: #626858; }
a { background-color: rgb(98,104,88); }
div.DivClassName
{
background-color: #626858;
}
.BgClassName
{
background-color: #626858;
}
</style>
border-color css
<style>
span { border-color: #626858; }
span { border-color: rgb(98,104,88); }
td.TdClassName
{
border-color: #626858;
}
.TagClassName
{
border-color: #626858;
}
</style>