COLOR #6D6F78

HEX: #6D6F78 RGB: (109,111,120)

Color info

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

RGB color model

#6D6F78 color RGB value is (109,111,120).

RGB: (109,111,120) (43%, 44%, 47%)

RGB channels and saturation

R 109 of 255 = 43%
G 111 of 255 = 44%
B 120 of 255 = 47%

109
111
120

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

Portions of RGB colors in percentages

R + G + B = 109 + 111 + 120 = 340 (100%)
R 109 of 340 ~ 32.06%
G 111 of 340 ~ 32.65%
B 120 of 340 ~ 35.29'%

%32.06
%32.65
%35.29

CMYK color model

#6D6F78 color CMYK value is (9,8,0,53).

  • cyan value is 9.17%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (9,8,0,53)
C9M8Y0K53 (9%, 8%, 0%, 53%)
(0.09 / 0.08 / 0.00 / 0.53)

CMYK percentages

%9.17
%7.5
%0
%52.94

Codes

Color #6D6F78 in popluar color models

6D 6F 78
RGB 109 111 120
HSL 229° 4.80% 44.90%
HSB/HSV 229° 9.17% 47.06%
CMYK 9.17% 7.50% 0.00%
52.94%

Color #6D6F78 in popluar number systems.

HEX 6D 6F 78
Decimal 109 111 120
Binary 1101101 1101111 1111000
Octal 155 157 170

Shades and tints

Shades of #6D6F78

#6D6F78
(109,111,120)
#64656E
(100,101,110)
#5B5B64
(91,91,100)
#52515A
(82,81,90)
#494750
(73,71,80)
#403D46
(64,61,70)
#37333C
(55,51,60)
#2E2932
(46,41,50)
#251F28
(37,31,40)
#1C151E
(28,21,30)
#130B14
(19,11,20)
#000000
(0,0,0)

Tints of #6D6F78

#6D6F78
(109,111,120)
#7A7C84
(122,124,132)
#878990
(135,137,144)
#94969C
(148,150,156)
#A1A3A8
(161,163,168)
#AEB0B4
(174,176,180)
#BBBDC0
(187,189,192)
#C8CACC
(200,202,204)
#D5D7D8
(213,215,216)
#E2E4E4
(226,228,228)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6F78; }

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

This text font color is #6D6F78.

Background Color

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

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

This div background color is #6D6F78.

Border color

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

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

This div border color is #6D6F78.

Opacity

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

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

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

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

This text has shadow with #6D6F78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6F78.

Preview

Color preview on black background

This text has color #6D6F78 on black background.


Color preview on white background

This text has color #6D6F78 on white background.


Black color preview on #6D6F78 background

This text has black color on #6D6F78 background.


White color preview on #6D6F78 background

This text has white color on #6D6F78 background.


Related colors

Complementary color

Complementary color for #hex is #929087.


I love getcolorcode.com

Triadic colors

1 #786D6F and #6F786D with #6D6F78 are triadic colors.

2 #786F6D and #6F6D78 with #6D6F78 are triadic colors.