Shades of Dim Gray #6E6A69
Tints of Dim Gray #6E6A69
RGB
CMYK
RGB Variations
Color information
#6E6A69 (or 0x6E6A69) is known color: Dim Gray. HEX triplet: 6E, 6A and 69. RGB value is (110,106,105). Sum of RGB (Red+Green+Blue) = 110+106+105=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6A69 is #919596. Grayscale: #6B6B6B. Windows color (decimal): -9541015 or 6908526. OLE color: 6908526.
HSL color Cylindrical-coordinate representation of color #6E6A69: 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 #6E6A69 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 106 | 105 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.57 |
| HSL | 12º | 0.02% | 0.42% | - |
| HSV(B) | 12º | 0.05% | 0.43% | - |
| XYZ | 14.13 | 14.64 | 15.45 | - |
| YUV | 107.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 105 | 0 | 0.04 | 0.05 | 0.57 | 12 | 0.02 | 0.42 |
| Hex | 6E | 6A | 69 | 0 | 4 | 5 | 39 | C | 2 | 2A |
| Octal | 156 | 152 | 151 | 0 | 4 | 5 | 71 | 14 | 2 | 52 |
| Binary | 1101110 | 1101010 | 1101001 | 0 | 100 | 101 | 111001 | 1100 | 10 | 101010 |
Color Harmonies of #6E6A69
Complementary color
Monochromatic Colors of #6E6A69
Black with #6E6A69
Text Example
Text Example
White with #6E6A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A69; }
p { color: rgb(110,106,105); }
H1.HeaderClassName
{
color: #6E6A69;
}
.AnyTagClassName
{
color: #6E6A69;
}
</style>
background-color css
<style>
a { background-color: #6E6A69; }
a { background-color: rgb(110,106,105); }
div.DivClassName
{
background-color: #6E6A69;
}
.BgClassName
{
background-color: #6E6A69;
}
</style>
border-color css
<style>
span { border-color: #6E6A69; }
span { border-color: rgb(110,106,105); }
td.TdClassName
{
border-color: #6E6A69;
}
.TagClassName
{
border-color: #6E6A69;
}
</style>