COLOR #6D6276

HEX: #6D6276
RGB: (109,98,118)

Color info

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

RGB color model

#6D6276 color RGB value is (109,98,118).

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

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 118 of 255 = 46%

109
98
118

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

Portions of RGB colors in percentages

R + G + B =
109 + 98 + 118 = 325 (100%)
R 109 of 325 ~ 33.54%
G 98 of 325 ~ 30.15%
B 118 of 325 ~ 36.31%

%33.54
%30.15
%36.31

CMYK color model

#6D6276 color CMYK value is (8,17,0,54).

  • cyan value is 7.63%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(8,17,0,54)
C8M17Y0K54 
(8%,17%,0%,54%)
(0.08/0.17/0.00/0.54)	

CMYK percentages

%7.63
%16.95
%0
%53.73

Codes

Color #6D6276 in popluar color models

6D6276
RGB10998118
HSL273°9.26%42.35%
HSB/HSV273°16.95%46.27%
CMYK7.63%16.95%0.00%
53.73%

Color #6D6276 in popluar number systems.

HEX6D6276
Decimal10998118
Binary110110111000101110110
Octal155142166

Shades and tints

Shades of #6D6276

#6D6276
(109,98,118)
#645A6C
(100,90,108)
#5B5262
(91,82,98)
#524A58
(82,74,88)
#49424E
(73,66,78)
#403A44
(64,58,68)
#37323A
(55,50,58)
#2E2A30
(46,42,48)
#252226
(37,34,38)
#1C1A1C
(28,26,28)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #6D6276

#6D6276
(109,98,118)
#7A7082
(122,112,130)
#877E8E
(135,126,142)
#948C9A
(148,140,154)
#A19AA6
(161,154,166)
#AEA8B2
(174,168,178)
#BBB6BE
(187,182,190)
#C8C4CA
(200,196,202)
#D5D2D6
(213,210,214)
#E2E0E2
(226,224,226)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6276; }

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

This text font color is #6D6276.


Background Color

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

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

This div background color is #6D6276.


Border color

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

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

This div border color is #6D6276.


Opacity

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

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

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

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

This text has shadow with #6D6276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6276 on black background.


Color preview on white background

This text has color #6D6276 on white background.



Black color preview on #6D6276 background

This text has black color on #6D6276 background.


White color preview on #6D6276 background

This text has white color on #6D6276 background.