Shades of Chicago #606354
Tints of Chicago #606354
RGB
CMYK
RGB Variations
Color information
#606354 (or 0x606354) is known color: Chicago. HEX triplet: 60, 63 and 54. RGB value is (96,99,84). Sum of RGB (Red+Green+Blue) = 96+99+84=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 99 - color contains mainly: green. Hex color #606354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606354 is #9F9CAB. Grayscale: #606060. Windows color (decimal): -10460332 or 5530464. OLE color: 5530464.
HSL color Cylindrical-coordinate representation of color #606354: hue angle of 72º 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 #606354 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 99 | 84 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.61 |
| HSL | 72º | 0.08% | 0.36% | - |
| HSV(B) | 72º | 0.15% | 0.39% | - |
| XYZ | 10.89 | 12.05 | 10.14 | - |
| YUV | 96.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 84 | 0.03 | 0 | 0.15 | 0.61 | 72 | 0.08 | 0.36 |
| Hex | 60 | 63 | 54 | 3 | 0 | F | 3D | 48 | 8 | 24 |
| Octal | 140 | 143 | 124 | 3 | 0 | 17 | 75 | 110 | 10 | 44 |
| Binary | 1100000 | 1100011 | 1010100 | 11 | 0 | 1111 | 111101 | 1001000 | 1000 | 100100 |
Color Harmonies of #606354
Complementary color
Monochromatic Colors of #606354
Black with #606354
Text Example
Text Example
White with #606354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606354; }
p { color: rgb(96,99,84); }
H1.HeaderClassName
{
color: #606354;
}
.AnyTagClassName
{
color: #606354;
}
</style>
background-color css
<style>
a { background-color: #606354; }
a { background-color: rgb(96,99,84); }
div.DivClassName
{
background-color: #606354;
}
.BgClassName
{
background-color: #606354;
}
</style>
border-color css
<style>
span { border-color: #606354; }
span { border-color: rgb(96,99,84); }
td.TdClassName
{
border-color: #606354;
}
.TagClassName
{
border-color: #606354;
}
</style>