Shades of Dim Gray #6D6968
Tints of Dim Gray #6D6968
RGB
CMYK
RGB Variations
Color information
#6D6968 (or 0x6D6968) is known color: Dim Gray. HEX triplet: 6D, 69 and 68. RGB value is (109,105,104). Sum of RGB (Red+Green+Blue) = 109+105+104=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6968 is #929697. Grayscale: #6A6A6A. Windows color (decimal): -9606808 or 6842733. OLE color: 6842733.
HSL color Cylindrical-coordinate representation of color #6D6968: hue angle of 12º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6D6968 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 104 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.57 |
| HSL | 12º | 0.02% | 0.42% | - |
| HSV(B) | 12º | 0.05% | 0.43% | - |
| XYZ | 13.86 | 14.35 | 15.14 | - |
| YUV | 106.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 104 | 0 | 0.04 | 0.05 | 0.57 | 12 | 0.02 | 0.42 |
| Hex | 6D | 69 | 68 | 0 | 4 | 5 | 39 | C | 2 | 2A |
| Octal | 155 | 151 | 150 | 0 | 4 | 5 | 71 | 14 | 2 | 52 |
| Binary | 1101101 | 1101001 | 1101000 | 0 | 100 | 101 | 111001 | 1100 | 10 | 101010 |
Color Harmonies of #6D6968
Complementary color
Monochromatic Colors of #6D6968
Black with #6D6968
Text Example
Text Example
White with #6D6968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6968; }
p { color: rgb(109,105,104); }
H1.HeaderClassName
{
color: #6D6968;
}
.AnyTagClassName
{
color: #6D6968;
}
</style>
background-color css
<style>
a { background-color: #6D6968; }
a { background-color: rgb(109,105,104); }
div.DivClassName
{
background-color: #6D6968;
}
.BgClassName
{
background-color: #6D6968;
}
</style>
border-color css
<style>
span { border-color: #6D6968; }
span { border-color: rgb(109,105,104); }
td.TdClassName
{
border-color: #6D6968;
}
.TagClassName
{
border-color: #6D6968;
}
</style>