COLOR #6D3783

HEX: #6D3783
RGB: (109,55,131)

Color info

#6D3783 contains mainly red and blue colors. Web safe color of #6D3783 is #663399 (or #639).

RGB color model

#6D3783 color RGB value is (109,55,131).

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

RGB channels and saturation

R 109 of 255 = 43%
G 55 of 255 = 22%
B 131 of 255 = 51%

109
55
131

R + G + B ~ 39%. #6D3783 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 55 + 131 = 295 (100%)
R 109 of 295 ~ 36.95%
G 55 of 295 ~ 18.64%
B 131 of 295 ~ 44.41%

%36.95
%18.64
%44.41

CMYK color model

#6D3783 color CMYK value is (17,58,0,49).

  • cyan value is 16.79%
  • magenta value is 58.02%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(17,58,0,49)
C17M58Y0K49 
(17%,58%,0%,49%)
(0.17/0.58/0.00/0.49)	

CMYK percentages

%16.79
%58.02
%0
%48.63

Codes

Color #6D3783 in popluar color models

6D3783
RGB10955131
HSL283°40.86%36.47%
HSB/HSV283°58.02%51.37%
CMYK16.79%58.02%0.00%
48.63%

Color #6D3783 in popluar number systems.

HEX6D3783
Decimal10955131
Binary110110111011110000011
Octal15567203

Shades and tints

Shades of #6D3783

#6D3783
(109,55,131)
#643278
(100,50,120)
#5B2D6D
(91,45,109)
#522862
(82,40,98)
#492357
(73,35,87)
#401E4C
(64,30,76)
#371941
(55,25,65)
#2E1436
(46,20,54)
#250F2B
(37,15,43)
#1C0A20
(28,10,32)
#130515
(19,5,21)
#000000
(0,0,0)

Tints of #6D3783

#6D3783
(109,55,131)
#7A498E
(122,73,142)
#875B99
(135,91,153)
#946DA4
(148,109,164)
#A17FAF
(161,127,175)
#AE91BA
(174,145,186)
#BBA3C5
(187,163,197)
#C8B5D0
(200,181,208)
#D5C7DB
(213,199,219)
#E2D9E6
(226,217,230)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D3783; }

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

This text font color is #6D3783.


Background Color

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

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

This div background color is #6D3783.


Border color

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

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

This div border color is #6D3783.


Opacity

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

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

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

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

This text has shadow with #6D3783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3783 on black background.


Color preview on white background

This text has color #6D3783 on white background.



Black color preview on #6D3783 background

This text has black color on #6D3783 background.


White color preview on #6D3783 background

This text has white color on #6D3783 background.