Shades of Dim Gray #6F6868
Tints of Dim Gray #6F6868
RGB
CMYK
RGB Variations
Color information
#6F6868 (or 0x6F6868) is known color: Dim Gray. HEX triplet: 6F, 68 and 68. RGB value is (111,104,104). Sum of RGB (Red+Green+Blue) = 111+104+104=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6868 is #909797. Grayscale: #6A6A6A. Windows color (decimal): -9475992 or 6842479. OLE color: 6842479.
HSL color Cylindrical-coordinate representation of color #6F6868: hue angle of 0º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6F6868 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 104 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.56 |
| HSL | 0º | 0.03% | 0.42% | - |
| HSV(B) | 0º | 0.06% | 0.44% | - |
| XYZ | 14 | 14.28 | 15.11 | - |
| YUV | 106.09 | 126.82 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 104 | 0 | 0.06 | 0.06 | 0.56 | 0 | 0.03 | 0.42 |
| Hex | 6F | 68 | 68 | 0 | 6 | 6 | 38 | 0 | 3 | 2A |
| Octal | 157 | 150 | 150 | 0 | 6 | 6 | 70 | 0 | 3 | 52 |
| Binary | 1101111 | 1101000 | 1101000 | 0 | 110 | 110 | 111000 | 0 | 11 | 101010 |
Color Harmonies of #6F6868
Complementary color
Monochromatic Colors of #6F6868
Black with #6F6868
Text Example
Text Example
White with #6F6868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6868; }
p { color: rgb(111,104,104); }
H1.HeaderClassName
{
color: #6F6868;
}
.AnyTagClassName
{
color: #6F6868;
}
</style>
background-color css
<style>
a { background-color: #6F6868; }
a { background-color: rgb(111,104,104); }
div.DivClassName
{
background-color: #6F6868;
}
.BgClassName
{
background-color: #6F6868;
}
</style>
border-color css
<style>
span { border-color: #6F6868; }
span { border-color: rgb(111,104,104); }
td.TdClassName
{
border-color: #6F6868;
}
.TagClassName
{
border-color: #6F6868;
}
</style>