Shades of Chicago #60664F
Tints of Chicago #60664F
RGB
CMYK
RGB Variations
Color information
#60664F (or 0x60664F) is known color: Chicago. HEX triplet: 60, 66 and 4F. RGB value is (96,102,79). Sum of RGB (Red+Green+Blue) = 96+102+79=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 102 - color contains mainly: green. Hex color #60664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60664F is #9F99B0. Grayscale: #616161. Windows color (decimal): -10459569 or 5203552. OLE color: 5203552.
HSL color Cylindrical-coordinate representation of color #60664F: hue angle of 75.65º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #60664F is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 102 | 79 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.6 |
| HSL | 75.65º | 0.13% | 0.35% | - |
| HSV(B) | 75.65º | 0.23% | 0.4% | - |
| XYZ | 10.99 | 12.55 | 9.24 | - |
| YUV | 97.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 79 | 0.06 | 0 | 0.23 | 0.6 | 75.65 | 0.13 | 0.35 |
| Hex | 60 | 66 | 4F | 6 | 0 | 17 | 3C | 4C | D | 23 |
| Octal | 140 | 146 | 117 | 6 | 0 | 27 | 74 | 114 | 15 | 43 |
| Binary | 1100000 | 1100110 | 1001111 | 110 | 0 | 10111 | 111100 | 1001100 | 1101 | 100011 |
Color Harmonies of #60664F
Complementary color
Monochromatic Colors of #60664F
Black with #60664F
Text Example
Text Example
White with #60664F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60664F; }
p { color: rgb(96,102,79); }
H1.HeaderClassName
{
color: #60664F;
}
.AnyTagClassName
{
color: #60664F;
}
</style>
background-color css
<style>
a { background-color: #60664F; }
a { background-color: rgb(96,102,79); }
div.DivClassName
{
background-color: #60664F;
}
.BgClassName
{
background-color: #60664F;
}
</style>
border-color css
<style>
span { border-color: #60664F; }
span { border-color: rgb(96,102,79); }
td.TdClassName
{
border-color: #60664F;
}
.TagClassName
{
border-color: #60664F;
}
</style>