COLOR #6E1E50

HEX: #6E1E50
RGB: (110,30,80)

Color info

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

RGB color model

#6E1E50 color RGB value is (110,30,80).

  • red value is 110;
  • green value is 30;
  • blue value is 80.
RGB:
(110,30,80)
(43%,12%,31%)

RGB channels and saturation

R 110 of 255 = 43%
G 30 of 255 = 12%
B 80 of 255 = 31%

110
30
80

R + G + B ~ 29%. #6E1E50 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 30 + 80 = 220 (100%)
R 110 of 220 ~ 50%
G 30 of 220 ~ 13.64%
B 80 of 220 ~ 36.36%

%50
%13.64
%36.36

CMYK color model

#6E1E50 color CMYK value is (0,73,27,57).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 27.27%
  • key color value is 56.86%
CMYK:
(0,73,27,57)
C0M73Y27K57 
(0%,73%,27%,57%)
(0.00/0.73/0.27/0.57)	

CMYK percentages

%0
%72.73
%27.27
%56.86

Codes

Color #6E1E50 in popluar color models

6E1E50
RGB1103080
HSL323°57.14%27.45%
HSB/HSV323°72.73%43.14%
CMYK0.00%72.73%27.27%
56.86%

Color #6E1E50 in popluar number systems.

HEX6E1E50
Decimal1103080
Binary1101110111101010000
Octal15636120

Shades and tints

Shades of #6E1E50

#6E1E50
(110,30,80)
#641C49
(100,28,73)
#5A1A42
(90,26,66)
#50183B
(80,24,59)
#461634
(70,22,52)
#3C142D
(60,20,45)
#321226
(50,18,38)
#28101F
(40,16,31)
#1E0E18
(30,14,24)
#140C11
(20,12,17)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #6E1E50

#6E1E50
(110,30,80)
#7B325F
(123,50,95)
#88466E
(136,70,110)
#955A7D
(149,90,125)
#A26E8C
(162,110,140)
#AF829B
(175,130,155)
#BC96AA
(188,150,170)
#C9AAB9
(201,170,185)
#D6BEC8
(214,190,200)
#E3D2D7
(227,210,215)
#F0E6E6
(240,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1E50 color. Also use rgb(110,30,80) instead hex code.

Text Font Color

.myTextColor { color: #6E1E50; }

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

This text font color is #6E1E50.


Background Color

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

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

This div background color is #6E1E50.


Border color

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

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

This div border color is #6E1E50.


Opacity

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

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

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

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

This text has shadow with #6E1E50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1E50 on black background.


Color preview on white background

This text has color #6E1E50 on white background.



Black color preview on #6E1E50 background

This text has black color on #6E1E50 background.


White color preview on #6E1E50 background

This text has white color on #6E1E50 background.