Shades of Mid Grey #686D73
Tints of Mid Grey #686D73
RGB
CMYK
RGB Variations
Color information
#686D73 (or 0x686D73) is known color: Mid Grey. HEX triplet: 68, 6D and 73. RGB value is (104,109,115). Sum of RGB (Red+Green+Blue) = 104+109+115=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 115 - color contains mainly: blue. Hex color #686D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D73 is #97928C. Grayscale: #6C6C6C. Windows color (decimal): -9933453 or 7564648. OLE color: 7564648.
HSL color Cylindrical-coordinate representation of color #686D73: hue angle of 212.73º 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 #686D73 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 109 | 115 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.55 |
| HSL | 212.73º | 0.05% | 0.43% | - |
| HSV(B) | 212.73º | 0.1% | 0.45% | - |
| XYZ | 14.27 | 15.12 | 18.39 | - |
| YUV | 108.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 115 | 0.10 | 0.05 | 0 | 0.55 | 212.73 | 0.05 | 0.43 |
| Hex | 68 | 6D | 73 | A | 5 | 0 | 37 | D5 | 5 | 2B |
| Octal | 150 | 155 | 163 | 12 | 5 | 0 | 67 | 325 | 5 | 53 |
| Binary | 1101000 | 1101101 | 1110011 | 1010 | 101 | 0 | 110111 | 11010101 | 101 | 101011 |
Color Harmonies of #686D73
Complementary color
Monochromatic Colors of #686D73
Black with #686D73
Text Example
Text Example
White with #686D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D73; }
p { color: rgb(104,109,115); }
H1.HeaderClassName
{
color: #686D73;
}
.AnyTagClassName
{
color: #686D73;
}
</style>
background-color css
<style>
a { background-color: #686D73; }
a { background-color: rgb(104,109,115); }
div.DivClassName
{
background-color: #686D73;
}
.BgClassName
{
background-color: #686D73;
}
</style>
border-color css
<style>
span { border-color: #686D73; }
span { border-color: rgb(104,109,115); }
td.TdClassName
{
border-color: #686D73;
}
.TagClassName
{
border-color: #686D73;
}
</style>