COLOR #6D6472

HEX: #6D6472
RGB: (109,100,114)

Color info

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

RGB color model

#6D6472 color RGB value is (109,100,114).

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

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 114 of 255 = 45%

109
100
114

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

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 114 = 323 (100%)
R 109 of 323 ~ 33.75%
G 100 of 323 ~ 30.96%
B 114 of 323 ~ 35.29%

%33.75
%30.96
%35.29

CMYK color model

#6D6472 color CMYK value is (4,12,0,55).

  • cyan value is 4.39%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(4,12,0,55)
C4M12Y0K55 
(4%,12%,0%,55%)
(0.04/0.12/0.00/0.55)	

CMYK percentages

%4.39
%12.28
%0
%55.29

Codes

Color #6D6472 in popluar color models

6D6472
RGB109100114
HSL279°6.54%41.96%
HSB/HSV279°12.28%44.71%
CMYK4.39%12.28%0.00%
55.29%

Color #6D6472 in popluar number systems.

HEX6D6472
Decimal109100114
Binary110110111001001110010
Octal155144162

Shades and tints

Shades of #6D6472

#6D6472
(109,100,114)
#645B68
(100,91,104)
#5B525E
(91,82,94)
#524954
(82,73,84)
#49404A
(73,64,74)
#403740
(64,55,64)
#372E36
(55,46,54)
#2E252C
(46,37,44)
#251C22
(37,28,34)
#1C1318
(28,19,24)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #6D6472

#6D6472
(109,100,114)
#7A727E
(122,114,126)
#87808A
(135,128,138)
#948E96
(148,142,150)
#A19CA2
(161,156,162)
#AEAAAE
(174,170,174)
#BBB8BA
(187,184,186)
#C8C6C6
(200,198,198)
#D5D4D2
(213,212,210)
#E2E2DE
(226,226,222)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6472; }

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

This text font color is #6D6472.


Background Color

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

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

This div background color is #6D6472.


Border color

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

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

This div border color is #6D6472.


Opacity

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

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

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

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

This text has shadow with #6D6472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6472 on black background.


Color preview on white background

This text has color #6D6472 on white background.



Black color preview on #6D6472 background

This text has black color on #6D6472 background.


White color preview on #6D6472 background

This text has white color on #6D6472 background.