Shades of Dim Gray #6D6969
Tints of Dim Gray #6D6969
RGB
CMYK
RGB Variations
Color information
#6D6969 (or 0x6D6969) is known color: Dim Gray. HEX triplet: 6D, 69 and 69. RGB value is (109,105,105). Sum of RGB (Red+Green+Blue) = 109+105+105=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6969 is #929696. Grayscale: #6A6A6A. Windows color (decimal): -9606807 or 6908269. OLE color: 6908269.
HSL color Cylindrical-coordinate representation of color #6D6969: hue angle of 0º degrees, saturation: 0.02, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6D6969 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
RGB | 109 | 105 | 105 | - |
CMYK | 0 | 0.04 | 0.04 | 0.57 |
HSL | 0º | 0.02% | 0.42% | - |
HSV(B) | 0º | 0.04% | 0.43% | - |
XYZ | 13.91 | 14.37 | 15.41 | - |
YUV | 106.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 105 | 105 | 0 | 0.04 | 0.04 | 0.57 | 0 | 0.02 | 0.42 |
Hex | 6D | 69 | 69 | 0 | 4 | 4 | 39 | 0 | 2 | 2A |
Octal | 155 | 151 | 151 | 0 | 4 | 4 | 71 | 0 | 2 | 52 |
Binary | 1101101 | 1101001 | 1101001 | 0 | 100 | 100 | 111001 | 0 | 10 | 101010 |
Color Harmonies of #6D6969
Complementary color
Monochromatic Colors of #6D6969
Black with #6D6969
Text Example
Text Example
White with #6D6969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6969; }
p { color: rgb(109,105,105); }
H1.HeaderClassName
{
color: #6D6969;
}
.AnyTagClassName
{
color: #6D6969;
}
</style>
background-color css
<style>
a { background-color: #6D6969; }
a { background-color: rgb(109,105,105); }
div.DivClassName
{
background-color: #6D6969;
}
.BgClassName
{
background-color: #6D6969;
}
</style>
border-color css
<style>
span { border-color: #6D6969; }
span { border-color: rgb(109,105,105); }
td.TdClassName
{
border-color: #6D6969;
}
.TagClassName
{
border-color: #6D6969;
}
</style>