Shades of Mid Grey #61696D
Tints of Mid Grey #61696D
RGB
CMYK
RGB Variations
Color information
#61696D (or 0x61696D) is known color: Mid Grey. HEX triplet: 61, 69 and 6D. RGB value is (97,105,109). Sum of RGB (Red+Green+Blue) = 97+105+109=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 109 - color contains mainly: blue. Hex color #61696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61696D is #9E9692. Grayscale: #676767. Windows color (decimal): -10393235 or 7170401. OLE color: 7170401.
HSL color Cylindrical-coordinate representation of color #61696D: hue angle of 200º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #61696D is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 105 | 109 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.57 |
| HSL | 200º | 0.06% | 0.4% | - |
| HSV(B) | 200º | 0.11% | 0.43% | - |
| XYZ | 12.74 | 13.75 | 16.45 | - |
| YUV | 103.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 109 | 0.11 | 0.04 | 0 | 0.57 | 200 | 0.06 | 0.4 |
| Hex | 61 | 69 | 6D | B | 4 | 0 | 39 | C8 | 6 | 28 |
| Octal | 141 | 151 | 155 | 13 | 4 | 0 | 71 | 310 | 6 | 50 |
| Binary | 1100001 | 1101001 | 1101101 | 1011 | 100 | 0 | 111001 | 11001000 | 110 | 101000 |
Color Harmonies of #61696D
Complementary color
Monochromatic Colors of #61696D
Black with #61696D
Text Example
Text Example
White with #61696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61696D; }
p { color: rgb(97,105,109); }
H1.HeaderClassName
{
color: #61696D;
}
.AnyTagClassName
{
color: #61696D;
}
</style>
background-color css
<style>
a { background-color: #61696D; }
a { background-color: rgb(97,105,109); }
div.DivClassName
{
background-color: #61696D;
}
.BgClassName
{
background-color: #61696D;
}
</style>
border-color css
<style>
span { border-color: #61696D; }
span { border-color: rgb(97,105,109); }
td.TdClassName
{
border-color: #61696D;
}
.TagClassName
{
border-color: #61696D;
}
</style>