COLOR #6E3978

HEX: #6E3978
RGB: (110,57,120)

Color info

#6E3978 contains mainly red and blue colors. Web safe color of #6E3978 is #663366 (or #636).

RGB color model

#6E3978 color RGB value is (110,57,120).

  • red value is 110;
  • green value is 57;
  • blue value is 120.
RGB:
(110,57,120)
(43%,22%,47%)

RGB channels and saturation

R 110 of 255 = 43%
G 57 of 255 = 22%
B 120 of 255 = 47%

110
57
120

R + G + B ~ 37%. #6E3978 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 57 + 120 = 287 (100%)
R 110 of 287 ~ 38.33%
G 57 of 287 ~ 19.86%
B 120 of 287 ~ 41.81%

%38.33
%19.86
%41.81

CMYK color model

#6E3978 color CMYK value is (8,53,0,53).

  • cyan value is 8.33%
  • magenta value is 52.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(8,53,0,53)
C8M53Y0K53 
(8%,53%,0%,53%)
(0.08/0.53/0.00/0.53)	

CMYK percentages

%8.33
%52.5
%0
%52.94

Codes

Color #6E3978 in popluar color models

6E3978
RGB11057120
HSL290°35.59%34.71%
HSB/HSV290°52.50%47.06%
CMYK8.33%52.50%0.00%
52.94%

Color #6E3978 in popluar number systems.

HEX6E3978
Decimal11057120
Binary11011101110011111000
Octal15671170

Shades and tints

Shades of #6E3978

#6E3978
(110,57,120)
#64346E
(100,52,110)
#5A2F64
(90,47,100)
#502A5A
(80,42,90)
#462550
(70,37,80)
#3C2046
(60,32,70)
#321B3C
(50,27,60)
#281632
(40,22,50)
#1E1128
(30,17,40)
#140C1E
(20,12,30)
#0A0714
(10,7,20)
#000000
(0,0,0)

Tints of #6E3978

#6E3978
(110,57,120)
#7B4B84
(123,75,132)
#885D90
(136,93,144)
#956F9C
(149,111,156)
#A281A8
(162,129,168)
#AF93B4
(175,147,180)
#BCA5C0
(188,165,192)
#C9B7CC
(201,183,204)
#D6C9D8
(214,201,216)
#E3DBE4
(227,219,228)
#F0EDF0
(240,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3978 color. Also use rgb(110,57,120) instead hex code.

Text Font Color

.myTextColor { color: #6E3978; }

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

This text font color is #6E3978.


Background Color

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

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

This div background color is #6E3978.


Border color

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

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

This div border color is #6E3978.


Opacity

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

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

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

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

This text has shadow with #6E3978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3978 on black background.


Color preview on white background

This text has color #6E3978 on white background.



Black color preview on #6E3978 background

This text has black color on #6E3978 background.


White color preview on #6E3978 background

This text has white color on #6E3978 background.