COLOR #6D6E73

HEX: #6D6E73
RGB: (109,110,115)

Color info

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

RGB color model

#6D6E73 color RGB value is (109,110,115).

  • red value is 109;
  • green value is 110;
  • blue value is 115.
RGB:
(109,110,115)
(43%,43%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 110 of 255 = 43%
B 115 of 255 = 45%

109
110
115

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

Portions of RGB colors in percentages

R + G + B =
109 + 110 + 115 = 334 (100%)
R 109 of 334 ~ 32.63%
G 110 of 334 ~ 32.93%
B 115 of 334 ~ 34.43%

%32.63
%32.93
%34.43

CMYK color model

#6D6E73 color CMYK value is (5,4,0,55).

  • cyan value is 5.22%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(5,4,0,55)
C5M4Y0K55 
(5%,4%,0%,55%)
(0.05/0.04/0.00/0.55)	

CMYK percentages

%5.22
%4.35
%0
%54.9

Codes

Color #6D6E73 in popluar color models

6D6E73
RGB109110115
HSL230°2.68%43.92%
HSB/HSV230°5.22%45.10%
CMYK5.22%4.35%0.00%
54.90%

Color #6D6E73 in popluar number systems.

HEX6D6E73
Decimal109110115
Binary110110111011101110011
Octal155156163

Shades and tints

Shades of #6D6E73

#6D6E73
(109,110,115)
#646469
(100,100,105)
#5B5A5F
(91,90,95)
#525055
(82,80,85)
#49464B
(73,70,75)
#403C41
(64,60,65)
#373237
(55,50,55)
#2E282D
(46,40,45)
#251E23
(37,30,35)
#1C1419
(28,20,25)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #6D6E73

#6D6E73
(109,110,115)
#7A7B7F
(122,123,127)
#87888B
(135,136,139)
#949597
(148,149,151)
#A1A2A3
(161,162,163)
#AEAFAF
(174,175,175)
#BBBCBB
(187,188,187)
#C8C9C7
(200,201,199)
#D5D6D3
(213,214,211)
#E2E3DF
(226,227,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6E73; }

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

This text font color is #6D6E73.


Background Color

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

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

This div background color is #6D6E73.


Border color

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

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

This div border color is #6D6E73.


Opacity

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

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

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

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

This text has shadow with #6D6E73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6E73 on black background.


Color preview on white background

This text has color #6D6E73 on white background.



Black color preview on #6D6E73 background

This text has black color on #6D6E73 background.


White color preview on #6D6E73 background

This text has white color on #6D6E73 background.