COLOR #6D7874

HEX: #6D7874
RGB: (109,120,116)

Color info

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

RGB color model

#6D7874 color RGB value is (109,120,116).

  • red value is 109;
  • green value is 120;
  • blue value is 116.
RGB:
(109,120,116)
(43%,47%,45%)

RGB channels and saturation

R 109 of 255 = 43%
G 120 of 255 = 47%
B 116 of 255 = 45%

109
120
116

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

Portions of RGB colors in percentages

R + G + B =
109 + 120 + 116 = 345 (100%)
R 109 of 345 ~ 31.59%
G 120 of 345 ~ 34.78%
B 116 of 345 ~ 33.62%

%31.59
%34.78
%33.62

CMYK color model

#6D7874 color CMYK value is (9,0,3,53).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 52.94%
CMYK:
(9,0,3,53)
C9M0Y3K53 
(9%,0%,3%,53%)
(0.09/0.00/0.03/0.53)	

CMYK percentages

%9.17
%0
%3.33
%52.94

Codes

Color #6D7874 in popluar color models

6D7874
RGB109120116
HSL158°4.80%44.90%
HSB/HSV158°9.17%47.06%
CMYK9.17%0.00%3.33%
52.94%

Color #6D7874 in popluar number systems.

HEX6D7874
Decimal109120116
Binary110110111110001110100
Octal155170164

Shades and tints

Shades of #6D7874

#6D7874
(109,120,116)
#646E6A
(100,110,106)
#5B6460
(91,100,96)
#525A56
(82,90,86)
#49504C
(73,80,76)
#404642
(64,70,66)
#373C38
(55,60,56)
#2E322E
(46,50,46)
#252824
(37,40,36)
#1C1E1A
(28,30,26)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #6D7874

#6D7874
(109,120,116)
#7A8480
(122,132,128)
#87908C
(135,144,140)
#949C98
(148,156,152)
#A1A8A4
(161,168,164)
#AEB4B0
(174,180,176)
#BBC0BC
(187,192,188)
#C8CCC8
(200,204,200)
#D5D8D4
(213,216,212)
#E2E4E0
(226,228,224)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7874; }

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

This text font color is #6D7874.


Background Color

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

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

This div background color is #6D7874.


Border color

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

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

This div border color is #6D7874.


Opacity

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

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

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

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

This text has shadow with #6D7874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7874 on black background.


Color preview on white background

This text has color #6D7874 on white background.



Black color preview on #6D7874 background

This text has black color on #6D7874 background.


White color preview on #6D7874 background

This text has white color on #6D7874 background.