COLOR #6D7670

HEX: #6D7670 RGB: (109,118,112)

Color info

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

RGB color model

#6D7670 color RGB value is (109,118,112).

RGB: (109,118,112) (43%, 46%, 44%)

RGB channels and saturation

R 109 of 255 = 43%
G 118 of 255 = 46%
B 112 of 255 = 44%

109
118
112

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

Portions of RGB colors in percentages

R + G + B = 109 + 118 + 112 = 339 (100%)
R 109 of 339 ~ 32.15%
G 118 of 339 ~ 34.81%
B 112 of 339 ~ 33.04'%

%32.15
%34.81
%33.04

CMYK color model

#6D7670 color CMYK value is (8,0,5,54).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 5.08%
  • key color value is 53.73%

CMYK: (8,0,5,54)
C8M0Y5K54 (8%, 0%, 5%, 54%)
(0.08 / 0.00 / 0.05 / 0.54)

CMYK percentages

%7.63
%0
%5.08
%53.73

Codes

Color #6D7670 in popluar color models

6D 76 70
RGB 109 118 112
HSL 140° 3.96% 44.51%
HSB/HSV 140° 7.63% 46.27%
CMYK 7.63% 0.00% 5.08%
53.73%

Color #6D7670 in popluar number systems.

HEX 6D 76 70
Decimal 109 118 112
Binary 1101101 1110110 1110000
Octal 155 166 160

Shades and tints

Shades of #6D7670

#6D7670
(109,118,112)
#646C66
(100,108,102)
#5B625C
(91,98,92)
#525852
(82,88,82)
#494E48
(73,78,72)
#40443E
(64,68,62)
#373A34
(55,58,52)
#2E302A
(46,48,42)
#252620
(37,38,32)
#1C1C16
(28,28,22)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #6D7670

#6D7670
(109,118,112)
#7A827D
(122,130,125)
#878E8A
(135,142,138)
#949A97
(148,154,151)
#A1A6A4
(161,166,164)
#AEB2B1
(174,178,177)
#BBBEBE
(187,190,190)
#C8CACB
(200,202,203)
#D5D6D8
(213,214,216)
#E2E2E5
(226,226,229)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7670; }

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

This text font color is #6D7670.

Background Color

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

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

This div background color is #6D7670.

Border color

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

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

This div border color is #6D7670.

Opacity

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

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

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

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

This text has shadow with #6D7670 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7670.

Preview

Color preview on black background

This text has color #6D7670 on black background.


Color preview on white background

This text has color #6D7670 on white background.


Black color preview on #6D7670 background

This text has black color on #6D7670 background.


White color preview on #6D7670 background

This text has white color on #6D7670 background.


Related colors

Complementary color

Complementary color for #hex is #92898F.


I love getcolorcode.com

Triadic colors

1 #706D76 and #76706D with #6D7670 are triadic colors.

2 #70766D and #766D70 with #6D7670 are triadic colors.