COLOR #6E4684

HEX: #6E4684
RGB: (110,70,132)

Color info

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

RGB color model

#6E4684 color RGB value is (110,70,132).

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

RGB channels and saturation

R 110 of 255 = 43%
G 70 of 255 = 27%
B 132 of 255 = 52%

110
70
132

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

Portions of RGB colors in percentages

R + G + B =
110 + 70 + 132 = 312 (100%)
R 110 of 312 ~ 35.26%
G 70 of 312 ~ 22.44%
B 132 of 312 ~ 42.31%

%35.26
%22.44
%42.31

CMYK color model

#6E4684 color CMYK value is (17,47,0,48).

  • cyan value is 16.67%
  • magenta value is 46.97%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(17,47,0,48)
C17M47Y0K48 
(17%,47%,0%,48%)
(0.17/0.47/0.00/0.48)	

CMYK percentages

%16.67
%46.97
%0
%48.24

Codes

Color #6E4684 in popluar color models

6E4684
RGB11070132
HSL279°30.69%39.61%
HSB/HSV279°46.97%51.76%
CMYK16.67%46.97%0.00%
48.24%

Color #6E4684 in popluar number systems.

HEX6E4684
Decimal11070132
Binary1101110100011010000100
Octal156106204

Shades and tints

Shades of #6E4684

#6E4684
(110,70,132)
#644078
(100,64,120)
#5A3A6C
(90,58,108)
#503460
(80,52,96)
#462E54
(70,46,84)
#3C2848
(60,40,72)
#32223C
(50,34,60)
#281C30
(40,28,48)
#1E1624
(30,22,36)
#141018
(20,16,24)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #6E4684

#6E4684
(110,70,132)
#7B568F
(123,86,143)
#88669A
(136,102,154)
#9576A5
(149,118,165)
#A286B0
(162,134,176)
#AF96BB
(175,150,187)
#BCA6C6
(188,166,198)
#C9B6D1
(201,182,209)
#D6C6DC
(214,198,220)
#E3D6E7
(227,214,231)
#F0E6F2
(240,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4684; }

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

This text font color is #6E4684.


Background Color

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

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

This div background color is #6E4684.


Border color

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

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

This div border color is #6E4684.


Opacity

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

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

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

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

This text has shadow with #6E4684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4684 on black background.


Color preview on white background

This text has color #6E4684 on white background.



Black color preview on #6E4684 background

This text has black color on #6E4684 background.


White color preview on #6E4684 background

This text has white color on #6E4684 background.