Shades of Chicago #606559
Tints of Chicago #606559
RGB
CMYK
RGB Variations
Color information
#606559 (or 0x606559) is known color: Chicago. HEX triplet: 60, 65 and 59. RGB value is (96,101,89). Sum of RGB (Red+Green+Blue) = 96+101+89=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 101 - color contains mainly: green. Hex color #606559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606559 is #9F9AA6. Grayscale: #626262. Windows color (decimal): -10459815 or 5858656. OLE color: 5858656.
HSL color Cylindrical-coordinate representation of color #606559: hue angle of 85º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #606559 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 101 | 89 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.60 |
| HSL | 85º | 0.06% | 0.37% | - |
| HSV(B) | 85º | 0.12% | 0.4% | - |
| XYZ | 11.28 | 12.52 | 11.27 | - |
| YUV | 98.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 89 | 0.05 | 0 | 0.12 | 0.60 | 85 | 0.06 | 0.37 |
| Hex | 60 | 65 | 59 | 5 | 0 | C | 3C | 55 | 6 | 25 |
| Octal | 140 | 145 | 131 | 5 | 0 | 14 | 74 | 125 | 6 | 45 |
| Binary | 1100000 | 1100101 | 1011001 | 101 | 0 | 1100 | 111100 | 1010101 | 110 | 100101 |
Color Harmonies of #606559
Complementary color
Monochromatic Colors of #606559
Black with #606559
Text Example
Text Example
White with #606559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606559; }
p { color: rgb(96,101,89); }
H1.HeaderClassName
{
color: #606559;
}
.AnyTagClassName
{
color: #606559;
}
</style>
background-color css
<style>
a { background-color: #606559; }
a { background-color: rgb(96,101,89); }
div.DivClassName
{
background-color: #606559;
}
.BgClassName
{
background-color: #606559;
}
</style>
border-color css
<style>
span { border-color: #606559; }
span { border-color: rgb(96,101,89); }
td.TdClassName
{
border-color: #606559;
}
.TagClassName
{
border-color: #606559;
}
</style>