COLOR #6E4689

HEX: #6E4689
RGB: (110,70,137)

Color info

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

RGB color model

#6E4689 color RGB value is (110,70,137).

  • red value is 110;
  • green value is 70;
  • blue value is 137.
RGB:
(110,70,137)
(43%,27%,54%)

RGB channels and saturation

R 110 of 255 = 43%
G 70 of 255 = 27%
B 137 of 255 = 54%

110
70
137

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

Portions of RGB colors in percentages

R + G + B =
110 + 70 + 137 = 317 (100%)
R 110 of 317 ~ 34.7%
G 70 of 317 ~ 22.08%
B 137 of 317 ~ 43.22%

%34.7
%22.08
%43.22

CMYK color model

#6E4689 color CMYK value is (20,49,0,46).

  • cyan value is 19.71%
  • magenta value is 48.91%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(20,49,0,46)
C20M49Y0K46 
(20%,49%,0%,46%)
(0.20/0.49/0.00/0.46)	

CMYK percentages

%19.71
%48.91
%0
%46.27

Codes

Color #6E4689 in popluar color models

6E4689
RGB11070137
HSL276°32.37%40.59%
HSB/HSV276°48.91%53.73%
CMYK19.71%48.91%0.00%
46.27%

Color #6E4689 in popluar number systems.

HEX6E4689
Decimal11070137
Binary1101110100011010001001
Octal156106211

Shades and tints

Shades of #6E4689

#6E4689
(110,70,137)
#64407D
(100,64,125)
#5A3A71
(90,58,113)
#503465
(80,52,101)
#462E59
(70,46,89)
#3C284D
(60,40,77)
#322241
(50,34,65)
#281C35
(40,28,53)
#1E1629
(30,22,41)
#14101D
(20,16,29)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #6E4689

#6E4689
(110,70,137)
#7B5693
(123,86,147)
#88669D
(136,102,157)
#9576A7
(149,118,167)
#A286B1
(162,134,177)
#AF96BB
(175,150,187)
#BCA6C5
(188,166,197)
#C9B6CF
(201,182,207)
#D6C6D9
(214,198,217)
#E3D6E3
(227,214,227)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4689 color. Also use rgb(110,70,137) instead hex code.

Text Font Color

.myTextColor { color: #6E4689; }

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

This text font color is #6E4689.


Background Color

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

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

This div background color is #6E4689.


Border color

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

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

This div border color is #6E4689.


Opacity

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

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

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

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

This text has shadow with #6E4689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4689 on black background.


Color preview on white background

This text has color #6E4689 on white background.



Black color preview on #6E4689 background

This text has black color on #6E4689 background.


White color preview on #6E4689 background

This text has white color on #6E4689 background.