COLOR #6E4B99

HEX: #6E4B99
RGB: (110,75,153)

Color info

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

RGB color model

#6E4B99 color RGB value is (110,75,153).

  • red value is 110;
  • green value is 75;
  • blue value is 153.
RGB:
(110,75,153)
(43%,29%,60%)

RGB channels and saturation

R 110 of 255 = 43%
G 75 of 255 = 29%
B 153 of 255 = 60%

110
75
153

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

Portions of RGB colors in percentages

R + G + B =
110 + 75 + 153 = 338 (100%)
R 110 of 338 ~ 32.54%
G 75 of 338 ~ 22.19%
B 153 of 338 ~ 45.27%

%32.54
%22.19
%45.27

CMYK color model

#6E4B99 color CMYK value is (28,51,0,40).

  • cyan value is 28.10%
  • magenta value is 50.98%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(28,51,0,40)
C28M51Y0K40 
(28%,51%,0%,40%)
(0.28/0.51/0.00/0.40)	

CMYK percentages

%28.1
%50.98
%0
%40

Codes

Color #6E4B99 in popluar color models

6E4B99
RGB11075153
HSL267°34.21%44.71%
HSB/HSV267°50.98%60.00%
CMYK28.10%50.98%0.00%
40.00%

Color #6E4B99 in popluar number systems.

HEX6E4B99
Decimal11075153
Binary1101110100101110011001
Octal156113231

Shades and tints

Shades of #6E4B99

#6E4B99
(110,75,153)
#64458C
(100,69,140)
#5A3F7F
(90,63,127)
#503972
(80,57,114)
#463365
(70,51,101)
#3C2D58
(60,45,88)
#32274B
(50,39,75)
#28213E
(40,33,62)
#1E1B31
(30,27,49)
#141524
(20,21,36)
#0A0F17
(10,15,23)
#000000
(0,0,0)

Tints of #6E4B99

#6E4B99
(110,75,153)
#7B5BA2
(123,91,162)
#886BAB
(136,107,171)
#957BB4
(149,123,180)
#A28BBD
(162,139,189)
#AF9BC6
(175,155,198)
#BCABCF
(188,171,207)
#C9BBD8
(201,187,216)
#D6CBE1
(214,203,225)
#E3DBEA
(227,219,234)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4B99 color. Also use rgb(110,75,153) instead hex code.

Text Font Color

.myTextColor { color: #6E4B99; }

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

This text font color is #6E4B99.


Background Color

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

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

This div background color is #6E4B99.


Border color

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

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

This div border color is #6E4B99.


Opacity

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

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

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

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

This text has shadow with #6E4B99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4B99 on black background.


Color preview on white background

This text has color #6E4B99 on white background.



Black color preview on #6E4B99 background

This text has black color on #6E4B99 background.


White color preview on #6E4B99 background

This text has white color on #6E4B99 background.