COLOR #6E3784

HEX: #6E3784
RGB: (110,55,132)

Color info

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

RGB color model

#6E3784 color RGB value is (110,55,132).

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

RGB channels and saturation

R 110 of 255 = 43%
G 55 of 255 = 22%
B 132 of 255 = 52%

110
55
132

R + G + B ~ 39%. #6E3784 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 55 + 132 = 297 (100%)
R 110 of 297 ~ 37.04%
G 55 of 297 ~ 18.52%
B 132 of 297 ~ 44.44%

%37.04
%18.52
%44.44

CMYK color model

#6E3784 color CMYK value is (17,58,0,48).

  • cyan value is 16.67%
  • magenta value is 58.33%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(17,58,0,48)
C17M58Y0K48 
(17%,58%,0%,48%)
(0.17/0.58/0.00/0.48)	

CMYK percentages

%16.67
%58.33
%0
%48.24

Codes

Color #6E3784 in popluar color models

6E3784
RGB11055132
HSL283°41.18%36.67%
HSB/HSV283°58.33%51.76%
CMYK16.67%58.33%0.00%
48.24%

Color #6E3784 in popluar number systems.

HEX6E3784
Decimal11055132
Binary110111011011110000100
Octal15667204

Shades and tints

Shades of #6E3784

#6E3784
(110,55,132)
#643278
(100,50,120)
#5A2D6C
(90,45,108)
#502860
(80,40,96)
#462354
(70,35,84)
#3C1E48
(60,30,72)
#32193C
(50,25,60)
#281430
(40,20,48)
#1E0F24
(30,15,36)
#140A18
(20,10,24)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #6E3784

#6E3784
(110,55,132)
#7B498F
(123,73,143)
#885B9A
(136,91,154)
#956DA5
(149,109,165)
#A27FB0
(162,127,176)
#AF91BB
(175,145,187)
#BCA3C6
(188,163,198)
#C9B5D1
(201,181,209)
#D6C7DC
(214,199,220)
#E3D9E7
(227,217,231)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3784; }

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

This text font color is #6E3784.


Background Color

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

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

This div background color is #6E3784.


Border color

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

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

This div border color is #6E3784.


Opacity

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

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

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

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

This text has shadow with #6E3784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3784 on black background.


Color preview on white background

This text has color #6E3784 on white background.



Black color preview on #6E3784 background

This text has black color on #6E3784 background.


White color preview on #6E3784 background

This text has white color on #6E3784 background.