Shades of Mid Grey #6D7174
Tints of Mid Grey #6D7174
RGB
CMYK
RGB Variations
Color information
#6D7174 (or 0x6D7174) is known color: Mid Grey. HEX triplet: 6D, 71 and 74. RGB value is (109,113,116). Sum of RGB (Red+Green+Blue) = 109+113+116=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D7174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7174 is #928E8B. Grayscale: #707070. Windows color (decimal): -9604748 or 7631213. OLE color: 7631213.
HSL color Cylindrical-coordinate representation of color #6D7174: hue angle of 205.71º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6D7174 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 113 | 116 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.55 |
| HSL | 205.71º | 0.03% | 0.44% | - |
| HSV(B) | 205.71º | 0.06% | 0.45% | - |
| XYZ | 15.36 | 16.32 | 18.86 | - |
| YUV | 112.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 116 | 0.06 | 0.03 | 0 | 0.55 | 205.71 | 0.03 | 0.44 |
| Hex | 6D | 71 | 74 | 6 | 3 | 0 | 37 | CE | 3 | 2C |
| Octal | 155 | 161 | 164 | 6 | 3 | 0 | 67 | 316 | 3 | 54 |
| Binary | 1101101 | 1110001 | 1110100 | 110 | 11 | 0 | 110111 | 11001110 | 11 | 101100 |
Color Harmonies of #6D7174
Complementary color
Monochromatic Colors of #6D7174
Black with #6D7174
Text Example
Text Example
White with #6D7174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7174; }
p { color: rgb(109,113,116); }
H1.HeaderClassName
{
color: #6D7174;
}
.AnyTagClassName
{
color: #6D7174;
}
</style>
background-color css
<style>
a { background-color: #6D7174; }
a { background-color: rgb(109,113,116); }
div.DivClassName
{
background-color: #6D7174;
}
.BgClassName
{
background-color: #6D7174;
}
</style>
border-color css
<style>
span { border-color: #6D7174; }
span { border-color: rgb(109,113,116); }
td.TdClassName
{
border-color: #6D7174;
}
.TagClassName
{
border-color: #6D7174;
}
</style>