Shades of Chicago #606757
Tints of Chicago #606757
RGB
CMYK
RGB Variations
Color information
#606757 (or 0x606757) is known color: Chicago. HEX triplet: 60, 67 and 57. RGB value is (96,103,87). Sum of RGB (Red+Green+Blue) = 96+103+87=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 103 - color contains mainly: green. Hex color #606757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606757 is #9F98A8. Grayscale: #636363. Windows color (decimal): -10459305 or 5728096. OLE color: 5728096.
HSL color Cylindrical-coordinate representation of color #606757: hue angle of 86.25º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #606757 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 87 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.60 |
| HSL | 86.25º | 0.08% | 0.37% | - |
| HSV(B) | 86.25º | 0.16% | 0.4% | - |
| XYZ | 11.39 | 12.88 | 10.9 | - |
| YUV | 99.08 | 121.18 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 87 | 0.07 | 0 | 0.16 | 0.60 | 86.25 | 0.08 | 0.37 |
| Hex | 60 | 67 | 57 | 7 | 0 | 10 | 3C | 56 | 8 | 25 |
| Octal | 140 | 147 | 127 | 7 | 0 | 20 | 74 | 126 | 10 | 45 |
| Binary | 1100000 | 1100111 | 1010111 | 111 | 0 | 10000 | 111100 | 1010110 | 1000 | 100101 |
Color Harmonies of #606757
Complementary color
Monochromatic Colors of #606757
Black with #606757
Text Example
Text Example
White with #606757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606757; }
p { color: rgb(96,103,87); }
H1.HeaderClassName
{
color: #606757;
}
.AnyTagClassName
{
color: #606757;
}
</style>
background-color css
<style>
a { background-color: #606757; }
a { background-color: rgb(96,103,87); }
div.DivClassName
{
background-color: #606757;
}
.BgClassName
{
background-color: #606757;
}
</style>
border-color css
<style>
span { border-color: #606757; }
span { border-color: rgb(96,103,87); }
td.TdClassName
{
border-color: #606757;
}
.TagClassName
{
border-color: #606757;
}
</style>