COLOR #6D3A6E

HEX: #6D3A6E
RGB: (109,58,110)

Color info

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

RGB color model

#6D3A6E color RGB value is (109,58,110).

  • red value is 109;
  • green value is 58;
  • blue value is 110.
RGB:
(109,58,110)
(43%,23%,43%)

RGB channels and saturation

R 109 of 255 = 43%
G 58 of 255 = 23%
B 110 of 255 = 43%

109
58
110

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

Portions of RGB colors in percentages

R + G + B =
109 + 58 + 110 = 277 (100%)
R 109 of 277 ~ 39.35%
G 58 of 277 ~ 20.94%
B 110 of 277 ~ 39.71%

%39.35
%20.94
%39.71

CMYK color model

#6D3A6E color CMYK value is (1,47,0,57).

  • cyan value is 0.91%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(1,47,0,57)
C1M47Y0K57 
(1%,47%,0%,57%)
(0.01/0.47/0.00/0.57)	

CMYK percentages

%0.91
%47.27
%0
%56.86

Codes

Color #6D3A6E in popluar color models

6D3A6E
RGB10958110
HSL299°30.95%32.94%
HSB/HSV299°47.27%43.14%
CMYK0.91%47.27%0.00%
56.86%

Color #6D3A6E in popluar number systems.

HEX6D3A6E
Decimal10958110
Binary11011011110101101110
Octal15572156

Shades and tints

Shades of #6D3A6E

#6D3A6E
(109,58,110)
#643564
(100,53,100)
#5B305A
(91,48,90)
#522B50
(82,43,80)
#492646
(73,38,70)
#40213C
(64,33,60)
#371C32
(55,28,50)
#2E1728
(46,23,40)
#25121E
(37,18,30)
#1C0D14
(28,13,20)
#13080A
(19,8,10)
#000000
(0,0,0)

Tints of #6D3A6E

#6D3A6E
(109,58,110)
#7A4B7B
(122,75,123)
#875C88
(135,92,136)
#946D95
(148,109,149)
#A17EA2
(161,126,162)
#AE8FAF
(174,143,175)
#BBA0BC
(187,160,188)
#C8B1C9
(200,177,201)
#D5C2D6
(213,194,214)
#E2D3E3
(226,211,227)
#EFE4F0
(239,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3A6E color. Also use rgb(109,58,110) instead hex code.

Text Font Color

.myTextColor { color: #6D3A6E; }

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

This text font color is #6D3A6E.


Background Color

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

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

This div background color is #6D3A6E.


Border color

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

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

This div border color is #6D3A6E.


Opacity

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

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

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

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

This text has shadow with #6D3A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3A6E on black background.


Color preview on white background

This text has color #6D3A6E on white background.



Black color preview on #6D3A6E background

This text has black color on #6D3A6E background.


White color preview on #6D3A6E background

This text has white color on #6D3A6E background.