COLOR #6E4184

HEX: #6E4184
RGB: (110,65,132)

Color info

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

RGB color model

#6E4184 color RGB value is (110,65,132).

  • red value is 110;
  • green value is 65;
  • blue value is 132.
RGB:
(110,65,132)
(43%,25%,52%)

RGB channels and saturation

R 110 of 255 = 43%
G 65 of 255 = 25%
B 132 of 255 = 52%

110
65
132

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

Portions of RGB colors in percentages

R + G + B =
110 + 65 + 132 = 307 (100%)
R 110 of 307 ~ 35.83%
G 65 of 307 ~ 21.17%
B 132 of 307 ~ 43%

%35.83
%21.17
%43

CMYK color model

#6E4184 color CMYK value is (17,51,0,48).

  • cyan value is 16.67%
  • magenta value is 50.76%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(17,51,0,48)
C17M51Y0K48 
(17%,51%,0%,48%)
(0.17/0.51/0.00/0.48)	

CMYK percentages

%16.67
%50.76
%0
%48.24

Codes

Color #6E4184 in popluar color models

6E4184
RGB11065132
HSL280°34.01%38.63%
HSB/HSV280°50.76%51.76%
CMYK16.67%50.76%0.00%
48.24%

Color #6E4184 in popluar number systems.

HEX6E4184
Decimal11065132
Binary1101110100000110000100
Octal156101204

Shades and tints

Shades of #6E4184

#6E4184
(110,65,132)
#643C78
(100,60,120)
#5A376C
(90,55,108)
#503260
(80,50,96)
#462D54
(70,45,84)
#3C2848
(60,40,72)
#32233C
(50,35,60)
#281E30
(40,30,48)
#1E1924
(30,25,36)
#141418
(20,20,24)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E4184

#6E4184
(110,65,132)
#7B528F
(123,82,143)
#88639A
(136,99,154)
#9574A5
(149,116,165)
#A285B0
(162,133,176)
#AF96BB
(175,150,187)
#BCA7C6
(188,167,198)
#C9B8D1
(201,184,209)
#D6C9DC
(214,201,220)
#E3DAE7
(227,218,231)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4184 color. Also use rgb(110,65,132) instead hex code.

Text Font Color

.myTextColor { color: #6E4184; }

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

This text font color is #6E4184.


Background Color

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

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

This div background color is #6E4184.


Border color

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

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

This div border color is #6E4184.


Opacity

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

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

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

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

This text has shadow with #6E4184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4184 on black background.


Color preview on white background

This text has color #6E4184 on white background.



Black color preview on #6E4184 background

This text has black color on #6E4184 background.


White color preview on #6E4184 background

This text has white color on #6E4184 background.