COLOR #6D6279

HEX: #6D6279
RGB: (109,98,121)

Color info

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

RGB color model

#6D6279 color RGB value is (109,98,121).

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

RGB channels and saturation

R 109 of 255 = 43%
G 98 of 255 = 38%
B 121 of 255 = 47%

109
98
121

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

Portions of RGB colors in percentages

R + G + B =
109 + 98 + 121 = 328 (100%)
R 109 of 328 ~ 33.23%
G 98 of 328 ~ 29.88%
B 121 of 328 ~ 36.89%

%33.23
%29.88
%36.89

CMYK color model

#6D6279 color CMYK value is (10,19,0,53).

  • cyan value is 9.92%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(10,19,0,53)
C10M19Y0K53 
(10%,19%,0%,53%)
(0.10/0.19/0.00/0.53)	

CMYK percentages

%9.92
%19.01
%0
%52.55

Codes

Color #6D6279 in popluar color models

6D6279
RGB10998121
HSL269°10.50%42.94%
HSB/HSV269°19.01%47.45%
CMYK9.92%19.01%0.00%
52.55%

Color #6D6279 in popluar number systems.

HEX6D6279
Decimal10998121
Binary110110111000101111001
Octal155142171

Shades and tints

Shades of #6D6279

#6D6279
(109,98,121)
#645A6E
(100,90,110)
#5B5263
(91,82,99)
#524A58
(82,74,88)
#49424D
(73,66,77)
#403A42
(64,58,66)
#373237
(55,50,55)
#2E2A2C
(46,42,44)
#252221
(37,34,33)
#1C1A16
(28,26,22)
#13120B
(19,18,11)
#000000
(0,0,0)

Tints of #6D6279

#6D6279
(109,98,121)
#7A7085
(122,112,133)
#877E91
(135,126,145)
#948C9D
(148,140,157)
#A19AA9
(161,154,169)
#AEA8B5
(174,168,181)
#BBB6C1
(187,182,193)
#C8C4CD
(200,196,205)
#D5D2D9
(213,210,217)
#E2E0E5
(226,224,229)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6279; }

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

This text font color is #6D6279.


Background Color

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

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

This div background color is #6D6279.


Border color

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

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

This div border color is #6D6279.


Opacity

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

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

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

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

This text has shadow with #6D6279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6279 on black background.


Color preview on white background

This text has color #6D6279 on white background.



Black color preview on #6D6279 background

This text has black color on #6D6279 background.


White color preview on #6D6279 background

This text has white color on #6D6279 background.