COLOR #6D647F

HEX: #6D647F
RGB: (109,100,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

109
100
127

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

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 127 = 336 (100%)
R 109 of 336 ~ 32.44%
G 100 of 336 ~ 29.76%
B 127 of 336 ~ 37.8%

%32.44
%29.76
%37.8

CMYK color model

#6D647F color CMYK value is (14,21,0,50).

  • cyan value is 14.17%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(14,21,0,50)
C14M21Y0K50 
(14%,21%,0%,50%)
(0.14/0.21/0.00/0.50)	

CMYK percentages

%14.17
%21.26
%0
%50.2

Codes

Color #6D647F in popluar color models

6D647F
RGB109100127
HSL260°11.89%44.51%
HSB/HSV260°21.26%49.80%
CMYK14.17%21.26%0.00%
50.20%

Color #6D647F in popluar number systems.

HEX6D647F
Decimal109100127
Binary110110111001001111111
Octal155144177

Shades and tints

Shades of #6D647F

#6D647F
(109,100,127)
#645B74
(100,91,116)
#5B5269
(91,82,105)
#52495E
(82,73,94)
#494053
(73,64,83)
#403748
(64,55,72)
#372E3D
(55,46,61)
#2E2532
(46,37,50)
#251C27
(37,28,39)
#1C131C
(28,19,28)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #6D647F

#6D647F
(109,100,127)
#7A728A
(122,114,138)
#878095
(135,128,149)
#948EA0
(148,142,160)
#A19CAB
(161,156,171)
#AEAAB6
(174,170,182)
#BBB8C1
(187,184,193)
#C8C6CC
(200,198,204)
#D5D4D7
(213,212,215)
#E2E2E2
(226,226,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D647F; }

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

This text font color is #6D647F.


Background Color

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

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

This div background color is #6D647F.


Border color

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

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

This div border color is #6D647F.


Opacity

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

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

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

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

This text has shadow with #6D647F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D647F on black background.


Color preview on white background

This text has color #6D647F on white background.



Black color preview on #6D647F background

This text has black color on #6D647F background.


White color preview on #6D647F background

This text has white color on #6D647F background.