COLOR #6D406A

HEX: #6D406A
RGB: (109,64,106)

Color info

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

RGB color model

#6D406A color RGB value is (109,64,106).

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

RGB channels and saturation

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

109
64
106

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

Portions of RGB colors in percentages

R + G + B =
109 + 64 + 106 = 279 (100%)
R 109 of 279 ~ 39.07%
G 64 of 279 ~ 22.94%
B 106 of 279 ~ 37.99%

%39.07
%22.94
%37.99

CMYK color model

#6D406A color CMYK value is (0,41,3,57).

  • cyan value is 0.00%
  • magenta value is 41.28%
  • yellow value is 2.75%
  • key color value is 57.25%
CMYK:
(0,41,3,57)
C0M41Y3K57 
(0%,41%,3%,57%)
(0.00/0.41/0.03/0.57)	

CMYK percentages

%0
%41.28
%2.75
%57.25

Codes

Color #6D406A in popluar color models

6D406A
RGB10964106
HSL304°26.01%33.92%
HSB/HSV304°41.28%42.75%
CMYK0.00%41.28%2.75%
57.25%

Color #6D406A in popluar number systems.

HEX6D406A
Decimal10964106
Binary110110110000001101010
Octal155100152

Shades and tints

Shades of #6D406A

#6D406A
(109,64,106)
#643B61
(100,59,97)
#5B3658
(91,54,88)
#52314F
(82,49,79)
#492C46
(73,44,70)
#40273D
(64,39,61)
#372234
(55,34,52)
#2E1D2B
(46,29,43)
#251822
(37,24,34)
#1C1319
(28,19,25)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #6D406A

#6D406A
(109,64,106)
#7A5177
(122,81,119)
#876284
(135,98,132)
#947391
(148,115,145)
#A1849E
(161,132,158)
#AE95AB
(174,149,171)
#BBA6B8
(187,166,184)
#C8B7C5
(200,183,197)
#D5C8D2
(213,200,210)
#E2D9DF
(226,217,223)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D406A; }

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

This text font color is #6D406A.


Background Color

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

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

This div background color is #6D406A.


Border color

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

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

This div border color is #6D406A.


Opacity

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

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

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

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

This text has shadow with #6D406A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D406A on black background.


Color preview on white background

This text has color #6D406A on white background.



Black color preview on #6D406A background

This text has black color on #6D406A background.


White color preview on #6D406A background

This text has white color on #6D406A background.