Shades of Chicago #60625D
Tints of Chicago #60625D
RGB
CMYK
RGB Variations
Color information
#60625D (or 0x60625D) is known color: Chicago. HEX triplet: 60, 62 and 5D. RGB value is (96,98,93). Sum of RGB (Red+Green+Blue) = 96+98+93=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 98 - color contains mainly: green. Hex color #60625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60625D is #9F9DA2. Grayscale: #606060. Windows color (decimal): -10460579 or 6120032. OLE color: 6120032.
HSL color Cylindrical-coordinate representation of color #60625D: hue angle of 84º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #60625D is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 98 | 93 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.62 |
| HSL | 84º | 0.03% | 0.37% | - |
| HSV(B) | 84º | 0.05% | 0.38% | - |
| XYZ | 11.17 | 12.01 | 12.09 | - |
| YUV | 96.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 93 | 0.02 | 0 | 0.05 | 0.62 | 84 | 0.03 | 0.37 |
| Hex | 60 | 62 | 5D | 2 | 0 | 5 | 3E | 54 | 3 | 25 |
| Octal | 140 | 142 | 135 | 2 | 0 | 5 | 76 | 124 | 3 | 45 |
| Binary | 1100000 | 1100010 | 1011101 | 10 | 0 | 101 | 111110 | 1010100 | 11 | 100101 |
Color Harmonies of #60625D
Complementary color
Monochromatic Colors of #60625D
Black with #60625D
Text Example
Text Example
White with #60625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60625D; }
p { color: rgb(96,98,93); }
H1.HeaderClassName
{
color: #60625D;
}
.AnyTagClassName
{
color: #60625D;
}
</style>
background-color css
<style>
a { background-color: #60625D; }
a { background-color: rgb(96,98,93); }
div.DivClassName
{
background-color: #60625D;
}
.BgClassName
{
background-color: #60625D;
}
</style>
border-color css
<style>
span { border-color: #60625D; }
span { border-color: rgb(96,98,93); }
td.TdClassName
{
border-color: #60625D;
}
.TagClassName
{
border-color: #60625D;
}
</style>