COLOR #6D567E

HEX: #6D567E
RGB: (109,86,126)

Color info

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

RGB color model

#6D567E color RGB value is (109,86,126).

  • red value is 109;
  • green value is 86;
  • blue value is 126.
RGB:
(109,86,126)
(43%,34%,49%)

RGB channels and saturation

R 109 of 255 = 43%
G 86 of 255 = 34%
B 126 of 255 = 49%

109
86
126

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

Portions of RGB colors in percentages

R + G + B =
109 + 86 + 126 = 321 (100%)
R 109 of 321 ~ 33.96%
G 86 of 321 ~ 26.79%
B 126 of 321 ~ 39.25%

%33.96
%26.79
%39.25

CMYK color model

#6D567E color CMYK value is (13,32,0,51).

  • cyan value is 13.49%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(13,32,0,51)
C13M32Y0K51 
(13%,32%,0%,51%)
(0.13/0.32/0.00/0.51)	

CMYK percentages

%13.49
%31.75
%0
%50.59

Codes

Color #6D567E in popluar color models

6D567E
RGB10986126
HSL275°18.87%41.57%
HSB/HSV275°31.75%49.41%
CMYK13.49%31.75%0.00%
50.59%

Color #6D567E in popluar number systems.

HEX6D567E
Decimal10986126
Binary110110110101101111110
Octal155126176

Shades and tints

Shades of #6D567E

#6D567E
(109,86,126)
#644F73
(100,79,115)
#5B4868
(91,72,104)
#52415D
(82,65,93)
#493A52
(73,58,82)
#403347
(64,51,71)
#372C3C
(55,44,60)
#2E2531
(46,37,49)
#251E26
(37,30,38)
#1C171B
(28,23,27)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #6D567E

#6D567E
(109,86,126)
#7A6589
(122,101,137)
#877494
(135,116,148)
#94839F
(148,131,159)
#A192AA
(161,146,170)
#AEA1B5
(174,161,181)
#BBB0C0
(187,176,192)
#C8BFCB
(200,191,203)
#D5CED6
(213,206,214)
#E2DDE1
(226,221,225)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D567E color. Also use rgb(109,86,126) instead hex code.

Text Font Color

.myTextColor { color: #6D567E; }

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

This text font color is #6D567E.


Background Color

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

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

This div background color is #6D567E.


Border color

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

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

This div border color is #6D567E.


Opacity

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

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

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

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

This text has shadow with #6D567E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D567E on black background.


Color preview on white background

This text has color #6D567E on white background.



Black color preview on #6D567E background

This text has black color on #6D567E background.


White color preview on #6D567E background

This text has white color on #6D567E background.