Shades of Chicago #606658
Tints of Chicago #606658
RGB
CMYK
RGB Variations
Color information
#606658 (or 0x606658) is known color: Chicago. HEX triplet: 60, 66 and 58. RGB value is (96,102,88). Sum of RGB (Red+Green+Blue) = 96+102+88=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 102 - color contains mainly: green. Hex color #606658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606658 is #9F99A7. Grayscale: #626262. Windows color (decimal): -10459560 or 5793376. OLE color: 5793376.
HSL color Cylindrical-coordinate representation of color #606658: hue angle of 85.71º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606658 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 102 | 88 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.6 |
| HSL | 85.71º | 0.07% | 0.37% | - |
| HSV(B) | 85.71º | 0.14% | 0.4% | - |
| XYZ | 11.34 | 12.69 | 11.09 | - |
| YUV | 98.61 | 122.01 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 88 | 0.06 | 0 | 0.14 | 0.6 | 85.71 | 0.07 | 0.37 |
| Hex | 60 | 66 | 58 | 6 | 0 | E | 3C | 56 | 7 | 25 |
| Octal | 140 | 146 | 130 | 6 | 0 | 16 | 74 | 126 | 7 | 45 |
| Binary | 1100000 | 1100110 | 1011000 | 110 | 0 | 1110 | 111100 | 1010110 | 111 | 100101 |
Color Harmonies of #606658
Complementary color
Monochromatic Colors of #606658
Black with #606658
Text Example
Text Example
White with #606658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606658; }
p { color: rgb(96,102,88); }
H1.HeaderClassName
{
color: #606658;
}
.AnyTagClassName
{
color: #606658;
}
</style>
background-color css
<style>
a { background-color: #606658; }
a { background-color: rgb(96,102,88); }
div.DivClassName
{
background-color: #606658;
}
.BgClassName
{
background-color: #606658;
}
</style>
border-color css
<style>
span { border-color: #606658; }
span { border-color: rgb(96,102,88); }
td.TdClassName
{
border-color: #606658;
}
.TagClassName
{
border-color: #606658;
}
</style>