COLOR #6E3879

HEX: #6E3879
RGB: (110,56,121)

Color info

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

RGB color model

#6E3879 color RGB value is (110,56,121).

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

RGB channels and saturation

R 110 of 255 = 43%
G 56 of 255 = 22%
B 121 of 255 = 47%

110
56
121

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

Portions of RGB colors in percentages

R + G + B =
110 + 56 + 121 = 287 (100%)
R 110 of 287 ~ 38.33%
G 56 of 287 ~ 19.51%
B 121 of 287 ~ 42.16%

%38.33
%19.51
%42.16

CMYK color model

#6E3879 color CMYK value is (9,54,0,53).

  • cyan value is 9.09%
  • magenta value is 53.72%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(9,54,0,53)
C9M54Y0K53 
(9%,54%,0%,53%)
(0.09/0.54/0.00/0.53)	

CMYK percentages

%9.09
%53.72
%0
%52.55

Codes

Color #6E3879 in popluar color models

6E3879
RGB11056121
HSL290°36.72%34.71%
HSB/HSV290°53.72%47.45%
CMYK9.09%53.72%0.00%
52.55%

Color #6E3879 in popluar number systems.

HEX6E3879
Decimal11056121
Binary11011101110001111001
Octal15670171

Shades and tints

Shades of #6E3879

#6E3879
(110,56,121)
#64336E
(100,51,110)
#5A2E63
(90,46,99)
#502958
(80,41,88)
#46244D
(70,36,77)
#3C1F42
(60,31,66)
#321A37
(50,26,55)
#28152C
(40,21,44)
#1E1021
(30,16,33)
#140B16
(20,11,22)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #6E3879

#6E3879
(110,56,121)
#7B4A85
(123,74,133)
#885C91
(136,92,145)
#956E9D
(149,110,157)
#A280A9
(162,128,169)
#AF92B5
(175,146,181)
#BCA4C1
(188,164,193)
#C9B6CD
(201,182,205)
#D6C8D9
(214,200,217)
#E3DAE5
(227,218,229)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3879 color. Also use rgb(110,56,121) instead hex code.

Text Font Color

.myTextColor { color: #6E3879; }

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

This text font color is #6E3879.


Background Color

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

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

This div background color is #6E3879.


Border color

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

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

This div border color is #6E3879.


Opacity

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

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

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

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

This text has shadow with #6E3879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3879 on black background.


Color preview on white background

This text has color #6E3879 on white background.



Black color preview on #6E3879 background

This text has black color on #6E3879 background.


White color preview on #6E3879 background

This text has white color on #6E3879 background.