COLOR #6D406C

HEX: #6D406C
RGB: (109,64,108)

Color info

#6D406C contains red, green and blue colors in about the same proportion. Web safe color of #6D406C is #663366 (or #636).

RGB color model

#6D406C color RGB value is (109,64,108).

  • red value is 109;
  • green value is 64;
  • blue value is 108.
RGB:
(109,64,108)
(43%,25%,42%)

RGB channels and saturation

R 109 of 255 = 43%
G 64 of 255 = 25%
B 108 of 255 = 42%

109
64
108

R + G + B ~ 37%. #6D406C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 64 + 108 = 281 (100%)
R 109 of 281 ~ 38.79%
G 64 of 281 ~ 22.78%
B 108 of 281 ~ 38.43%

%38.79
%22.78
%38.43

CMYK color model

#6D406C color CMYK value is (0,41,1,57).

  • cyan value is 0.00%
  • magenta value is 41.28%
  • yellow value is 0.92%
  • key color value is 57.25%
CMYK:
(0,41,1,57)
C0M41Y1K57 
(0%,41%,1%,57%)
(0.00/0.41/0.01/0.57)	

CMYK percentages

%0
%41.28
%0.92
%57.25

Codes

Color #6D406C in popluar color models

6D406C
RGB10964108
HSL301°26.01%33.92%
HSB/HSV301°41.28%42.75%
CMYK0.00%41.28%0.92%
57.25%

Color #6D406C in popluar number systems.

HEX6D406C
Decimal10964108
Binary110110110000001101100
Octal155100154

Shades and tints

Shades of #6D406C

#6D406C
(109,64,108)
#643B63
(100,59,99)
#5B365A
(91,54,90)
#523151
(82,49,81)
#492C48
(73,44,72)
#40273F
(64,39,63)
#372236
(55,34,54)
#2E1D2D
(46,29,45)
#251824
(37,24,36)
#1C131B
(28,19,27)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #6D406C

#6D406C
(109,64,108)
#7A5179
(122,81,121)
#876286
(135,98,134)
#947393
(148,115,147)
#A184A0
(161,132,160)
#AE95AD
(174,149,173)
#BBA6BA
(187,166,186)
#C8B7C7
(200,183,199)
#D5C8D4
(213,200,212)
#E2D9E1
(226,217,225)
#EFEAEE
(239,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D406C color. Also use rgb(109,64,108) instead hex code.

Text Font Color

.myTextColor { color: #6D406C; }

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

This text font color is #6D406C.


Background Color

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

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

This div background color is #6D406C.


Border color

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

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

This div border color is #6D406C.


Opacity

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

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

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

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

This text has shadow with #6D406C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D406C on black background.


Color preview on white background

This text has color #6D406C on white background.



Black color preview on #6D406C background

This text has black color on #6D406C background.


White color preview on #6D406C background

This text has white color on #6D406C background.