Shades of Dim Gray #6A6463
Tints of Dim Gray #6A6463
RGB
CMYK
RGB Variations
Color information
#6A6463 (or 0x6A6463) is known color: Dim Gray. HEX triplet: 6A, 64 and 63. RGB value is (106,100,99). Sum of RGB (Red+Green+Blue) = 106+100+99=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6463 is #959B9C. Grayscale: #656565. Windows color (decimal): -9804701 or 6513770. OLE color: 6513770.
HSL color Cylindrical-coordinate representation of color #6A6463: hue angle of 8.57º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6A6463 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 100 | 99 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.58 |
| HSL | 8.57º | 0.03% | 0.4% | - |
| HSV(B) | 8.57º | 0.07% | 0.42% | - |
| XYZ | 12.75 | 13.08 | 13.66 | - |
| YUV | 101.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 100 | 99 | 0 | 0.06 | 0.07 | 0.58 | 8.57 | 0.03 | 0.4 |
| Hex | 6A | 64 | 63 | 0 | 6 | 7 | 3A | 9 | 3 | 28 |
| Octal | 152 | 144 | 143 | 0 | 6 | 7 | 72 | 11 | 3 | 50 |
| Binary | 1101010 | 1100100 | 1100011 | 0 | 110 | 111 | 111010 | 1001 | 11 | 101000 |
Color Harmonies of #6A6463
Complementary color
Monochromatic Colors of #6A6463
Black with #6A6463
Text Example
Text Example
White with #6A6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6463; }
p { color: rgb(106,100,99); }
H1.HeaderClassName
{
color: #6A6463;
}
.AnyTagClassName
{
color: #6A6463;
}
</style>
background-color css
<style>
a { background-color: #6A6463; }
a { background-color: rgb(106,100,99); }
div.DivClassName
{
background-color: #6A6463;
}
.BgClassName
{
background-color: #6A6463;
}
</style>
border-color css
<style>
span { border-color: #6A6463; }
span { border-color: rgb(106,100,99); }
td.TdClassName
{
border-color: #6A6463;
}
.TagClassName
{
border-color: #6A6463;
}
</style>