Shades of Mid Grey #686D71
Tints of Mid Grey #686D71
RGB
CMYK
RGB Variations
Color information
#686D71 (or 0x686D71) is known color: Mid Grey. HEX triplet: 68, 6D and 71. RGB value is (104,109,113). Sum of RGB (Red+Green+Blue) = 104+109+113=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 113 - color contains mainly: blue. Hex color #686D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D71 is #97928E. Grayscale: #6B6B6B. Windows color (decimal): -9933455 or 7433576. OLE color: 7433576.
HSL color Cylindrical-coordinate representation of color #686D71: hue angle of 206.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #686D71 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 109 | 113 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.56 |
| HSL | 206.67º | 0.04% | 0.43% | - |
| HSV(B) | 206.67º | 0.08% | 0.44% | - |
| XYZ | 14.16 | 15.07 | 17.79 | - |
| YUV | 107.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 113 | 0.08 | 0.04 | 0 | 0.56 | 206.67 | 0.04 | 0.43 |
| Hex | 68 | 6D | 71 | 8 | 4 | 0 | 38 | CF | 4 | 2B |
| Octal | 150 | 155 | 161 | 10 | 4 | 0 | 70 | 317 | 4 | 53 |
| Binary | 1101000 | 1101101 | 1110001 | 1000 | 100 | 0 | 111000 | 11001111 | 100 | 101011 |
Color Harmonies of #686D71
Complementary color
Monochromatic Colors of #686D71
Black with #686D71
Text Example
Text Example
White with #686D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D71; }
p { color: rgb(104,109,113); }
H1.HeaderClassName
{
color: #686D71;
}
.AnyTagClassName
{
color: #686D71;
}
</style>
background-color css
<style>
a { background-color: #686D71; }
a { background-color: rgb(104,109,113); }
div.DivClassName
{
background-color: #686D71;
}
.BgClassName
{
background-color: #686D71;
}
</style>
border-color css
<style>
span { border-color: #686D71; }
span { border-color: rgb(104,109,113); }
td.TdClassName
{
border-color: #686D71;
}
.TagClassName
{
border-color: #686D71;
}
</style>