COLOR #6D646C

HEX: #6D646C
RGB: (109,100,108)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
100
108

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

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 108 = 317 (100%)
R 109 of 317 ~ 34.38%
G 100 of 317 ~ 31.55%
B 108 of 317 ~ 34.07%

%34.38
%31.55
%34.07

CMYK color model

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

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

CMYK percentages

%0
%8.26
%0.92
%57.25

Codes

Color #6D646C in popluar color models

6D646C
RGB109100108
HSL307°4.31%40.98%
HSB/HSV307°8.26%42.75%
CMYK0.00%8.26%0.92%
57.25%

Color #6D646C in popluar number systems.

HEX6D646C
Decimal109100108
Binary110110111001001101100
Octal155144154

Shades and tints

Shades of #6D646C

#6D646C
(109,100,108)
#645B63
(100,91,99)
#5B525A
(91,82,90)
#524951
(82,73,81)
#494048
(73,64,72)
#40373F
(64,55,63)
#372E36
(55,46,54)
#2E252D
(46,37,45)
#251C24
(37,28,36)
#1C131B
(28,19,27)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #6D646C

#6D646C
(109,100,108)
#7A7279
(122,114,121)
#878086
(135,128,134)
#948E93
(148,142,147)
#A19CA0
(161,156,160)
#AEAAAD
(174,170,173)
#BBB8BA
(187,184,186)
#C8C6C7
(200,198,199)
#D5D4D4
(213,212,212)
#E2E2E1
(226,226,225)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D646C; }

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

This text font color is #6D646C.


Background Color

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

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

This div background color is #6D646C.


Border color

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

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

This div border color is #6D646C.


Opacity

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

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

Text with #6D646C 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 #6D646C;}

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

This text has shadow with #6D646C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D646C on black background.


Color preview on white background

This text has color #6D646C on white background.



Black color preview on #6D646C background

This text has black color on #6D646C background.


White color preview on #6D646C background

This text has white color on #6D646C background.