Shades of Mid Grey #686C70
Tints of Mid Grey #686C70
RGB
CMYK
RGB Variations
Color information
#686C70 (or 0x686C70) is known color: Mid Grey. HEX triplet: 68, 6C and 70. RGB value is (104,108,112). Sum of RGB (Red+Green+Blue) = 104+108+112=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 112 - color contains mainly: blue. Hex color #686C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C70 is #97938F. Grayscale: #6B6B6B. Windows color (decimal): -9933712 or 7367784. OLE color: 7367784.
HSL color Cylindrical-coordinate representation of color #686C70: hue angle of 210º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #686C70 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 108 | 112 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.56 |
| HSL | 210º | 0.04% | 0.42% | - |
| HSV(B) | 210º | 0.07% | 0.44% | - |
| XYZ | 14 | 14.84 | 17.46 | - |
| YUV | 107.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 112 | 0.07 | 0.04 | 0 | 0.56 | 210 | 0.04 | 0.42 |
| Hex | 68 | 6C | 70 | 7 | 4 | 0 | 38 | D2 | 4 | 2A |
| Octal | 150 | 154 | 160 | 7 | 4 | 0 | 70 | 322 | 4 | 52 |
| Binary | 1101000 | 1101100 | 1110000 | 111 | 100 | 0 | 111000 | 11010010 | 100 | 101010 |
Color Harmonies of #686C70
Complementary color
Monochromatic Colors of #686C70
Black with #686C70
Text Example
Text Example
White with #686C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C70; }
p { color: rgb(104,108,112); }
H1.HeaderClassName
{
color: #686C70;
}
.AnyTagClassName
{
color: #686C70;
}
</style>
background-color css
<style>
a { background-color: #686C70; }
a { background-color: rgb(104,108,112); }
div.DivClassName
{
background-color: #686C70;
}
.BgClassName
{
background-color: #686C70;
}
</style>
border-color css
<style>
span { border-color: #686C70; }
span { border-color: rgb(104,108,112); }
td.TdClassName
{
border-color: #686C70;
}
.TagClassName
{
border-color: #686C70;
}
</style>