Shades of Dim Gray #6F6666
Tints of Dim Gray #6F6666
RGB
CMYK
RGB Variations
Color information
#6F6666 (or 0x6F6666) is known color: Dim Gray. HEX triplet: 6F, 66 and 66. RGB value is (111,102,102). Sum of RGB (Red+Green+Blue) = 111+102+102=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 102 (40.23% from 255 or 32.38% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6666 is #909999. Grayscale: #686868. Windows color (decimal): -9476506 or 6710895. OLE color: 6710895.
HSL color Cylindrical-coordinate representation of color #6F6666: hue angle of 0º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6F6666 is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
RGB | 111 | 102 | 102 | - |
CMYK | 0 | 0.08 | 0.08 | 0.56 |
HSL | 0º | 0.04% | 0.42% | - |
HSV(B) | 0º | 0.08% | 0.44% | - |
XYZ | 13.71 | 13.84 | 14.52 | - |
YUV | 104.69 | 126.48 | 132.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 102 | 102 | 0 | 0.08 | 0.08 | 0.56 | 0 | 0.04 | 0.42 |
Hex | 6F | 66 | 66 | 0 | 8 | 8 | 38 | 0 | 4 | 2A |
Octal | 157 | 146 | 146 | 0 | 10 | 10 | 70 | 0 | 4 | 52 |
Binary | 1101111 | 1100110 | 1100110 | 0 | 1000 | 1000 | 111000 | 0 | 100 | 101010 |
Color Harmonies of #6F6666
Complementary color
Monochromatic Colors of #6F6666
Black with #6F6666
Text Example
Text Example
White with #6F6666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6666; }
p { color: rgb(111,102,102); }
H1.HeaderClassName
{
color: #6F6666;
}
.AnyTagClassName
{
color: #6F6666;
}
</style>
background-color css
<style>
a { background-color: #6F6666; }
a { background-color: rgb(111,102,102); }
div.DivClassName
{
background-color: #6F6666;
}
.BgClassName
{
background-color: #6F6666;
}
</style>
border-color css
<style>
span { border-color: #6F6666; }
span { border-color: rgb(111,102,102); }
td.TdClassName
{
border-color: #6F6666;
}
.TagClassName
{
border-color: #6F6666;
}
</style>