COLOR #6D2E86

HEX: #6D2E86
RGB: (109,46,134)

Color info

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

RGB color model

#6D2E86 color RGB value is (109,46,134).

  • red value is 109;
  • green value is 46;
  • blue value is 134.
RGB:
(109,46,134)
(43%,18%,53%)

RGB channels and saturation

R 109 of 255 = 43%
G 46 of 255 = 18%
B 134 of 255 = 53%

109
46
134

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

Portions of RGB colors in percentages

R + G + B =
109 + 46 + 134 = 289 (100%)
R 109 of 289 ~ 37.72%
G 46 of 289 ~ 15.92%
B 134 of 289 ~ 46.37%

%37.72
%15.92
%46.37

CMYK color model

#6D2E86 color CMYK value is (19,66,0,47).

  • cyan value is 18.66%
  • magenta value is 65.67%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(19,66,0,47)
C19M66Y0K47 
(19%,66%,0%,47%)
(0.19/0.66/0.00/0.47)	

CMYK percentages

%18.66
%65.67
%0
%47.45

Codes

Color #6D2E86 in popluar color models

6D2E86
RGB10946134
HSL283°48.89%35.29%
HSB/HSV283°65.67%52.55%
CMYK18.66%65.67%0.00%
47.45%

Color #6D2E86 in popluar number systems.

HEX6D2E86
Decimal10946134
Binary110110110111010000110
Octal15556206

Shades and tints

Shades of #6D2E86

#6D2E86
(109,46,134)
#642A7A
(100,42,122)
#5B266E
(91,38,110)
#522262
(82,34,98)
#491E56
(73,30,86)
#401A4A
(64,26,74)
#37163E
(55,22,62)
#2E1232
(46,18,50)
#250E26
(37,14,38)
#1C0A1A
(28,10,26)
#13060E
(19,6,14)
#000000
(0,0,0)

Tints of #6D2E86

#6D2E86
(109,46,134)
#7A4191
(122,65,145)
#87549C
(135,84,156)
#9467A7
(148,103,167)
#A17AB2
(161,122,178)
#AE8DBD
(174,141,189)
#BBA0C8
(187,160,200)
#C8B3D3
(200,179,211)
#D5C6DE
(213,198,222)
#E2D9E9
(226,217,233)
#EFECF4
(239,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D2E86 color. Also use rgb(109,46,134) instead hex code.

Text Font Color

.myTextColor { color: #6D2E86; }

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

This text font color is #6D2E86.


Background Color

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

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

This div background color is #6D2E86.


Border color

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

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

This div border color is #6D2E86.


Opacity

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

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

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

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

This text has shadow with #6D2E86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D2E86 on black background.


Color preview on white background

This text has color #6D2E86 on white background.



Black color preview on #6D2E86 background

This text has black color on #6D2E86 background.


White color preview on #6D2E86 background

This text has white color on #6D2E86 background.