Shades of Dim Gray #6E6B6B
Tints of Dim Gray #6E6B6B
RGB
CMYK
RGB Variations
Color information
#6E6B6B (or 0x6E6B6B) is known color: Dim Gray. HEX triplet: 6E, 6B and 6B. RGB value is (110,107,107). Sum of RGB (Red+Green+Blue) = 110+107+107=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6B6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6B6B is #919494. Grayscale: #6B6B6B. Windows color (decimal): -9540757 or 7039854. OLE color: 7039854.
HSL color Cylindrical-coordinate representation of color #6E6B6B: hue angle of 0º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6E6B6B is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
RGB | 110 | 107 | 107 | - |
CMYK | 0 | 0.03 | 0.03 | 0.57 |
HSL | 0º | 0.01% | 0.43% | - |
HSV(B) | 0º | 0.03% | 0.43% | - |
XYZ | 14.34 | 14.89 | 16.03 | - |
YUV | 107.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 107 | 107 | 0 | 0.03 | 0.03 | 0.57 | 0 | 0.01 | 0.43 |
Hex | 6E | 6B | 6B | 0 | 3 | 3 | 39 | 0 | 1 | 2B |
Octal | 156 | 153 | 153 | 0 | 3 | 3 | 71 | 0 | 1 | 53 |
Binary | 1101110 | 1101011 | 1101011 | 0 | 11 | 11 | 111001 | 0 | 1 | 101011 |
Color Harmonies of #6E6B6B
Complementary color
Monochromatic Colors of #6E6B6B
Black with #6E6B6B
Text Example
Text Example
White with #6E6B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6B6B; }
p { color: rgb(110,107,107); }
H1.HeaderClassName
{
color: #6E6B6B;
}
.AnyTagClassName
{
color: #6E6B6B;
}
</style>
background-color css
<style>
a { background-color: #6E6B6B; }
a { background-color: rgb(110,107,107); }
div.DivClassName
{
background-color: #6E6B6B;
}
.BgClassName
{
background-color: #6E6B6B;
}
</style>
border-color css
<style>
span { border-color: #6E6B6B; }
span { border-color: rgb(110,107,107); }
td.TdClassName
{
border-color: #6E6B6B;
}
.TagClassName
{
border-color: #6E6B6B;
}
</style>