COLOR #6D728E

HEX: #6D728E RGB: (109,114,142)

Color info

#6D728E contains red, green and blue colors in about the same proportion. Web safe color of #6D728E is #666699 (or #669).

RGB color model

#6D728E color RGB value is (109,114,142).

RGB: (109,114,142) (43%, 45%, 56%)

RGB channels and saturation

R 109 of 255 = 43%
G 114 of 255 = 45%
B 142 of 255 = 56%

109
114
142

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

Portions of RGB colors in percentages

R + G + B = 109 + 114 + 142 = 365 (100%)
R 109 of 365 ~ 29.86%
G 114 of 365 ~ 31.23%
B 142 of 365 ~ 38.9'%

%29.86
%31.23
%38.9

CMYK color model

#6D728E color CMYK value is (23,20,0,44).

  • cyan value is 23.24%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (23,20,0,44) C23M20Y0K44 (23%,20%,0%,44%) (0.23/0.20/0.00/0.44) 

CMYK percentages

%23.24
%19.72
%0
%44.31

Codes

Color #6D728E in popluar color models

6D 72 8E
RGB 109 114 142
HSL 231° 13.15% 49.22%
HSB/HSV 231° 23.24% 55.69%
CMYK 23.24% 19.72% 0.00%
44.31%

Color #6D728E in popluar number systems.

HEX 6D 72 8E
Decimal 109 114 142
Binary 1101101 1110010 10001110
Octal 155 162 216

Shades and tints

Shades of #6D728E

#6D728E
(109,114,142)
#646882
(100,104,130)
#5B5E76
(91,94,118)
#52546A
(82,84,106)
#494A5E
(73,74,94)
#404052
(64,64,82)
#373646
(55,54,70)
#2E2C3A
(46,44,58)
#25222E
(37,34,46)
#1C1822
(28,24,34)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #6D728E

#6D728E
(109,114,142)
#7A7E98
(122,126,152)
#878AA2
(135,138,162)
#9496AC
(148,150,172)
#A1A2B6
(161,162,182)
#AEAEC0
(174,174,192)
#BBBACA
(187,186,202)
#C8C6D4
(200,198,212)
#D5D2DE
(213,210,222)
#E2DEE8
(226,222,232)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D728E; }

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

This text font color is #6D728E.

Background Color

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

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

This div background color is #6D728E.

Border color

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

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

This div border color is #6D728E.

Opacity

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

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

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

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

This text has shadow with #6D728E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D728E.

Preview

Color preview on black background

This text has color #6D728E on black background.


Color preview on white background

This text has color #6D728E on white background.


Black color preview on #6D728E background

This text has black color on #6D728E background.


White color preview on #6D728E background

This text has white color on #6D728E background.


Related colors

Complementary color

Complementary color for #hex is #928D71.


I love getcolorcode.com

Triadic colors

1 #8E6D72 and #728E6D with #6D728E are triadic colors.

2 #8E726D and #726D8E with #6D728E are triadic colors.