Shades of Mid Grey #6A7075
Tints of Mid Grey #6A7075
RGB
CMYK
RGB Variations
Color information
#6A7075 (or 0x6A7075) is known color: Mid Grey. HEX triplet: 6A, 70 and 75. RGB value is (106,112,117). Sum of RGB (Red+Green+Blue) = 106+112+117=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: blue. Hex color #6A7075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7075 is #958F8A. Grayscale: #6E6E6E. Windows color (decimal): -9801611 or 7696490. OLE color: 7696490.
HSL color Cylindrical-coordinate representation of color #6A7075: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A7075 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 112 | 117 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.54 |
| HSL | 207.27º | 0.05% | 0.44% | - |
| HSV(B) | 207.27º | 0.09% | 0.46% | - |
| XYZ | 14.95 | 15.94 | 19.12 | - |
| YUV | 110.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 117 | 0.09 | 0.04 | 0 | 0.54 | 207.27 | 0.05 | 0.44 |
| Hex | 6A | 70 | 75 | 9 | 4 | 0 | 36 | CF | 5 | 2C |
| Octal | 152 | 160 | 165 | 11 | 4 | 0 | 66 | 317 | 5 | 54 |
| Binary | 1101010 | 1110000 | 1110101 | 1001 | 100 | 0 | 110110 | 11001111 | 101 | 101100 |
Color Harmonies of #6A7075
Complementary color
Monochromatic Colors of #6A7075
Black with #6A7075
Text Example
Text Example
White with #6A7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7075; }
p { color: rgb(106,112,117); }
H1.HeaderClassName
{
color: #6A7075;
}
.AnyTagClassName
{
color: #6A7075;
}
</style>
background-color css
<style>
a { background-color: #6A7075; }
a { background-color: rgb(106,112,117); }
div.DivClassName
{
background-color: #6A7075;
}
.BgClassName
{
background-color: #6A7075;
}
</style>
border-color css
<style>
span { border-color: #6A7075; }
span { border-color: rgb(106,112,117); }
td.TdClassName
{
border-color: #6A7075;
}
.TagClassName
{
border-color: #6A7075;
}
</style>