Shades of Dim Gray #6C6463
Tints of Dim Gray #6C6463
RGB
CMYK
RGB Variations
Color information
#6C6463 (or 0x6C6463) is known color: Dim Gray. HEX triplet: 6C, 64 and 63. RGB value is (108,100,99). Sum of RGB (Red+Green+Blue) = 108+100+99=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6463 is #939B9C. Grayscale: #666666. Windows color (decimal): -9673629 or 6513772. OLE color: 6513772.
HSL color Cylindrical-coordinate representation of color #6C6463: hue angle of 6.67º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C6463 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 100 | 99 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.58 |
| HSL | 6.67º | 0.04% | 0.41% | - |
| HSV(B) | 6.67º | 0.08% | 0.42% | - |
| XYZ | 12.99 | 13.2 | 13.67 | - |
| YUV | 102.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 99 | 0 | 0.07 | 0.08 | 0.58 | 6.67 | 0.04 | 0.41 |
| Hex | 6C | 64 | 63 | 0 | 7 | 8 | 3A | 7 | 4 | 29 |
| Octal | 154 | 144 | 143 | 0 | 7 | 10 | 72 | 7 | 4 | 51 |
| Binary | 1101100 | 1100100 | 1100011 | 0 | 111 | 1000 | 111010 | 111 | 100 | 101001 |
Color Harmonies of #6C6463
Complementary color
Monochromatic Colors of #6C6463
Black with #6C6463
Text Example
Text Example
White with #6C6463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6463; }
p { color: rgb(108,100,99); }
H1.HeaderClassName
{
color: #6C6463;
}
.AnyTagClassName
{
color: #6C6463;
}
</style>
background-color css
<style>
a { background-color: #6C6463; }
a { background-color: rgb(108,100,99); }
div.DivClassName
{
background-color: #6C6463;
}
.BgClassName
{
background-color: #6C6463;
}
</style>
border-color css
<style>
span { border-color: #6C6463; }
span { border-color: rgb(108,100,99); }
td.TdClassName
{
border-color: #6C6463;
}
.TagClassName
{
border-color: #6C6463;
}
</style>