COLOR #6D7274

HEX: #6D7274
RGB: (109,114,116)

Color info

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

RGB color model

#6D7274 color RGB value is (109,114,116).

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

RGB channels and saturation

R 109 of 255 = 43%
G 114 of 255 = 45%
B 116 of 255 = 45%

109
114
116

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

Portions of RGB colors in percentages

R + G + B =
109 + 114 + 116 = 339 (100%)
R 109 of 339 ~ 32.15%
G 114 of 339 ~ 33.63%
B 116 of 339 ~ 34.22%

%32.15
%33.63
%34.22

CMYK color model

#6D7274 color CMYK value is (6,2,0,55).

  • cyan value is 6.03%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(6,2,0,55)
C6M2Y0K55 
(6%,2%,0%,55%)
(0.06/0.02/0.00/0.55)	

CMYK percentages

%6.03
%1.72
%0
%54.51

Codes

Color #6D7274 in popluar color models

6D7274
RGB109114116
HSL197°3.11%44.12%
HSB/HSV197°6.03%45.49%
CMYK6.03%1.72%0.00%
54.51%

Color #6D7274 in popluar number systems.

HEX6D7274
Decimal109114116
Binary110110111100101110100
Octal155162164

Shades and tints

Shades of #6D7274

#6D7274
(109,114,116)
#64686A
(100,104,106)
#5B5E60
(91,94,96)
#525456
(82,84,86)
#494A4C
(73,74,76)
#404042
(64,64,66)
#373638
(55,54,56)
#2E2C2E
(46,44,46)
#252224
(37,34,36)
#1C181A
(28,24,26)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #6D7274

#6D7274
(109,114,116)
#7A7E80
(122,126,128)
#878A8C
(135,138,140)
#949698
(148,150,152)
#A1A2A4
(161,162,164)
#AEAEB0
(174,174,176)
#BBBABC
(187,186,188)
#C8C6C8
(200,198,200)
#D5D2D4
(213,210,212)
#E2DEE0
(226,222,224)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7274; }

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

This text font color is #6D7274.


Background Color

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

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

This div background color is #6D7274.


Border color

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

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

This div border color is #6D7274.


Opacity

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

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

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

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

This text has shadow with #6D7274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7274 on black background.


Color preview on white background

This text has color #6D7274 on white background.



Black color preview on #6D7274 background

This text has black color on #6D7274 background.


White color preview on #6D7274 background

This text has white color on #6D7274 background.