COLOR #6D3A7E

HEX: #6D3A7E
RGB: (109,58,126)

Color info

#6D3A7E contains mainly red and blue colors. Web safe color of #6D3A7E is #663366 (or #636).

RGB color model

#6D3A7E color RGB value is (109,58,126).

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

RGB channels and saturation

R 109 of 255 = 43%
G 58 of 255 = 23%
B 126 of 255 = 49%

109
58
126

R + G + B ~ 38%. #6D3A7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 58 + 126 = 293 (100%)
R 109 of 293 ~ 37.2%
G 58 of 293 ~ 19.8%
B 126 of 293 ~ 43%

%37.2
%19.8
%43

CMYK color model

#6D3A7E color CMYK value is (13,54,0,51).

  • cyan value is 13.49%
  • magenta value is 53.97%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(13,54,0,51)
C13M54Y0K51 
(13%,54%,0%,51%)
(0.13/0.54/0.00/0.51)	

CMYK percentages

%13.49
%53.97
%0
%50.59

Codes

Color #6D3A7E in popluar color models

6D3A7E
RGB10958126
HSL285°36.96%36.08%
HSB/HSV285°53.97%49.41%
CMYK13.49%53.97%0.00%
50.59%

Color #6D3A7E in popluar number systems.

HEX6D3A7E
Decimal10958126
Binary11011011110101111110
Octal15572176

Shades and tints

Shades of #6D3A7E

#6D3A7E
(109,58,126)
#643573
(100,53,115)
#5B3068
(91,48,104)
#522B5D
(82,43,93)
#492652
(73,38,82)
#402147
(64,33,71)
#371C3C
(55,28,60)
#2E1731
(46,23,49)
#251226
(37,18,38)
#1C0D1B
(28,13,27)
#130810
(19,8,16)
#000000
(0,0,0)

Tints of #6D3A7E

#6D3A7E
(109,58,126)
#7A4B89
(122,75,137)
#875C94
(135,92,148)
#946D9F
(148,109,159)
#A17EAA
(161,126,170)
#AE8FB5
(174,143,181)
#BBA0C0
(187,160,192)
#C8B1CB
(200,177,203)
#D5C2D6
(213,194,214)
#E2D3E1
(226,211,225)
#EFE4EC
(239,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3A7E; }

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

This text font color is #6D3A7E.


Background Color

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

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

This div background color is #6D3A7E.


Border color

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

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

This div border color is #6D3A7E.


Opacity

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

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

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

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

This text has shadow with #6D3A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3A7E on black background.


Color preview on white background

This text has color #6D3A7E on white background.



Black color preview on #6D3A7E background

This text has black color on #6D3A7E background.


White color preview on #6D3A7E background

This text has white color on #6D3A7E background.