Shades of Chicago #676864
Tints of Chicago #676864
RGB
CMYK
RGB Variations
Color information
#676864 (or 0x676864) is known color: Chicago. HEX triplet: 67, 68 and 64. RGB value is (103,104,100). Sum of RGB (Red+Green+Blue) = 103+104+100=307 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.55% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 104 - color contains mainly: green. Hex color #676864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676864 is #98979B. Grayscale: #676767. Windows color (decimal): -10000284 or 6580327. OLE color: 6580327.
HSL color Cylindrical-coordinate representation of color #676864: hue angle of 75º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #676864 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 104 | 100 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.59 |
| HSL | 75º | 0.02% | 0.4% | - |
| HSV(B) | 75º | 0.04% | 0.41% | - |
| XYZ | 12.84 | 13.7 | 14.02 | - |
| YUV | 103.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 100 | 0.01 | 0 | 0.04 | 0.59 | 75 | 0.02 | 0.4 |
| Hex | 67 | 68 | 64 | 1 | 0 | 4 | 3B | 4B | 2 | 28 |
| Octal | 147 | 150 | 144 | 1 | 0 | 4 | 73 | 113 | 2 | 50 |
| Binary | 1100111 | 1101000 | 1100100 | 1 | 0 | 100 | 111011 | 1001011 | 10 | 101000 |
Color Harmonies of #676864
Complementary color
Monochromatic Colors of #676864
Black with #676864
Text Example
Text Example
White with #676864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676864; }
p { color: rgb(103,104,100); }
H1.HeaderClassName
{
color: #676864;
}
.AnyTagClassName
{
color: #676864;
}
</style>
background-color css
<style>
a { background-color: #676864; }
a { background-color: rgb(103,104,100); }
div.DivClassName
{
background-color: #676864;
}
.BgClassName
{
background-color: #676864;
}
</style>
border-color css
<style>
span { border-color: #676864; }
span { border-color: rgb(103,104,100); }
td.TdClassName
{
border-color: #676864;
}
.TagClassName
{
border-color: #676864;
}
</style>