Shades of Chicago #626360
Tints of Chicago #626360
RGB
CMYK
RGB Variations
Color information
#626360 (or 0x626360) is known color: Chicago. HEX triplet: 62, 63 and 60. RGB value is (98,99,96). Sum of RGB (Red+Green+Blue) = 98+99+96=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 99 - color contains mainly: green. Hex color #626360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626360 is #9D9C9F. Grayscale: #626262. Windows color (decimal): -10329248 or 6316898. OLE color: 6316898.
HSL color Cylindrical-coordinate representation of color #626360: hue angle of 80º degrees, saturation: 0.02, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #626360 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 99 | 96 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.61 |
| HSL | 80º | 0.02% | 0.38% | - |
| HSV(B) | 80º | 0.03% | 0.39% | - |
| XYZ | 11.61 | 12.36 | 12.84 | - |
| YUV | 98.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 96 | 0.01 | 0 | 0.03 | 0.61 | 80 | 0.02 | 0.38 |
| Hex | 62 | 63 | 60 | 1 | 0 | 3 | 3D | 50 | 2 | 26 |
| Octal | 142 | 143 | 140 | 1 | 0 | 3 | 75 | 120 | 2 | 46 |
| Binary | 1100010 | 1100011 | 1100000 | 1 | 0 | 11 | 111101 | 1010000 | 10 | 100110 |
Color Harmonies of #626360
Complementary color
Monochromatic Colors of #626360
Black with #626360
Text Example
Text Example
White with #626360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626360; }
p { color: rgb(98,99,96); }
H1.HeaderClassName
{
color: #626360;
}
.AnyTagClassName
{
color: #626360;
}
</style>
background-color css
<style>
a { background-color: #626360; }
a { background-color: rgb(98,99,96); }
div.DivClassName
{
background-color: #626360;
}
.BgClassName
{
background-color: #626360;
}
</style>
border-color css
<style>
span { border-color: #626360; }
span { border-color: rgb(98,99,96); }
td.TdClassName
{
border-color: #626360;
}
.TagClassName
{
border-color: #626360;
}
</style>