COLOR #6D3A78

HEX: #6D3A78
RGB: (109,58,120)

Color info

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

RGB color model

#6D3A78 color RGB value is (109,58,120).

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

RGB channels and saturation

R 109 of 255 = 43%
G 58 of 255 = 23%
B 120 of 255 = 47%

109
58
120

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

Portions of RGB colors in percentages

R + G + B =
109 + 58 + 120 = 287 (100%)
R 109 of 287 ~ 37.98%
G 58 of 287 ~ 20.21%
B 120 of 287 ~ 41.81%

%37.98
%20.21
%41.81

CMYK color model

#6D3A78 color CMYK value is (9,52,0,53).

  • cyan value is 9.17%
  • magenta value is 51.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(9,52,0,53)
C9M52Y0K53 
(9%,52%,0%,53%)
(0.09/0.52/0.00/0.53)	

CMYK percentages

%9.17
%51.67
%0
%52.94

Codes

Color #6D3A78 in popluar color models

6D3A78
RGB10958120
HSL289°34.83%34.90%
HSB/HSV289°51.67%47.06%
CMYK9.17%51.67%0.00%
52.94%

Color #6D3A78 in popluar number systems.

HEX6D3A78
Decimal10958120
Binary11011011110101111000
Octal15572170

Shades and tints

Shades of #6D3A78

#6D3A78
(109,58,120)
#64356E
(100,53,110)
#5B3064
(91,48,100)
#522B5A
(82,43,90)
#492650
(73,38,80)
#402146
(64,33,70)
#371C3C
(55,28,60)
#2E1732
(46,23,50)
#251228
(37,18,40)
#1C0D1E
(28,13,30)
#130814
(19,8,20)
#000000
(0,0,0)

Tints of #6D3A78

#6D3A78
(109,58,120)
#7A4B84
(122,75,132)
#875C90
(135,92,144)
#946D9C
(148,109,156)
#A17EA8
(161,126,168)
#AE8FB4
(174,143,180)
#BBA0C0
(187,160,192)
#C8B1CC
(200,177,204)
#D5C2D8
(213,194,216)
#E2D3E4
(226,211,228)
#EFE4F0
(239,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3A78; }

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

This text font color is #6D3A78.


Background Color

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

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

This div background color is #6D3A78.


Border color

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

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

This div border color is #6D3A78.


Opacity

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

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

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

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

This text has shadow with #6D3A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3A78 on black background.


Color preview on white background

This text has color #6D3A78 on white background.



Black color preview on #6D3A78 background

This text has black color on #6D3A78 background.


White color preview on #6D3A78 background

This text has white color on #6D3A78 background.