Shades of Dim Gray #6A6969
Tints of Dim Gray #6A6969
RGB
CMYK
RGB Variations
Color information
#6A6969 (or 0x6A6969) is known color: Dim Gray. HEX triplet: 6A, 69 and 69. RGB value is (106,105,105). Sum of RGB (Red+Green+Blue) = 106+105+105=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6969 is #959696. Grayscale: #696969. Windows color (decimal): -9803415 or 6908266. OLE color: 6908266.
HSL color Cylindrical-coordinate representation of color #6A6969: hue angle of 0º degrees, saturation: 0, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #6A6969 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.58.
Color convert
RGB | 106 | 105 | 105 | - |
CMYK | 0 | 0.01 | 0.01 | 0.58 |
HSL | 0º | 0% | 0.41% | - |
HSV(B) | 0º | 0.01% | 0.42% | - |
XYZ | 13.55 | 14.19 | 15.39 | - |
YUV | 105.3 | 127.83 | 128.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 106 | 105 | 105 | 0 | 0.01 | 0.01 | 0.58 | 0 | 0 | 0.41 |
Hex | 6A | 69 | 69 | 0 | 1 | 1 | 3A | 0 | 0 | 29 |
Octal | 152 | 151 | 151 | 0 | 1 | 1 | 72 | 0 | 0 | 51 |
Binary | 1101010 | 1101001 | 1101001 | 0 | 1 | 1 | 111010 | 0 | 0 | 101001 |
Color Harmonies of #6A6969
Complementary color
Monochromatic Colors of #6A6969
Black with #6A6969
Text Example
Text Example
White with #6A6969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6969; }
p { color: rgb(106,105,105); }
H1.HeaderClassName
{
color: #6A6969;
}
.AnyTagClassName
{
color: #6A6969;
}
</style>
background-color css
<style>
a { background-color: #6A6969; }
a { background-color: rgb(106,105,105); }
div.DivClassName
{
background-color: #6A6969;
}
.BgClassName
{
background-color: #6A6969;
}
</style>
border-color css
<style>
span { border-color: #6A6969; }
span { border-color: rgb(106,105,105); }
td.TdClassName
{
border-color: #6A6969;
}
.TagClassName
{
border-color: #6A6969;
}
</style>