COLOR #6E4781

HEX: #6E4781
RGB: (110,71,129)

Color info

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

RGB color model

#6E4781 color RGB value is (110,71,129).

  • red value is 110;
  • green value is 71;
  • blue value is 129.
RGB:
(110,71,129)
(43%,28%,51%)

RGB channels and saturation

R 110 of 255 = 43%
G 71 of 255 = 28%
B 129 of 255 = 51%

110
71
129

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

Portions of RGB colors in percentages

R + G + B =
110 + 71 + 129 = 310 (100%)
R 110 of 310 ~ 35.48%
G 71 of 310 ~ 22.9%
B 129 of 310 ~ 41.61%

%35.48
%22.9
%41.61

CMYK color model

#6E4781 color CMYK value is (15,45,0,49).

  • cyan value is 14.73%
  • magenta value is 44.96%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(15,45,0,49)
C15M45Y0K49 
(15%,45%,0%,49%)
(0.15/0.45/0.00/0.49)	

CMYK percentages

%14.73
%44.96
%0
%49.41

Codes

Color #6E4781 in popluar color models

6E4781
RGB11071129
HSL280°29.00%39.22%
HSB/HSV280°44.96%50.59%
CMYK14.73%44.96%0.00%
49.41%

Color #6E4781 in popluar number systems.

HEX6E4781
Decimal11071129
Binary1101110100011110000001
Octal156107201

Shades and tints

Shades of #6E4781

#6E4781
(110,71,129)
#644176
(100,65,118)
#5A3B6B
(90,59,107)
#503560
(80,53,96)
#462F55
(70,47,85)
#3C294A
(60,41,74)
#32233F
(50,35,63)
#281D34
(40,29,52)
#1E1729
(30,23,41)
#14111E
(20,17,30)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #6E4781

#6E4781
(110,71,129)
#7B578C
(123,87,140)
#886797
(136,103,151)
#9577A2
(149,119,162)
#A287AD
(162,135,173)
#AF97B8
(175,151,184)
#BCA7C3
(188,167,195)
#C9B7CE
(201,183,206)
#D6C7D9
(214,199,217)
#E3D7E4
(227,215,228)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4781 color. Also use rgb(110,71,129) instead hex code.

Text Font Color

.myTextColor { color: #6E4781; }

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

This text font color is #6E4781.


Background Color

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

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

This div background color is #6E4781.


Border color

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

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

This div border color is #6E4781.


Opacity

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

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

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

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

This text has shadow with #6E4781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4781 on black background.


Color preview on white background

This text has color #6E4781 on white background.



Black color preview on #6E4781 background

This text has black color on #6E4781 background.


White color preview on #6E4781 background

This text has white color on #6E4781 background.