Shades of Mid Grey #6D7275
Tints of Mid Grey #6D7275
RGB
CMYK
RGB Variations
Color information
#6D7275 (or 0x6D7275) is known color: Mid Grey. HEX triplet: 6D, 72 and 75. RGB value is (109,114,117). Sum of RGB (Red+Green+Blue) = 109+114+117=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D7275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7275 is #928D8A. Grayscale: #707070. Windows color (decimal): -9604491 or 7697005. OLE color: 7697005.
HSL color Cylindrical-coordinate representation of color #6D7275: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6D7275 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 114 | 117 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.54 |
| HSL | 202.5º | 0.04% | 0.44% | - |
| HSV(B) | 202.5º | 0.07% | 0.46% | - |
| XYZ | 15.53 | 16.57 | 19.21 | - |
| YUV | 112.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 117 | 0.07 | 0.03 | 0 | 0.54 | 202.5 | 0.04 | 0.44 |
| Hex | 6D | 72 | 75 | 7 | 3 | 0 | 36 | CA | 4 | 2C |
| Octal | 155 | 162 | 165 | 7 | 3 | 0 | 66 | 312 | 4 | 54 |
| Binary | 1101101 | 1110010 | 1110101 | 111 | 11 | 0 | 110110 | 11001010 | 100 | 101100 |
Color Harmonies of #6D7275
Complementary color
Monochromatic Colors of #6D7275
Black with #6D7275
Text Example
Text Example
White with #6D7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7275; }
p { color: rgb(109,114,117); }
H1.HeaderClassName
{
color: #6D7275;
}
.AnyTagClassName
{
color: #6D7275;
}
</style>
background-color css
<style>
a { background-color: #6D7275; }
a { background-color: rgb(109,114,117); }
div.DivClassName
{
background-color: #6D7275;
}
.BgClassName
{
background-color: #6D7275;
}
</style>
border-color css
<style>
span { border-color: #6D7275; }
span { border-color: rgb(109,114,117); }
td.TdClassName
{
border-color: #6D7275;
}
.TagClassName
{
border-color: #6D7275;
}
</style>