COLOR #6E3F84

HEX: #6E3F84
RGB: (110,63,132)

Color info

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

RGB color model

#6E3F84 color RGB value is (110,63,132).

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

RGB channels and saturation

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

110
63
132

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

Portions of RGB colors in percentages

R + G + B =
110 + 63 + 132 = 305 (100%)
R 110 of 305 ~ 36.07%
G 63 of 305 ~ 20.66%
B 132 of 305 ~ 43.28%

%36.07
%20.66
%43.28

CMYK color model

#6E3F84 color CMYK value is (17,52,0,48).

  • cyan value is 16.67%
  • magenta value is 52.27%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(17,52,0,48)
C17M52Y0K48 
(17%,52%,0%,48%)
(0.17/0.52/0.00/0.48)	

CMYK percentages

%16.67
%52.27
%0
%48.24

Codes

Color #6E3F84 in popluar color models

6E3F84
RGB11063132
HSL281°35.38%38.24%
HSB/HSV281°52.27%51.76%
CMYK16.67%52.27%0.00%
48.24%

Color #6E3F84 in popluar number systems.

HEX6E3F84
Decimal11063132
Binary110111011111110000100
Octal15677204

Shades and tints

Shades of #6E3F84

#6E3F84
(110,63,132)
#643A78
(100,58,120)
#5A356C
(90,53,108)
#503060
(80,48,96)
#462B54
(70,43,84)
#3C2648
(60,38,72)
#32213C
(50,33,60)
#281C30
(40,28,48)
#1E1724
(30,23,36)
#141218
(20,18,24)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #6E3F84

#6E3F84
(110,63,132)
#7B508F
(123,80,143)
#88619A
(136,97,154)
#9572A5
(149,114,165)
#A283B0
(162,131,176)
#AF94BB
(175,148,187)
#BCA5C6
(188,165,198)
#C9B6D1
(201,182,209)
#D6C7DC
(214,199,220)
#E3D8E7
(227,216,231)
#F0E9F2
(240,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3F84; }

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

This text font color is #6E3F84.


Background Color

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

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

This div background color is #6E3F84.


Border color

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

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

This div border color is #6E3F84.


Opacity

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

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

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

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

This text has shadow with #6E3F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3F84 on black background.


Color preview on white background

This text has color #6E3F84 on white background.



Black color preview on #6E3F84 background

This text has black color on #6E3F84 background.


White color preview on #6E3F84 background

This text has white color on #6E3F84 background.