Shades of Mid Grey #616D7A
Tints of Mid Grey #616D7A
RGB
CMYK
RGB Variations
Color information
#616D7A (or 0x616D7A) is known color: Mid Grey. HEX triplet: 61, 6D and 7A. RGB value is (97,109,122). Sum of RGB (Red+Green+Blue) = 97+109+122=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 122 - color contains mainly: blue. Hex color #616D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D7A is #9E9285. Grayscale: #6A6A6A. Windows color (decimal): -10392198 or 8023393. OLE color: 8023393.
HSL color Cylindrical-coordinate representation of color #616D7A: hue angle of 211.2º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #616D7A is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 109 | 122 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.52 |
| HSL | 211.2º | 0.11% | 0.43% | - |
| HSV(B) | 211.2º | 0.2% | 0.48% | - |
| XYZ | 13.91 | 14.88 | 20.55 | - |
| YUV | 106.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 122 | 0.20 | 0.11 | 0 | 0.52 | 211.2 | 0.11 | 0.43 |
| Hex | 61 | 6D | 7A | 14 | B | 0 | 34 | D3 | B | 2B |
| Octal | 141 | 155 | 172 | 24 | 13 | 0 | 64 | 323 | 13 | 53 |
| Binary | 1100001 | 1101101 | 1111010 | 10100 | 1011 | 0 | 110100 | 11010011 | 1011 | 101011 |
Color Harmonies of #616D7A
Complementary color
Monochromatic Colors of #616D7A
Black with #616D7A
Text Example
Text Example
White with #616D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D7A; }
p { color: rgb(97,109,122); }
H1.HeaderClassName
{
color: #616D7A;
}
.AnyTagClassName
{
color: #616D7A;
}
</style>
background-color css
<style>
a { background-color: #616D7A; }
a { background-color: rgb(97,109,122); }
div.DivClassName
{
background-color: #616D7A;
}
.BgClassName
{
background-color: #616D7A;
}
</style>
border-color css
<style>
span { border-color: #616D7A; }
span { border-color: rgb(97,109,122); }
td.TdClassName
{
border-color: #616D7A;
}
.TagClassName
{
border-color: #616D7A;
}
</style>