COLOR #6D3C79

HEX: #6D3C79
RGB: (109,60,121)

Color info

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

RGB color model

#6D3C79 color RGB value is (109,60,121).

  • red value is 109;
  • green value is 60;
  • blue value is 121.
RGB:
(109,60,121)
(43%,24%,47%)

RGB channels and saturation

R 109 of 255 = 43%
G 60 of 255 = 24%
B 121 of 255 = 47%

109
60
121

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

Portions of RGB colors in percentages

R + G + B =
109 + 60 + 121 = 290 (100%)
R 109 of 290 ~ 37.59%
G 60 of 290 ~ 20.69%
B 121 of 290 ~ 41.72%

%37.59
%20.69
%41.72

CMYK color model

#6D3C79 color CMYK value is (10,50,0,53).

  • cyan value is 9.92%
  • magenta value is 50.41%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(10,50,0,53)
C10M50Y0K53 
(10%,50%,0%,53%)
(0.10/0.50/0.00/0.53)	

CMYK percentages

%9.92
%50.41
%0
%52.55

Codes

Color #6D3C79 in popluar color models

6D3C79
RGB10960121
HSL288°33.70%35.49%
HSB/HSV288°50.41%47.45%
CMYK9.92%50.41%0.00%
52.55%

Color #6D3C79 in popluar number systems.

HEX6D3C79
Decimal10960121
Binary11011011111001111001
Octal15574171

Shades and tints

Shades of #6D3C79

#6D3C79
(109,60,121)
#64376E
(100,55,110)
#5B3263
(91,50,99)
#522D58
(82,45,88)
#49284D
(73,40,77)
#402342
(64,35,66)
#371E37
(55,30,55)
#2E192C
(46,25,44)
#251421
(37,20,33)
#1C0F16
(28,15,22)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #6D3C79

#6D3C79
(109,60,121)
#7A4D85
(122,77,133)
#875E91
(135,94,145)
#946F9D
(148,111,157)
#A180A9
(161,128,169)
#AE91B5
(174,145,181)
#BBA2C1
(187,162,193)
#C8B3CD
(200,179,205)
#D5C4D9
(213,196,217)
#E2D5E5
(226,213,229)
#EFE6F1
(239,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3C79 color. Also use rgb(109,60,121) instead hex code.

Text Font Color

.myTextColor { color: #6D3C79; }

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

This text font color is #6D3C79.


Background Color

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

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

This div background color is #6D3C79.


Border color

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

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

This div border color is #6D3C79.


Opacity

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

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

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

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

This text has shadow with #6D3C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C79 on black background.


Color preview on white background

This text has color #6D3C79 on white background.



Black color preview on #6D3C79 background

This text has black color on #6D3C79 background.


White color preview on #6D3C79 background

This text has white color on #6D3C79 background.