COLOR #6D6476

HEX: #6D6476
RGB: (109,100,118)

Color info

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

RGB color model

#6D6476 color RGB value is (109,100,118).

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

RGB channels and saturation

R 109 of 255 = 43%
G 100 of 255 = 39%
B 118 of 255 = 46%

109
100
118

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

Portions of RGB colors in percentages

R + G + B =
109 + 100 + 118 = 327 (100%)
R 109 of 327 ~ 33.33%
G 100 of 327 ~ 30.58%
B 118 of 327 ~ 36.09%

%33.33
%30.58
%36.09

CMYK color model

#6D6476 color CMYK value is (8,15,0,54).

  • cyan value is 7.63%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(8,15,0,54)
C8M15Y0K54 
(8%,15%,0%,54%)
(0.08/0.15/0.00/0.54)	

CMYK percentages

%7.63
%15.25
%0
%53.73

Codes

Color #6D6476 in popluar color models

6D6476
RGB109100118
HSL270°8.26%42.75%
HSB/HSV270°15.25%46.27%
CMYK7.63%15.25%0.00%
53.73%

Color #6D6476 in popluar number systems.

HEX6D6476
Decimal109100118
Binary110110111001001110110
Octal155144166

Shades and tints

Shades of #6D6476

#6D6476
(109,100,118)
#645B6C
(100,91,108)
#5B5262
(91,82,98)
#524958
(82,73,88)
#49404E
(73,64,78)
#403744
(64,55,68)
#372E3A
(55,46,58)
#2E2530
(46,37,48)
#251C26
(37,28,38)
#1C131C
(28,19,28)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #6D6476

#6D6476
(109,100,118)
#7A7282
(122,114,130)
#87808E
(135,128,142)
#948E9A
(148,142,154)
#A19CA6
(161,156,166)
#AEAAB2
(174,170,178)
#BBB8BE
(187,184,190)
#C8C6CA
(200,198,202)
#D5D4D6
(213,212,214)
#E2E2E2
(226,226,226)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6476; }

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

This text font color is #6D6476.


Background Color

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

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

This div background color is #6D6476.


Border color

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

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

This div border color is #6D6476.


Opacity

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

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

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

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

This text has shadow with #6D6476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6476 on black background.


Color preview on white background

This text has color #6D6476 on white background.



Black color preview on #6D6476 background

This text has black color on #6D6476 background.


White color preview on #6D6476 background

This text has white color on #6D6476 background.