Shades of Mid Grey #616A6F
Tints of Mid Grey #616A6F
RGB
CMYK
RGB Variations
Color information
#616A6F (or 0x616A6F) is known color: Mid Grey. HEX triplet: 61, 6A and 6F. RGB value is (97,106,111). Sum of RGB (Red+Green+Blue) = 97+106+111=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 111 - color contains mainly: blue. Hex color #616A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616A6F is #9E9590. Grayscale: #676767. Windows color (decimal): -10392977 or 7301729. OLE color: 7301729.
HSL color Cylindrical-coordinate representation of color #616A6F: hue angle of 201.43º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616A6F is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 106 | 111 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.56 |
| HSL | 201.43º | 0.07% | 0.41% | - |
| HSV(B) | 201.43º | 0.13% | 0.44% | - |
| XYZ | 12.95 | 14 | 17.06 | - |
| YUV | 103.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 106 | 111 | 0.13 | 0.05 | 0 | 0.56 | 201.43 | 0.07 | 0.41 |
| Hex | 61 | 6A | 6F | D | 5 | 0 | 38 | C9 | 7 | 29 |
| Octal | 141 | 152 | 157 | 15 | 5 | 0 | 70 | 311 | 7 | 51 |
| Binary | 1100001 | 1101010 | 1101111 | 1101 | 101 | 0 | 111000 | 11001001 | 111 | 101001 |
Color Harmonies of #616A6F
Complementary color
Monochromatic Colors of #616A6F
Black with #616A6F
Text Example
Text Example
White with #616A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616A6F; }
p { color: rgb(97,106,111); }
H1.HeaderClassName
{
color: #616A6F;
}
.AnyTagClassName
{
color: #616A6F;
}
</style>
background-color css
<style>
a { background-color: #616A6F; }
a { background-color: rgb(97,106,111); }
div.DivClassName
{
background-color: #616A6F;
}
.BgClassName
{
background-color: #616A6F;
}
</style>
border-color css
<style>
span { border-color: #616A6F; }
span { border-color: rgb(97,106,111); }
td.TdClassName
{
border-color: #616A6F;
}
.TagClassName
{
border-color: #616A6F;
}
</style>