Shades of Mid Grey #686E74
Tints of Mid Grey #686E74
RGB
CMYK
RGB Variations
Color information
#686E74 (or 0x686E74) is known color: Mid Grey. HEX triplet: 68, 6E and 74. RGB value is (104,110,116). Sum of RGB (Red+Green+Blue) = 104+110+116=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 116 - color contains mainly: blue. Hex color #686E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E74 is #97918B. Grayscale: #6C6C6C. Windows color (decimal): -9933196 or 7630440. OLE color: 7630440.
HSL color Cylindrical-coordinate representation of color #686E74: hue angle of 210º 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 #686E74 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 110 | 116 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.55 |
| HSL | 210º | 0.05% | 0.43% | - |
| HSV(B) | 210º | 0.1% | 0.45% | - |
| XYZ | 14.44 | 15.36 | 18.73 | - |
| YUV | 108.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 116 | 0.10 | 0.05 | 0 | 0.55 | 210 | 0.05 | 0.43 |
| Hex | 68 | 6E | 74 | A | 5 | 0 | 37 | D2 | 5 | 2B |
| Octal | 150 | 156 | 164 | 12 | 5 | 0 | 67 | 322 | 5 | 53 |
| Binary | 1101000 | 1101110 | 1110100 | 1010 | 101 | 0 | 110111 | 11010010 | 101 | 101011 |
Color Harmonies of #686E74
Complementary color
Monochromatic Colors of #686E74
Black with #686E74
Text Example
Text Example
White with #686E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E74; }
p { color: rgb(104,110,116); }
H1.HeaderClassName
{
color: #686E74;
}
.AnyTagClassName
{
color: #686E74;
}
</style>
background-color css
<style>
a { background-color: #686E74; }
a { background-color: rgb(104,110,116); }
div.DivClassName
{
background-color: #686E74;
}
.BgClassName
{
background-color: #686E74;
}
</style>
border-color css
<style>
span { border-color: #686E74; }
span { border-color: rgb(104,110,116); }
td.TdClassName
{
border-color: #686E74;
}
.TagClassName
{
border-color: #686E74;
}
</style>