COLOR #6E4982

HEX: #6E4982
RGB: (110,73,130)

Color info

#6E4982 contains red, green and blue colors in about the same proportion. Web safe color of #6E4982 is #663399 (or #639).

RGB color model

#6E4982 color RGB value is (110,73,130).

  • red value is 110;
  • green value is 73;
  • blue value is 130.
RGB:
(110,73,130)
(43%,29%,51%)

RGB channels and saturation

R 110 of 255 = 43%
G 73 of 255 = 29%
B 130 of 255 = 51%

110
73
130

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

Portions of RGB colors in percentages

R + G + B =
110 + 73 + 130 = 313 (100%)
R 110 of 313 ~ 35.14%
G 73 of 313 ~ 23.32%
B 130 of 313 ~ 41.53%

%35.14
%23.32
%41.53

CMYK color model

#6E4982 color CMYK value is (15,44,0,49).

  • cyan value is 15.38%
  • magenta value is 43.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(15,44,0,49)
C15M44Y0K49 
(15%,44%,0%,49%)
(0.15/0.44/0.00/0.49)	

CMYK percentages

%15.38
%43.85
%0
%49.02

Codes

Color #6E4982 in popluar color models

6E4982
RGB11073130
HSL279°28.08%39.80%
HSB/HSV279°43.85%50.98%
CMYK15.38%43.85%0.00%
49.02%

Color #6E4982 in popluar number systems.

HEX6E4982
Decimal11073130
Binary1101110100100110000010
Octal156111202

Shades and tints

Shades of #6E4982

#6E4982
(110,73,130)
#644377
(100,67,119)
#5A3D6C
(90,61,108)
#503761
(80,55,97)
#463156
(70,49,86)
#3C2B4B
(60,43,75)
#322540
(50,37,64)
#281F35
(40,31,53)
#1E192A
(30,25,42)
#14131F
(20,19,31)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #6E4982

#6E4982
(110,73,130)
#7B598D
(123,89,141)
#886998
(136,105,152)
#9579A3
(149,121,163)
#A289AE
(162,137,174)
#AF99B9
(175,153,185)
#BCA9C4
(188,169,196)
#C9B9CF
(201,185,207)
#D6C9DA
(214,201,218)
#E3D9E5
(227,217,229)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4982; }

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

This text font color is #6E4982.


Background Color

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

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

This div background color is #6E4982.


Border color

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

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

This div border color is #6E4982.


Opacity

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

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

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

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

This text has shadow with #6E4982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4982 on black background.


Color preview on white background

This text has color #6E4982 on white background.



Black color preview on #6E4982 background

This text has black color on #6E4982 background.


White color preview on #6E4982 background

This text has white color on #6E4982 background.