Shades of Dim Gray #686868
Tints of Dim Gray #686868
RGB
CMYK
RGB Variations
Color information
#686868 (or 0x686868) is known color: Dim Gray. HEX triplet: 68, 68 and 68. RGB value is (104,104,104). Sum of RGB (Red+Green+Blue) = 104+104+104=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 104 - color contains mainly: red, green, blue. Hex color #686868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686868 is #979797. Grayscale: #686868. Windows color (decimal): -9934744 or 6842472. OLE color: 6842472.
HSL color Cylindrical-coordinate representation of color #686868: hue angle of 0º degrees, saturation: 0, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0%. Process color model (Four color, CMYK) of #686868 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 104 | - |
| CMYK | 0 | 0 | 0 | 0.59 |
| HSL | 0º | 0% | 0.41% | - |
| HSV(B) | 0º | 0% | 0.41% | - |
| XYZ | 13.16 | 13.84 | 15.08 | - |
| YUV | 104 | 128 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 104 | 0 | 0 | 0 | 0.59 | 0 | 0 | 0.41 |
| Hex | 68 | 68 | 68 | 0 | 0 | 0 | 3B | 0 | 0 | 29 |
| Octal | 150 | 150 | 150 | 0 | 0 | 0 | 73 | 0 | 0 | 51 |
| Binary | 1101000 | 1101000 | 1101000 | 0 | 0 | 0 | 111011 | 0 | 0 | 101001 |
Color Harmonies of #686868
Complementary color
Monochromatic Colors of #686868
Black with #686868
Text Example
Text Example
White with #686868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686868; }
p { color: rgb(104,104,104); }
H1.HeaderClassName
{
color: #686868;
}
.AnyTagClassName
{
color: #686868;
}
</style>
background-color css
<style>
a { background-color: #686868; }
a { background-color: rgb(104,104,104); }
div.DivClassName
{
background-color: #686868;
}
.BgClassName
{
background-color: #686868;
}
</style>
border-color css
<style>
span { border-color: #686868; }
span { border-color: rgb(104,104,104); }
td.TdClassName
{
border-color: #686868;
}
.TagClassName
{
border-color: #686868;
}
</style>