COLOR #6D7273

HEX: #6D7273
RGB: (109,114,115)

Color info

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

RGB color model

#6D7273 color RGB value is (109,114,115).

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

RGB channels and saturation

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

109
114
115

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

Portions of RGB colors in percentages

R + G + B =
109 + 114 + 115 = 338 (100%)
R 109 of 338 ~ 32.25%
G 114 of 338 ~ 33.73%
B 115 of 338 ~ 34.02%

%32.25
%33.73
%34.02

CMYK color model

#6D7273 color CMYK value is (5,1,0,55).

  • cyan value is 5.22%
  • magenta value is 0.87%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(5,1,0,55)
C5M1Y0K55 
(5%,1%,0%,55%)
(0.05/0.01/0.00/0.55)	

CMYK percentages

%5.22
%0.87
%0
%54.9

Codes

Color #6D7273 in popluar color models

6D7273
RGB109114115
HSL190°2.68%43.92%
HSB/HSV190°5.22%45.10%
CMYK5.22%0.87%0.00%
54.90%

Color #6D7273 in popluar number systems.

HEX6D7273
Decimal109114115
Binary110110111100101110011
Octal155162163

Shades and tints

Shades of #6D7273

#6D7273
(109,114,115)
#646869
(100,104,105)
#5B5E5F
(91,94,95)
#525455
(82,84,85)
#494A4B
(73,74,75)
#404041
(64,64,65)
#373637
(55,54,55)
#2E2C2D
(46,44,45)
#252223
(37,34,35)
#1C1819
(28,24,25)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #6D7273

#6D7273
(109,114,115)
#7A7E7F
(122,126,127)
#878A8B
(135,138,139)
#949697
(148,150,151)
#A1A2A3
(161,162,163)
#AEAEAF
(174,174,175)
#BBBABB
(187,186,187)
#C8C6C7
(200,198,199)
#D5D2D3
(213,210,211)
#E2DEDF
(226,222,223)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7273; }

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

This text font color is #6D7273.


Background Color

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

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

This div background color is #6D7273.


Border color

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

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

This div border color is #6D7273.


Opacity

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

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

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

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

This text has shadow with #6D7273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7273 on black background.


Color preview on white background

This text has color #6D7273 on white background.



Black color preview on #6D7273 background

This text has black color on #6D7273 background.


White color preview on #6D7273 background

This text has white color on #6D7273 background.