COLOR #6D656E

HEX: #6D656E
RGB: (109,101,110)

Color info

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

RGB color model

#6D656E color RGB value is (109,101,110).

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

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 110 of 255 = 43%

109
101
110

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

Portions of RGB colors in percentages

R + G + B =
109 + 101 + 110 = 320 (100%)
R 109 of 320 ~ 34.06%
G 101 of 320 ~ 31.56%
B 110 of 320 ~ 34.38%

%34.06
%31.56
%34.38

CMYK color model

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

  • cyan value is 0.91%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(1,8,0,57)
C1M8Y0K57 
(1%,8%,0%,57%)
(0.01/0.08/0.00/0.57)	

CMYK percentages

%0.91
%8.18
%0
%56.86

Codes

Color #6D656E in popluar color models

6D656E
RGB109101110
HSL293°4.27%41.37%
HSB/HSV293°8.18%43.14%
CMYK0.91%8.18%0.00%
56.86%

Color #6D656E in popluar number systems.

HEX6D656E
Decimal109101110
Binary110110111001011101110
Octal155145156

Shades and tints

Shades of #6D656E

#6D656E
(109,101,110)
#645C64
(100,92,100)
#5B535A
(91,83,90)
#524A50
(82,74,80)
#494146
(73,65,70)
#40383C
(64,56,60)
#372F32
(55,47,50)
#2E2628
(46,38,40)
#251D1E
(37,29,30)
#1C1414
(28,20,20)
#130B0A
(19,11,10)
#000000
(0,0,0)

Tints of #6D656E

#6D656E
(109,101,110)
#7A737B
(122,115,123)
#878188
(135,129,136)
#948F95
(148,143,149)
#A19DA2
(161,157,162)
#AEABAF
(174,171,175)
#BBB9BC
(187,185,188)
#C8C7C9
(200,199,201)
#D5D5D6
(213,213,214)
#E2E3E3
(226,227,227)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D656E; }

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

This text font color is #6D656E.


Background Color

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

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

This div background color is #6D656E.


Border color

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

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

This div border color is #6D656E.


Opacity

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

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

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

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

This text has shadow with #6D656E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D656E on black background.


Color preview on white background

This text has color #6D656E on white background.



Black color preview on #6D656E background

This text has black color on #6D656E background.


White color preview on #6D656E background

This text has white color on #6D656E background.