COLOR #6D3780

HEX: #6D3780
RGB: (109,55,128)

Color info

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

RGB color model

#6D3780 color RGB value is (109,55,128).

  • red value is 109;
  • green value is 55;
  • blue value is 128.
RGB:
(109,55,128)
(43%,22%,50%)

RGB channels and saturation

R 109 of 255 = 43%
G 55 of 255 = 22%
B 128 of 255 = 50%

109
55
128

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

Portions of RGB colors in percentages

R + G + B =
109 + 55 + 128 = 292 (100%)
R 109 of 292 ~ 37.33%
G 55 of 292 ~ 18.84%
B 128 of 292 ~ 43.84%

%37.33
%18.84
%43.84

CMYK color model

#6D3780 color CMYK value is (15,57,0,50).

  • cyan value is 14.84%
  • magenta value is 57.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(15,57,0,50)
C15M57Y0K50 
(15%,57%,0%,50%)
(0.15/0.57/0.00/0.50)	

CMYK percentages

%14.84
%57.03
%0
%49.8

Codes

Color #6D3780 in popluar color models

6D3780
RGB10955128
HSL284°39.89%35.88%
HSB/HSV284°57.03%50.20%
CMYK14.84%57.03%0.00%
49.80%

Color #6D3780 in popluar number systems.

HEX6D3780
Decimal10955128
Binary110110111011110000000
Octal15567200

Shades and tints

Shades of #6D3780

#6D3780
(109,55,128)
#643275
(100,50,117)
#5B2D6A
(91,45,106)
#52285F
(82,40,95)
#492354
(73,35,84)
#401E49
(64,30,73)
#37193E
(55,25,62)
#2E1433
(46,20,51)
#250F28
(37,15,40)
#1C0A1D
(28,10,29)
#130512
(19,5,18)
#000000
(0,0,0)

Tints of #6D3780

#6D3780
(109,55,128)
#7A498B
(122,73,139)
#875B96
(135,91,150)
#946DA1
(148,109,161)
#A17FAC
(161,127,172)
#AE91B7
(174,145,183)
#BBA3C2
(187,163,194)
#C8B5CD
(200,181,205)
#D5C7D8
(213,199,216)
#E2D9E3
(226,217,227)
#EFEBEE
(239,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3780 color. Also use rgb(109,55,128) instead hex code.

Text Font Color

.myTextColor { color: #6D3780; }

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

This text font color is #6D3780.


Background Color

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

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

This div background color is #6D3780.


Border color

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

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

This div border color is #6D3780.


Opacity

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

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

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

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

This text has shadow with #6D3780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3780 on black background.


Color preview on white background

This text has color #6D3780 on white background.



Black color preview on #6D3780 background

This text has black color on #6D3780 background.


White color preview on #6D3780 background

This text has white color on #6D3780 background.