Shades of Dim Gray #6A6565
Tints of Dim Gray #6A6565
RGB
CMYK
RGB Variations
Color information
#6A6565 (or 0x6A6565) is known color: Dim Gray. HEX triplet: 6A, 65 and 65. RGB value is (106,101,101). Sum of RGB (Red+Green+Blue) = 106+101+101=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6565 is #959A9A. Grayscale: #666666. Windows color (decimal): -9804443 or 6645098. OLE color: 6645098.
HSL color Cylindrical-coordinate representation of color #6A6565: hue angle of 0º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6A6565 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
RGB | 106 | 101 | 101 | - |
CMYK | 0 | 0.05 | 0.05 | 0.58 |
HSL | 0º | 0.02% | 0.41% | - |
HSV(B) | 0º | 0.05% | 0.42% | - |
XYZ | 12.95 | 13.31 | 14.2 | - |
YUV | 102.5 | 127.16 | 130.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 106 | 101 | 101 | 0 | 0.05 | 0.05 | 0.58 | 0 | 0.02 | 0.41 |
Hex | 6A | 65 | 65 | 0 | 5 | 5 | 3A | 0 | 2 | 29 |
Octal | 152 | 145 | 145 | 0 | 5 | 5 | 72 | 0 | 2 | 51 |
Binary | 1101010 | 1100101 | 1100101 | 0 | 101 | 101 | 111010 | 0 | 10 | 101001 |
Color Harmonies of #6A6565
Complementary color
Monochromatic Colors of #6A6565
Black with #6A6565
Text Example
Text Example
White with #6A6565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6565; }
p { color: rgb(106,101,101); }
H1.HeaderClassName
{
color: #6A6565;
}
.AnyTagClassName
{
color: #6A6565;
}
</style>
background-color css
<style>
a { background-color: #6A6565; }
a { background-color: rgb(106,101,101); }
div.DivClassName
{
background-color: #6A6565;
}
.BgClassName
{
background-color: #6A6565;
}
</style>
border-color css
<style>
span { border-color: #6A6565; }
span { border-color: rgb(106,101,101); }
td.TdClassName
{
border-color: #6A6565;
}
.TagClassName
{
border-color: #6A6565;
}
</style>