COLOR #6E4082

HEX: #6E4082 RGB: (110,64,130)

Color info

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

RGB color model

#6E4082 color RGB value is (110,64,130).

RGB: (110,64,130) (43%, 25%, 51%)

RGB channels and saturation

R 110 of 255 = 43%
G 64 of 255 = 25%
B 130 of 255 = 51%

110
64
130

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

Portions of RGB colors in percentages

R + G + B = 110 + 64 + 130 = 304 (100%)
R 110 of 304 ~ 36.18%
G 64 of 304 ~ 21.05%
B 130 of 304 ~ 42.76'%

%36.18
%21.05
%42.76

CMYK color model

#6E4082 color CMYK value is (15,51,0,49).

  • cyan value is 15.38%
  • magenta value is 50.77%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (15,51,0,49)
C15M51Y0K49 (15%, 51%, 0%, 49%)
(0.15 / 0.51 / 0.00 / 0.49)

CMYK percentages

%15.38
%50.77
%0
%49.02

Codes

Color #6E4082 in popluar color models

6E 40 82
RGB 110 64 130
HSL 282° 34.02% 38.04%
HSB/HSV 282° 50.77% 50.98%
CMYK 15.38% 50.77% 0.00%
49.02%

Color #6E4082 in popluar number systems.

HEX 6E 40 82
Decimal 110 64 130
Binary 1101110 1000000 10000010
Octal 156 100 202

Shades and tints

Shades of #6E4082

#6E4082
(110,64,130)
#643B77
(100,59,119)
#5A366C
(90,54,108)
#503161
(80,49,97)
#462C56
(70,44,86)
#3C274B
(60,39,75)
#322240
(50,34,64)
#281D35
(40,29,53)
#1E182A
(30,24,42)
#14131F
(20,19,31)
#0A0E14
(10,14,20)
#000000
(0,0,0)

Tints of #6E4082

#6E4082
(110,64,130)
#7B518D
(123,81,141)
#886298
(136,98,152)
#9573A3
(149,115,163)
#A284AE
(162,132,174)
#AF95B9
(175,149,185)
#BCA6C4
(188,166,196)
#C9B7CF
(201,183,207)
#D6C8DA
(214,200,218)
#E3D9E5
(227,217,229)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4082 color. Also use rgb(110,64,130) instead hex code.

Text Font Color

.myTextColor { color: #6E4082; }

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

This text font color is #6E4082.

Background Color

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

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

This div background color is #6E4082.

Border color

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

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

This div border color is #6E4082.

Opacity

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

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

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

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

This text has shadow with #6E4082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4082.

Preview

Color preview on black background

This text has color #6E4082 on black background.


Color preview on white background

This text has color #6E4082 on white background.


Black color preview on #6E4082 background

This text has black color on #6E4082 background.


White color preview on #6E4082 background

This text has white color on #6E4082 background.


Related colors

Complementary color

Complementary color for #hex is #91BF7D.


I love getcolorcode.com

Triadic colors

1 #826E40 and #40826E with #6E4082 are triadic colors.

2 #82406E and #406E82 with #6E4082 are triadic colors.