COLOR #6D646D

HEX: #6D646D
RGB: (109,100,109)

Color info

#6D646D contains red, green and blue colors in about the same proportion. Web safe color of #6D646D is #666666 (or #666).

RGB color model

#6D646D color RGB value is (109,100,109).

  • red value is 109;
  • green value is 100;
  • blue value is 109.
RGB:
(109,100,109)
(43%,39%,43%)

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 109 of 255 = 43%

109
100
109

R + G + B ~ 42%. #6D646D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 109 = 318 (100%)
R 109 of 318 ~ 34.28%
G 100 of 318 ~ 31.45%
B 109 of 318 ~ 34.28%

%34.28
%31.45
%34.28

CMYK color model

#6D646D color CMYK value is (0,8,0,57).

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(0,8,0,57)
C0M8Y0K57 
(0%,8%,0%,57%)
(0.00/0.08/0.00/0.57)	

CMYK percentages

%0
%8.26
%0
%57.25

Codes

Color #6D646D in popluar color models

6D646D
RGB109100109
HSL300°4.31%40.98%
HSB/HSV300°8.26%42.75%
CMYK0.00%8.26%0.00%
57.25%

Color #6D646D in popluar number systems.

HEX6D646D
Decimal109100109
Binary110110111001001101101
Octal155144155

Shades and tints

Shades of #6D646D

#6D646D
(109,100,109)
#645B64
(100,91,100)
#5B525B
(91,82,91)
#524952
(82,73,82)
#494049
(73,64,73)
#403740
(64,55,64)
#372E37
(55,46,55)
#2E252E
(46,37,46)
#251C25
(37,28,37)
#1C131C
(28,19,28)
#130A13
(19,10,19)
#000000
(0,0,0)

Tints of #6D646D

#6D646D
(109,100,109)
#7A727A
(122,114,122)
#878087
(135,128,135)
#948E94
(148,142,148)
#A19CA1
(161,156,161)
#AEAAAE
(174,170,174)
#BBB8BB
(187,184,187)
#C8C6C8
(200,198,200)
#D5D4D5
(213,212,213)
#E2E2E2
(226,226,226)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D646D color. Also use rgb(109,100,109) instead hex code.

Text Font Color

.myTextColor { color: #6D646D; }

<p style="color:#6D646D">This sample text font color is #6D646D.</p>

This text font color is #6D646D.


Background Color

.myBgColor { background-color: #6D646D; }

<div style="background-color:#6D646D">Inner text</div>

This div background color is #6D646D.


Border color

.myBorderColor { border: 1px solid #6D646D; }

<div style="border:3px solid #6D646D">Div</div>

This div border color is #6D646D.


Opacity

.myOpacity80 { color: #6D646D; opacity: 0.8; }

<p style="color:#6D646D;opacity:0.8;">80%</p>

Text with #6D646D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6D646D;}

<p style="text-shadow: 3px 3px 1px #6D646D">Text here.</p>

This text has shadow with #6D646D color.

.textShadow {text-shadow: 3px 3px 1px #6D646D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6D646D, 5px 5px 20px red">Text here.</p>

This text has shadow with #6D646D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D646D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6D646D, Direction=45, Strength=4)">Text</p>

This text has shadow with #6D646D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6D646D;
  -webkit-box-shadow:	1px 1px 3px 2px #6D646D;
  box-shadow:		1px 1px 3px 2px #6D646D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D646D;
-webkit-box-shadow: 1px 1px 3px 2px #6D646D;
box-shadow:1px 1px 3px 2px #6D646D;">
Div content here</div>
This div box has shadow with color #6D646D.

Preview

Color preview on black background

This text has color #6D646D on black background.


Color preview on white background

This text has color #6D646D on white background.



Black color preview on #6D646D background

This text has black color on #6D646D background.


White color preview on #6D646D background

This text has white color on #6D646D background.