COLOR #6E4880

HEX: #6E4880
RGB: (110,72,128)

Color info

#6E4880 contains red, green and blue colors in about the same proportion. Web safe color of #6E4880 is #663366 (or #636).

RGB color model

#6E4880 color RGB value is (110,72,128).

  • red value is 110;
  • green value is 72;
  • blue value is 128.
RGB:
(110,72,128)
(43%,28%,50%)

RGB channels and saturation

R 110 of 255 = 43%
G 72 of 255 = 28%
B 128 of 255 = 50%

110
72
128

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

Portions of RGB colors in percentages

R + G + B =
110 + 72 + 128 = 310 (100%)
R 110 of 310 ~ 35.48%
G 72 of 310 ~ 23.23%
B 128 of 310 ~ 41.29%

%35.48
%23.23
%41.29

CMYK color model

#6E4880 color CMYK value is (14,44,0,50).

  • cyan value is 14.06%
  • magenta value is 43.75%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(14,44,0,50)
C14M44Y0K50 
(14%,44%,0%,50%)
(0.14/0.44/0.00/0.50)	

CMYK percentages

%14.06
%43.75
%0
%49.8

Codes

Color #6E4880 in popluar color models

6E4880
RGB11072128
HSL281°28.00%39.22%
HSB/HSV281°43.75%50.20%
CMYK14.06%43.75%0.00%
49.80%

Color #6E4880 in popluar number systems.

HEX6E4880
Decimal11072128
Binary1101110100100010000000
Octal156110200

Shades and tints

Shades of #6E4880

#6E4880
(110,72,128)
#644275
(100,66,117)
#5A3C6A
(90,60,106)
#50365F
(80,54,95)
#463054
(70,48,84)
#3C2A49
(60,42,73)
#32243E
(50,36,62)
#281E33
(40,30,51)
#1E1828
(30,24,40)
#14121D
(20,18,29)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #6E4880

#6E4880
(110,72,128)
#7B588B
(123,88,139)
#886896
(136,104,150)
#9578A1
(149,120,161)
#A288AC
(162,136,172)
#AF98B7
(175,152,183)
#BCA8C2
(188,168,194)
#C9B8CD
(201,184,205)
#D6C8D8
(214,200,216)
#E3D8E3
(227,216,227)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4880 color. Also use rgb(110,72,128) instead hex code.

Text Font Color

.myTextColor { color: #6E4880; }

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

This text font color is #6E4880.


Background Color

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

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

This div background color is #6E4880.


Border color

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

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

This div border color is #6E4880.


Opacity

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

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

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

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

This text has shadow with #6E4880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4880 on black background.


Color preview on white background

This text has color #6E4880 on white background.



Black color preview on #6E4880 background

This text has black color on #6E4880 background.


White color preview on #6E4880 background

This text has white color on #6E4880 background.