Shades of Chicago #606455
Tints of Chicago #606455
RGB
CMYK
RGB Variations
Color information
#606455 (or 0x606455) is known color: Chicago. HEX triplet: 60, 64 and 55. RGB value is (96,100,85). Sum of RGB (Red+Green+Blue) = 96+100+85=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 100 - color contains mainly: green. Hex color #606455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606455 is #9F9BAA. Grayscale: #616161. Windows color (decimal): -10460075 or 5596256. OLE color: 5596256.
HSL color Cylindrical-coordinate representation of color #606455: hue angle of 76º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #606455 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 100 | 85 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.61 |
| HSL | 76º | 0.08% | 0.36% | - |
| HSV(B) | 76º | 0.15% | 0.39% | - |
| XYZ | 11.02 | 12.26 | 10.38 | - |
| YUV | 97.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 85 | 0.04 | 0 | 0.15 | 0.61 | 76 | 0.08 | 0.36 |
| Hex | 60 | 64 | 55 | 4 | 0 | F | 3D | 4C | 8 | 24 |
| Octal | 140 | 144 | 125 | 4 | 0 | 17 | 75 | 114 | 10 | 44 |
| Binary | 1100000 | 1100100 | 1010101 | 100 | 0 | 1111 | 111101 | 1001100 | 1000 | 100100 |
Color Harmonies of #606455
Complementary color
Monochromatic Colors of #606455
Black with #606455
Text Example
Text Example
White with #606455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606455; }
p { color: rgb(96,100,85); }
H1.HeaderClassName
{
color: #606455;
}
.AnyTagClassName
{
color: #606455;
}
</style>
background-color css
<style>
a { background-color: #606455; }
a { background-color: rgb(96,100,85); }
div.DivClassName
{
background-color: #606455;
}
.BgClassName
{
background-color: #606455;
}
</style>
border-color css
<style>
span { border-color: #606455; }
span { border-color: rgb(96,100,85); }
td.TdClassName
{
border-color: #606455;
}
.TagClassName
{
border-color: #606455;
}
</style>