Shades of Mid Grey #686A6C
Tints of Mid Grey #686A6C
RGB
CMYK
RGB Variations
Color information
#686A6C (or 0x686A6C) is known color: Mid Grey. HEX triplet: 68, 6A and 6C. RGB value is (104,106,108). Sum of RGB (Red+Green+Blue) = 104+106+108=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 108 - color contains mainly: blue. Hex color #686A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A6C is #979593. Grayscale: #696969. Windows color (decimal): -9934228 or 7105128. OLE color: 7105128.
HSL color Cylindrical-coordinate representation of color #686A6C: hue angle of 210º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #686A6C is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 106 | 108 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.58 |
| HSL | 210º | 0.02% | 0.42% | - |
| HSV(B) | 210º | 0.04% | 0.42% | - |
| XYZ | 13.57 | 14.33 | 16.24 | - |
| YUV | 105.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 108 | 0.04 | 0.02 | 0 | 0.58 | 210 | 0.02 | 0.42 |
| Hex | 68 | 6A | 6C | 4 | 2 | 0 | 3A | D2 | 2 | 2A |
| Octal | 150 | 152 | 154 | 4 | 2 | 0 | 72 | 322 | 2 | 52 |
| Binary | 1101000 | 1101010 | 1101100 | 100 | 10 | 0 | 111010 | 11010010 | 10 | 101010 |
Color Harmonies of #686A6C
Complementary color
Monochromatic Colors of #686A6C
Black with #686A6C
Text Example
Text Example
White with #686A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A6C; }
p { color: rgb(104,106,108); }
H1.HeaderClassName
{
color: #686A6C;
}
.AnyTagClassName
{
color: #686A6C;
}
</style>
background-color css
<style>
a { background-color: #686A6C; }
a { background-color: rgb(104,106,108); }
div.DivClassName
{
background-color: #686A6C;
}
.BgClassName
{
background-color: #686A6C;
}
</style>
border-color css
<style>
span { border-color: #686A6C; }
span { border-color: rgb(104,106,108); }
td.TdClassName
{
border-color: #686A6C;
}
.TagClassName
{
border-color: #686A6C;
}
</style>