Shades of Mid Grey #61696E
Tints of Mid Grey #61696E
RGB
CMYK
RGB Variations
Color information
#61696E (or 0x61696E) is known color: Mid Grey. HEX triplet: 61, 69 and 6E. RGB value is (97,105,110). Sum of RGB (Red+Green+Blue) = 97+105+110=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 110 - color contains mainly: blue. Hex color #61696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61696E is #9E9691. Grayscale: #676767. Windows color (decimal): -10393234 or 7235937. OLE color: 7235937.
HSL color Cylindrical-coordinate representation of color #61696E: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #61696E is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 105 | 110 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.57 |
| HSL | 203.08º | 0.06% | 0.41% | - |
| HSV(B) | 203.08º | 0.12% | 0.43% | - |
| XYZ | 12.8 | 13.77 | 16.74 | - |
| YUV | 103.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 110 | 0.12 | 0.05 | 0 | 0.57 | 203.08 | 0.06 | 0.41 |
| Hex | 61 | 69 | 6E | C | 5 | 0 | 39 | CB | 6 | 29 |
| Octal | 141 | 151 | 156 | 14 | 5 | 0 | 71 | 313 | 6 | 51 |
| Binary | 1100001 | 1101001 | 1101110 | 1100 | 101 | 0 | 111001 | 11001011 | 110 | 101001 |
Color Harmonies of #61696E
Complementary color
Monochromatic Colors of #61696E
Black with #61696E
Text Example
Text Example
White with #61696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61696E; }
p { color: rgb(97,105,110); }
H1.HeaderClassName
{
color: #61696E;
}
.AnyTagClassName
{
color: #61696E;
}
</style>
background-color css
<style>
a { background-color: #61696E; }
a { background-color: rgb(97,105,110); }
div.DivClassName
{
background-color: #61696E;
}
.BgClassName
{
background-color: #61696E;
}
</style>
border-color css
<style>
span { border-color: #61696E; }
span { border-color: rgb(97,105,110); }
td.TdClassName
{
border-color: #61696E;
}
.TagClassName
{
border-color: #61696E;
}
</style>