Shades of Dim Gray #6B6868
Tints of Dim Gray #6B6868
RGB
CMYK
RGB Variations
Color information
#6B6868 (or 0x6B6868) is known color: Dim Gray. HEX triplet: 6B, 68 and 68. RGB value is (107,104,104). Sum of RGB (Red+Green+Blue) = 107+104+104=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6868 is #949797. Grayscale: #686868. Windows color (decimal): -9738136 or 6842475. OLE color: 6842475.
HSL color Cylindrical-coordinate representation of color #6B6868: hue angle of 0º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6B6868 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 104 | 104 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.58 |
| HSL | 0º | 0.01% | 0.41% | - |
| HSV(B) | 0º | 0.03% | 0.42% | - |
| XYZ | 13.51 | 14.03 | 15.09 | - |
| YUV | 104.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 104 | 104 | 0 | 0.03 | 0.03 | 0.58 | 0 | 0.01 | 0.41 |
| Hex | 6B | 68 | 68 | 0 | 3 | 3 | 3A | 0 | 1 | 29 |
| Octal | 153 | 150 | 150 | 0 | 3 | 3 | 72 | 0 | 1 | 51 |
| Binary | 1101011 | 1101000 | 1101000 | 0 | 11 | 11 | 111010 | 0 | 1 | 101001 |
Color Harmonies of #6B6868
Complementary color
Monochromatic Colors of #6B6868
Black with #6B6868
Text Example
Text Example
White with #6B6868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6868; }
p { color: rgb(107,104,104); }
H1.HeaderClassName
{
color: #6B6868;
}
.AnyTagClassName
{
color: #6B6868;
}
</style>
background-color css
<style>
a { background-color: #6B6868; }
a { background-color: rgb(107,104,104); }
div.DivClassName
{
background-color: #6B6868;
}
.BgClassName
{
background-color: #6B6868;
}
</style>
border-color css
<style>
span { border-color: #6B6868; }
span { border-color: rgb(107,104,104); }
td.TdClassName
{
border-color: #6B6868;
}
.TagClassName
{
border-color: #6B6868;
}
</style>