Shades of Chicago #606258
Tints of Chicago #606258
RGB
CMYK
RGB Variations
Color information
#606258 (or 0x606258) is known color: Chicago. HEX triplet: 60, 62 and 58. RGB value is (96,98,88). Sum of RGB (Red+Green+Blue) = 96+98+88=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 98 - color contains mainly: green. Hex color #606258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606258 is #9F9DA7. Grayscale: #606060. Windows color (decimal): -10460584 or 5792352. OLE color: 5792352.
HSL color Cylindrical-coordinate representation of color #606258: hue angle of 72º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #606258 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 98 | 88 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.62 |
| HSL | 72º | 0.05% | 0.36% | - |
| HSV(B) | 72º | 0.1% | 0.38% | - |
| XYZ | 10.95 | 11.93 | 10.96 | - |
| YUV | 96.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 88 | 0.02 | 0 | 0.10 | 0.62 | 72 | 0.05 | 0.36 |
| Hex | 60 | 62 | 58 | 2 | 0 | A | 3E | 48 | 5 | 24 |
| Octal | 140 | 142 | 130 | 2 | 0 | 12 | 76 | 110 | 5 | 44 |
| Binary | 1100000 | 1100010 | 1011000 | 10 | 0 | 1010 | 111110 | 1001000 | 101 | 100100 |
Color Harmonies of #606258
Complementary color
Monochromatic Colors of #606258
Black with #606258
Text Example
Text Example
White with #606258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606258; }
p { color: rgb(96,98,88); }
H1.HeaderClassName
{
color: #606258;
}
.AnyTagClassName
{
color: #606258;
}
</style>
background-color css
<style>
a { background-color: #606258; }
a { background-color: rgb(96,98,88); }
div.DivClassName
{
background-color: #606258;
}
.BgClassName
{
background-color: #606258;
}
</style>
border-color css
<style>
span { border-color: #606258; }
span { border-color: rgb(96,98,88); }
td.TdClassName
{
border-color: #606258;
}
.TagClassName
{
border-color: #606258;
}
</style>