COLOR #6D3D8A

HEX: #6D3D8A
RGB: (109,61,138)

Color info

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

RGB color model

#6D3D8A color RGB value is (109,61,138).

  • red value is 109;
  • green value is 61;
  • blue value is 138.
RGB:
(109,61,138)
(43%,24%,54%)

RGB channels and saturation

R 109 of 255 = 43%
G 61 of 255 = 24%
B 138 of 255 = 54%

109
61
138

R + G + B ~ 40%. #6D3D8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 61 + 138 = 308 (100%)
R 109 of 308 ~ 35.39%
G 61 of 308 ~ 19.81%
B 138 of 308 ~ 44.81%

%35.39
%19.81
%44.81

CMYK color model

#6D3D8A color CMYK value is (21,56,0,46).

  • cyan value is 21.01%
  • magenta value is 55.80%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(21,56,0,46)
C21M56Y0K46 
(21%,56%,0%,46%)
(0.21/0.56/0.00/0.46)	

CMYK percentages

%21.01
%55.8
%0
%45.88

Codes

Color #6D3D8A in popluar color models

6D3D8A
RGB10961138
HSL277°38.69%39.02%
HSB/HSV277°55.80%54.12%
CMYK21.01%55.80%0.00%
45.88%

Color #6D3D8A in popluar number systems.

HEX6D3D8A
Decimal10961138
Binary110110111110110001010
Octal15575212

Shades and tints

Shades of #6D3D8A

#6D3D8A
(109,61,138)
#64387E
(100,56,126)
#5B3372
(91,51,114)
#522E66
(82,46,102)
#49295A
(73,41,90)
#40244E
(64,36,78)
#371F42
(55,31,66)
#2E1A36
(46,26,54)
#25152A
(37,21,42)
#1C101E
(28,16,30)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #6D3D8A

#6D3D8A
(109,61,138)
#7A4E94
(122,78,148)
#875F9E
(135,95,158)
#9470A8
(148,112,168)
#A181B2
(161,129,178)
#AE92BC
(174,146,188)
#BBA3C6
(187,163,198)
#C8B4D0
(200,180,208)
#D5C5DA
(213,197,218)
#E2D6E4
(226,214,228)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3D8A color. Also use rgb(109,61,138) instead hex code.

Text Font Color

.myTextColor { color: #6D3D8A; }

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

This text font color is #6D3D8A.


Background Color

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

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

This div background color is #6D3D8A.


Border color

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

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

This div border color is #6D3D8A.


Opacity

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

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

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

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

This text has shadow with #6D3D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3D8A on black background.


Color preview on white background

This text has color #6D3D8A on white background.



Black color preview on #6D3D8A background

This text has black color on #6D3D8A background.


White color preview on #6D3D8A background

This text has white color on #6D3D8A background.