COLOR #6D506F

HEX: #6D506F
RGB: (109,80,111)

Color info

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

RGB color model

#6D506F color RGB value is (109,80,111).

  • red value is 109;
  • green value is 80;
  • blue value is 111.
RGB:
(109,80,111)
(43%,31%,44%)

RGB channels and saturation

R 109 of 255 = 43%
G 80 of 255 = 31%
B 111 of 255 = 44%

109
80
111

R + G + B ~ 39%. #6D506F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 80 + 111 = 300 (100%)
R 109 of 300 ~ 36.33%
G 80 of 300 ~ 26.67%
B 111 of 300 ~ 37%

%36.33
%26.67
%37

CMYK color model

#6D506F color CMYK value is (2,28,0,56).

  • cyan value is 1.80%
  • magenta value is 27.93%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(2,28,0,56)
C2M28Y0K56 
(2%,28%,0%,56%)
(0.02/0.28/0.00/0.56)	

CMYK percentages

%1.8
%27.93
%0
%56.47

Codes

Color #6D506F in popluar color models

6D506F
RGB10980111
HSL296°16.23%37.45%
HSB/HSV296°27.93%43.53%
CMYK1.80%27.93%0.00%
56.47%

Color #6D506F in popluar number systems.

HEX6D506F
Decimal10980111
Binary110110110100001101111
Octal155120157

Shades and tints

Shades of #6D506F

#6D506F
(109,80,111)
#644965
(100,73,101)
#5B425B
(91,66,91)
#523B51
(82,59,81)
#493447
(73,52,71)
#402D3D
(64,45,61)
#372633
(55,38,51)
#2E1F29
(46,31,41)
#25181F
(37,24,31)
#1C1115
(28,17,21)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #6D506F

#6D506F
(109,80,111)
#7A5F7C
(122,95,124)
#876E89
(135,110,137)
#947D96
(148,125,150)
#A18CA3
(161,140,163)
#AE9BB0
(174,155,176)
#BBAABD
(187,170,189)
#C8B9CA
(200,185,202)
#D5C8D7
(213,200,215)
#E2D7E4
(226,215,228)
#EFE6F1
(239,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D506F; }

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

This text font color is #6D506F.


Background Color

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

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

This div background color is #6D506F.


Border color

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

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

This div border color is #6D506F.


Opacity

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

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

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

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

This text has shadow with #6D506F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D506F on black background.


Color preview on white background

This text has color #6D506F on white background.



Black color preview on #6D506F background

This text has black color on #6D506F background.


White color preview on #6D506F background

This text has white color on #6D506F background.