Shades of Chicago #626953
Tints of Chicago #626953
RGB
CMYK
RGB Variations
Color information
#626953 (or 0x626953) is known color: Chicago. HEX triplet: 62, 69 and 53. RGB value is (98,105,83). Sum of RGB (Red+Green+Blue) = 98+105+83=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 105 - color contains mainly: green. Hex color #626953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626953 is #9D96AC. Grayscale: #646464. Windows color (decimal): -10327725 or 5466466. OLE color: 5466466.
HSL color Cylindrical-coordinate representation of color #626953: hue angle of 79.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #626953 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 105 | 83 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.59 |
| HSL | 79.09º | 0.12% | 0.37% | - |
| HSV(B) | 79.09º | 0.21% | 0.41% | - |
| XYZ | 11.65 | 13.32 | 10.14 | - |
| YUV | 100.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 83 | 0.07 | 0 | 0.21 | 0.59 | 79.09 | 0.12 | 0.37 |
| Hex | 62 | 69 | 53 | 7 | 0 | 15 | 3B | 4F | C | 25 |
| Octal | 142 | 151 | 123 | 7 | 0 | 25 | 73 | 117 | 14 | 45 |
| Binary | 1100010 | 1101001 | 1010011 | 111 | 0 | 10101 | 111011 | 1001111 | 1100 | 100101 |
Color Harmonies of #626953
Complementary color
Monochromatic Colors of #626953
Black with #626953
Text Example
Text Example
White with #626953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626953; }
p { color: rgb(98,105,83); }
H1.HeaderClassName
{
color: #626953;
}
.AnyTagClassName
{
color: #626953;
}
</style>
background-color css
<style>
a { background-color: #626953; }
a { background-color: rgb(98,105,83); }
div.DivClassName
{
background-color: #626953;
}
.BgClassName
{
background-color: #626953;
}
</style>
border-color css
<style>
span { border-color: #626953; }
span { border-color: rgb(98,105,83); }
td.TdClassName
{
border-color: #626953;
}
.TagClassName
{
border-color: #626953;
}
</style>