Shades of Chicago #606753
Tints of Chicago #606753
RGB
CMYK
RGB Variations
Color information
#606753 (or 0x606753) is known color: Chicago. HEX triplet: 60, 67 and 53. RGB value is (96,103,83). Sum of RGB (Red+Green+Blue) = 96+103+83=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 103 - color contains mainly: green. Hex color #606753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606753 is #9F98AC. Grayscale: #626262. Windows color (decimal): -10459309 or 5465952. OLE color: 5465952.
HSL color Cylindrical-coordinate representation of color #606753: hue angle of 81º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606753 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 83 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.60 |
| HSL | 81º | 0.11% | 0.36% | - |
| HSV(B) | 81º | 0.19% | 0.4% | - |
| XYZ | 11.24 | 12.81 | 10.06 | - |
| YUV | 98.63 | 119.18 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 83 | 0.07 | 0 | 0.19 | 0.60 | 81 | 0.11 | 0.36 |
| Hex | 60 | 67 | 53 | 7 | 0 | 13 | 3C | 51 | B | 24 |
| Octal | 140 | 147 | 123 | 7 | 0 | 23 | 74 | 121 | 13 | 44 |
| Binary | 1100000 | 1100111 | 1010011 | 111 | 0 | 10011 | 111100 | 1010001 | 1011 | 100100 |
Color Harmonies of #606753
Complementary color
Monochromatic Colors of #606753
Black with #606753
Text Example
Text Example
White with #606753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606753; }
p { color: rgb(96,103,83); }
H1.HeaderClassName
{
color: #606753;
}
.AnyTagClassName
{
color: #606753;
}
</style>
background-color css
<style>
a { background-color: #606753; }
a { background-color: rgb(96,103,83); }
div.DivClassName
{
background-color: #606753;
}
.BgClassName
{
background-color: #606753;
}
</style>
border-color css
<style>
span { border-color: #606753; }
span { border-color: rgb(96,103,83); }
td.TdClassName
{
border-color: #606753;
}
.TagClassName
{
border-color: #606753;
}
</style>