COLOR #6E3F86

HEX: #6E3F86 RGB: (110,63,134)

Color info

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

RGB color model

#6E3F86 color RGB value is (110,63,134).

RGB: (110,63,134) (43%, 25%, 53%)

RGB channels and saturation

R 110 of 255 = 43%
G 63 of 255 = 25%
B 134 of 255 = 53%

110
63
134

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

Portions of RGB colors in percentages

R + G + B = 110 + 63 + 134 = 307 (100%)
R 110 of 307 ~ 35.83%
G 63 of 307 ~ 20.52%
B 134 of 307 ~ 43.65'%

%35.83
%20.52
%43.65

CMYK color model

#6E3F86 color CMYK value is (18,53,0,47).

  • cyan value is 17.91%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (18,53,0,47)
C18M53Y0K47 (18%, 53%, 0%, 47%)
(0.18 / 0.53 / 0.00 / 0.47)

CMYK percentages

%17.91
%52.99
%0
%47.45

Codes

Color #6E3F86 in popluar color models

6E 3F 86
RGB 110 63 134
HSL 280° 36.04% 38.63%
HSB/HSV 280° 52.99% 52.55%
CMYK 17.91% 52.99% 0.00%
47.45%

Color #6E3F86 in popluar number systems.

HEX 6E 3F 86
Decimal 110 63 134
Binary 1101110 111111 10000110
Octal 156 77 206

Shades and tints

Shades of #6E3F86

#6E3F86
(110,63,134)
#643A7A
(100,58,122)
#5A356E
(90,53,110)
#503062
(80,48,98)
#462B56
(70,43,86)
#3C264A
(60,38,74)
#32213E
(50,33,62)
#281C32
(40,28,50)
#1E1726
(30,23,38)
#14121A
(20,18,26)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #6E3F86

#6E3F86
(110,63,134)
#7B5091
(123,80,145)
#88619C
(136,97,156)
#9572A7
(149,114,167)
#A283B2
(162,131,178)
#AF94BD
(175,148,189)
#BCA5C8
(188,165,200)
#C9B6D3
(201,182,211)
#D6C7DE
(214,199,222)
#E3D8E9
(227,216,233)
#F0E9F4
(240,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3F86 color. Also use rgb(110,63,134) instead hex code.

Text Font Color

.myTextColor { color: #6E3F86; }

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

This text font color is #6E3F86.

Background Color

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

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

This div background color is #6E3F86.

Border color

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

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

This div border color is #6E3F86.

Opacity

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

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

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

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

This text has shadow with #6E3F86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3F86.

Preview

Color preview on black background

This text has color #6E3F86 on black background.


Color preview on white background

This text has color #6E3F86 on white background.


Black color preview on #6E3F86 background

This text has black color on #6E3F86 background.


White color preview on #6E3F86 background

This text has white color on #6E3F86 background.


Related colors

Complementary color

Complementary color for #hex is #91C079.


I love getcolorcode.com

Triadic colors

1 #866E3F and #3F866E with #6E3F86 are triadic colors.

2 #863F6E and #3F6E86 with #6E3F86 are triadic colors.