Shades of Chicago #606451
Tints of Chicago #606451
RGB
CMYK
RGB Variations
Color information
#606451 (or 0x606451) is known color: Chicago. HEX triplet: 60, 64 and 51. RGB value is (96,100,81). Sum of RGB (Red+Green+Blue) = 96+100+81=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 100 - color contains mainly: green. Hex color #606451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606451 is #9F9BAE. Grayscale: #606060. Windows color (decimal): -10460079 or 5334112. OLE color: 5334112.
HSL color Cylindrical-coordinate representation of color #606451: hue angle of 72.63º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606451 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 100 | 81 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.61 |
| HSL | 72.63º | 0.1% | 0.35% | - |
| HSV(B) | 72.63º | 0.19% | 0.39% | - |
| XYZ | 10.87 | 12.2 | 9.57 | - |
| YUV | 96.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 81 | 0.04 | 0 | 0.19 | 0.61 | 72.63 | 0.1 | 0.35 |
| Hex | 60 | 64 | 51 | 4 | 0 | 13 | 3D | 49 | A | 23 |
| Octal | 140 | 144 | 121 | 4 | 0 | 23 | 75 | 111 | 12 | 43 |
| Binary | 1100000 | 1100100 | 1010001 | 100 | 0 | 10011 | 111101 | 1001001 | 1010 | 100011 |
Color Harmonies of #606451
Complementary color
Monochromatic Colors of #606451
Black with #606451
Text Example
Text Example
White with #606451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606451; }
p { color: rgb(96,100,81); }
H1.HeaderClassName
{
color: #606451;
}
.AnyTagClassName
{
color: #606451;
}
</style>
background-color css
<style>
a { background-color: #606451; }
a { background-color: rgb(96,100,81); }
div.DivClassName
{
background-color: #606451;
}
.BgClassName
{
background-color: #606451;
}
</style>
border-color css
<style>
span { border-color: #606451; }
span { border-color: rgb(96,100,81); }
td.TdClassName
{
border-color: #606451;
}
.TagClassName
{
border-color: #606451;
}
</style>