COLOR #6D6170

HEX: #6D6170 RGB: (109,97,112)

Color info

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

RGB color model

#6D6170 color RGB value is (109,97,112).

RGB: (109,97,112) (43%, 38%, 44%)

RGB channels and saturation

R 109 of 255 = 43%
G 97 of 255 = 38%
B 112 of 255 = 44%

109
97
112

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

Portions of RGB colors in percentages

R + G + B = 109 + 97 + 112 = 318 (100%)
R 109 of 318 ~ 34.28%
G 97 of 318 ~ 30.5%
B 112 of 318 ~ 35.22'%

%34.28
%30.5
%35.22

CMYK color model

#6D6170 color CMYK value is (3,13,0,56).

  • cyan value is 2.68%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (3,13,0,56)
C3M13Y0K56 (3%, 13%, 0%, 56%)
(0.03 / 0.13 / 0.00 / 0.56)

CMYK percentages

%2.68
%13.39
%0
%56.08

Codes

Color #6D6170 in popluar color models

6D 61 70
RGB 109 97 112
HSL 288° 7.18% 40.98%
HSB/HSV 288° 13.39% 43.92%
CMYK 2.68% 13.39% 0.00%
56.08%

Color #6D6170 in popluar number systems.

HEX 6D 61 70
Decimal 109 97 112
Binary 1101101 1100001 1110000
Octal 155 141 160

Shades and tints

Shades of #6D6170

#6D6170
(109,97,112)
#645966
(100,89,102)
#5B515C
(91,81,92)
#524952
(82,73,82)
#494148
(73,65,72)
#40393E
(64,57,62)
#373134
(55,49,52)
#2E292A
(46,41,42)
#252120
(37,33,32)
#1C1916
(28,25,22)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #6D6170

#6D6170
(109,97,112)
#7A6F7D
(122,111,125)
#877D8A
(135,125,138)
#948B97
(148,139,151)
#A199A4
(161,153,164)
#AEA7B1
(174,167,177)
#BBB5BE
(187,181,190)
#C8C3CB
(200,195,203)
#D5D1D8
(213,209,216)
#E2DFE5
(226,223,229)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6170 color. Also use rgb(109,97,112) instead hex code.

Text Font Color

.myTextColor { color: #6D6170; }

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

This text font color is #6D6170.

Background Color

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

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

This div background color is #6D6170.

Border color

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

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

This div border color is #6D6170.

Opacity

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

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

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

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

This text has shadow with #6D6170 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6170.

Preview

Color preview on black background

This text has color #6D6170 on black background.


Color preview on white background

This text has color #6D6170 on white background.


Black color preview on #6D6170 background

This text has black color on #6D6170 background.


White color preview on #6D6170 background

This text has white color on #6D6170 background.


Related colors

Complementary color

Complementary color for #hex is #929E8F.


I love getcolorcode.com

Triadic colors

1 #706D61 and #61706D with #6D6170 are triadic colors.

2 #70616D and #616D70 with #6D6170 are triadic colors.