Shades of Mid Grey #686E73
Tints of Mid Grey #686E73
RGB
CMYK
RGB Variations
Color information
#686E73 (or 0x686E73) is known color: Mid Grey. HEX triplet: 68, 6E and 73. RGB value is (104,110,115). Sum of RGB (Red+Green+Blue) = 104+110+115=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 115 - color contains mainly: blue. Hex color #686E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E73 is #97918C. Grayscale: #6C6C6C. Windows color (decimal): -9933197 or 7564904. OLE color: 7564904.
HSL color Cylindrical-coordinate representation of color #686E73: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686E73 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 110 | 115 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.55 |
| HSL | 207.27º | 0.05% | 0.43% | - |
| HSV(B) | 207.27º | 0.1% | 0.45% | - |
| XYZ | 14.38 | 15.33 | 18.42 | - |
| YUV | 108.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 115 | 0.10 | 0.04 | 0 | 0.55 | 207.27 | 0.05 | 0.43 |
| Hex | 68 | 6E | 73 | A | 4 | 0 | 37 | CF | 5 | 2B |
| Octal | 150 | 156 | 163 | 12 | 4 | 0 | 67 | 317 | 5 | 53 |
| Binary | 1101000 | 1101110 | 1110011 | 1010 | 100 | 0 | 110111 | 11001111 | 101 | 101011 |
Color Harmonies of #686E73
Complementary color
Monochromatic Colors of #686E73
Black with #686E73
Text Example
Text Example
White with #686E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E73; }
p { color: rgb(104,110,115); }
H1.HeaderClassName
{
color: #686E73;
}
.AnyTagClassName
{
color: #686E73;
}
</style>
background-color css
<style>
a { background-color: #686E73; }
a { background-color: rgb(104,110,115); }
div.DivClassName
{
background-color: #686E73;
}
.BgClassName
{
background-color: #686E73;
}
</style>
border-color css
<style>
span { border-color: #686E73; }
span { border-color: rgb(104,110,115); }
td.TdClassName
{
border-color: #686E73;
}
.TagClassName
{
border-color: #686E73;
}
</style>