Shades of Dim Gray #6F6B6A
Tints of Dim Gray #6F6B6A
RGB
CMYK
RGB Variations
Color information
#6F6B6A (or 0x6F6B6A) is known color: Dim Gray. HEX triplet: 6F, 6B and 6A. RGB value is (111,107,106). Sum of RGB (Red+Green+Blue) = 111+107+106=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B6A is #909495. Grayscale: #6C6C6C. Windows color (decimal): -9475222 or 6974319. OLE color: 6974319.
HSL color Cylindrical-coordinate representation of color #6F6B6A: hue angle of 12º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F6B6A is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 107 | 106 | - |
| CMYK | 0 | 0.04 | 0.05 | 0.56 |
| HSL | 12º | 0.02% | 0.43% | - |
| HSV(B) | 12º | 0.05% | 0.44% | - |
| XYZ | 14.41 | 14.94 | 15.76 | - |
| YUV | 108.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 107 | 106 | 0 | 0.04 | 0.05 | 0.56 | 12 | 0.02 | 0.43 |
| Hex | 6F | 6B | 6A | 0 | 4 | 5 | 38 | C | 2 | 2B |
| Octal | 157 | 153 | 152 | 0 | 4 | 5 | 70 | 14 | 2 | 53 |
| Binary | 1101111 | 1101011 | 1101010 | 0 | 100 | 101 | 111000 | 1100 | 10 | 101011 |
Color Harmonies of #6F6B6A
Complementary color
Monochromatic Colors of #6F6B6A
Black with #6F6B6A
Text Example
Text Example
White with #6F6B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6B6A; }
p { color: rgb(111,107,106); }
H1.HeaderClassName
{
color: #6F6B6A;
}
.AnyTagClassName
{
color: #6F6B6A;
}
</style>
background-color css
<style>
a { background-color: #6F6B6A; }
a { background-color: rgb(111,107,106); }
div.DivClassName
{
background-color: #6F6B6A;
}
.BgClassName
{
background-color: #6F6B6A;
}
</style>
border-color css
<style>
span { border-color: #6F6B6A; }
span { border-color: rgb(111,107,106); }
td.TdClassName
{
border-color: #6F6B6A;
}
.TagClassName
{
border-color: #6F6B6A;
}
</style>