COLOR #6D3E6A

HEX: #6D3E6A
RGB: (109,62,106)

Color info

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

RGB color model

#6D3E6A color RGB value is (109,62,106).

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

RGB channels and saturation

R 109 of 255 = 43%
G 62 of 255 = 24%
B 106 of 255 = 42%

109
62
106

R + G + B ~ 36%. #6D3E6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 62 + 106 = 277 (100%)
R 109 of 277 ~ 39.35%
G 62 of 277 ~ 22.38%
B 106 of 277 ~ 38.27%

%39.35
%22.38
%38.27

CMYK color model

#6D3E6A color CMYK value is (0,43,3,57).

  • cyan value is 0.00%
  • magenta value is 43.12%
  • yellow value is 2.75%
  • key color value is 57.25%
CMYK:
(0,43,3,57)
C0M43Y3K57 
(0%,43%,3%,57%)
(0.00/0.43/0.03/0.57)	

CMYK percentages

%0
%43.12
%2.75
%57.25

Codes

Color #6D3E6A in popluar color models

6D3E6A
RGB10962106
HSL304°27.49%33.53%
HSB/HSV304°43.12%42.75%
CMYK0.00%43.12%2.75%
57.25%

Color #6D3E6A in popluar number systems.

HEX6D3E6A
Decimal10962106
Binary11011011111101101010
Octal15576152

Shades and tints

Shades of #6D3E6A

#6D3E6A
(109,62,106)
#643961
(100,57,97)
#5B3458
(91,52,88)
#522F4F
(82,47,79)
#492A46
(73,42,70)
#40253D
(64,37,61)
#372034
(55,32,52)
#2E1B2B
(46,27,43)
#251622
(37,22,34)
#1C1119
(28,17,25)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #6D3E6A

#6D3E6A
(109,62,106)
#7A4F77
(122,79,119)
#876084
(135,96,132)
#947191
(148,113,145)
#A1829E
(161,130,158)
#AE93AB
(174,147,171)
#BBA4B8
(187,164,184)
#C8B5C5
(200,181,197)
#D5C6D2
(213,198,210)
#E2D7DF
(226,215,223)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3E6A; }

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

This text font color is #6D3E6A.


Background Color

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

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

This div background color is #6D3E6A.


Border color

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

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

This div border color is #6D3E6A.


Opacity

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

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

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

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

This text has shadow with #6D3E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3E6A on black background.


Color preview on white background

This text has color #6D3E6A on white background.



Black color preview on #6D3E6A background

This text has black color on #6D3E6A background.


White color preview on #6D3E6A background

This text has white color on #6D3E6A background.