Shades of Chicago #626855
Tints of Chicago #626855
RGB
CMYK
RGB Variations
Color information
#626855 (or 0x626855) is known color: Chicago. HEX triplet: 62, 68 and 55. RGB value is (98,104,85). Sum of RGB (Red+Green+Blue) = 98+104+85=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #626855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626855 is #9D97AA. Grayscale: #646464. Windows color (decimal): -10327979 or 5597282. OLE color: 5597282.
HSL color Cylindrical-coordinate representation of color #626855: hue angle of 78.95º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #626855 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 85 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.59 |
| HSL | 78.95º | 0.1% | 0.37% | - |
| HSV(B) | 78.95º | 0.18% | 0.41% | - |
| XYZ | 11.63 | 13.15 | 10.52 | - |
| YUV | 100.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 85 | 0.06 | 0 | 0.18 | 0.59 | 78.95 | 0.1 | 0.37 |
| Hex | 62 | 68 | 55 | 6 | 0 | 12 | 3B | 4F | A | 25 |
| Octal | 142 | 150 | 125 | 6 | 0 | 22 | 73 | 117 | 12 | 45 |
| Binary | 1100010 | 1101000 | 1010101 | 110 | 0 | 10010 | 111011 | 1001111 | 1010 | 100101 |
Color Harmonies of #626855
Complementary color
Monochromatic Colors of #626855
Black with #626855
Text Example
Text Example
White with #626855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626855; }
p { color: rgb(98,104,85); }
H1.HeaderClassName
{
color: #626855;
}
.AnyTagClassName
{
color: #626855;
}
</style>
background-color css
<style>
a { background-color: #626855; }
a { background-color: rgb(98,104,85); }
div.DivClassName
{
background-color: #626855;
}
.BgClassName
{
background-color: #626855;
}
</style>
border-color css
<style>
span { border-color: #626855; }
span { border-color: rgb(98,104,85); }
td.TdClassName
{
border-color: #626855;
}
.TagClassName
{
border-color: #626855;
}
</style>