COLOR #6E4B8A

HEX: #6E4B8A
RGB: (110,75,138)

Color info

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

RGB color model

#6E4B8A color RGB value is (110,75,138).

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

RGB channels and saturation

R 110 of 255 = 43%
G 75 of 255 = 29%
B 138 of 255 = 54%

110
75
138

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

Portions of RGB colors in percentages

R + G + B =
110 + 75 + 138 = 323 (100%)
R 110 of 323 ~ 34.06%
G 75 of 323 ~ 23.22%
B 138 of 323 ~ 42.72%

%34.06
%23.22
%42.72

CMYK color model

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

  • cyan value is 20.29%
  • magenta value is 45.65%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(20,46,0,46)
C20M46Y0K46 
(20%,46%,0%,46%)
(0.20/0.46/0.00/0.46)	

CMYK percentages

%20.29
%45.65
%0
%45.88

Codes

Color #6E4B8A in popluar color models

6E4B8A
RGB11075138
HSL273°29.58%41.76%
HSB/HSV273°45.65%54.12%
CMYK20.29%45.65%0.00%
45.88%

Color #6E4B8A in popluar number systems.

HEX6E4B8A
Decimal11075138
Binary1101110100101110001010
Octal156113212

Shades and tints

Shades of #6E4B8A

#6E4B8A
(110,75,138)
#64457E
(100,69,126)
#5A3F72
(90,63,114)
#503966
(80,57,102)
#46335A
(70,51,90)
#3C2D4E
(60,45,78)
#322742
(50,39,66)
#282136
(40,33,54)
#1E1B2A
(30,27,42)
#14151E
(20,21,30)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #6E4B8A

#6E4B8A
(110,75,138)
#7B5B94
(123,91,148)
#886B9E
(136,107,158)
#957BA8
(149,123,168)
#A28BB2
(162,139,178)
#AF9BBC
(175,155,188)
#BCABC6
(188,171,198)
#C9BBD0
(201,187,208)
#D6CBDA
(214,203,218)
#E3DBE4
(227,219,228)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4B8A; }

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

This text font color is #6E4B8A.


Background Color

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

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

This div background color is #6E4B8A.


Border color

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

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

This div border color is #6E4B8A.


Opacity

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

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

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

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

This text has shadow with #6E4B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4B8A on black background.


Color preview on white background

This text has color #6E4B8A on white background.



Black color preview on #6E4B8A background

This text has black color on #6E4B8A background.


White color preview on #6E4B8A background

This text has white color on #6E4B8A background.