COLOR #6E1A80

HEX: #6E1A80
RGB: (110,26,128)

Color info

#6E1A80 contains mainly red and blue colors. Web safe color of #6E1A80 is #660066 (or #606).

RGB color model

#6E1A80 color RGB value is (110,26,128).

  • red value is 110;
  • green value is 26;
  • blue value is 128.
RGB:
(110,26,128)
(43%,10%,50%)

RGB channels and saturation

R 110 of 255 = 43%
G 26 of 255 = 10%
B 128 of 255 = 50%

110
26
128

R + G + B ~ 34%. #6E1A80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 26 + 128 = 264 (100%)
R 110 of 264 ~ 41.67%
G 26 of 264 ~ 9.85%
B 128 of 264 ~ 48.48%

%41.67
%9.85
%48.48

CMYK color model

#6E1A80 color CMYK value is (14,80,0,50).

  • cyan value is 14.06%
  • magenta value is 79.69%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(14,80,0,50)
C14M80Y0K50 
(14%,80%,0%,50%)
(0.14/0.80/0.00/0.50)	

CMYK percentages

%14.06
%79.69
%0
%49.8

Codes

Color #6E1A80 in popluar color models

6E1A80
RGB11026128
HSL289°66.23%30.20%
HSB/HSV289°79.69%50.20%
CMYK14.06%79.69%0.00%
49.80%

Color #6E1A80 in popluar number systems.

HEX6E1A80
Decimal11026128
Binary11011101101010000000
Octal15632200

Shades and tints

Shades of #6E1A80

#6E1A80
(110,26,128)
#641875
(100,24,117)
#5A166A
(90,22,106)
#50145F
(80,20,95)
#461254
(70,18,84)
#3C1049
(60,16,73)
#320E3E
(50,14,62)
#280C33
(40,12,51)
#1E0A28
(30,10,40)
#14081D
(20,8,29)
#0A0612
(10,6,18)
#000000
(0,0,0)

Tints of #6E1A80

#6E1A80
(110,26,128)
#7B2E8B
(123,46,139)
#884296
(136,66,150)
#9556A1
(149,86,161)
#A26AAC
(162,106,172)
#AF7EB7
(175,126,183)
#BC92C2
(188,146,194)
#C9A6CD
(201,166,205)
#D6BAD8
(214,186,216)
#E3CEE3
(227,206,227)
#F0E2EE
(240,226,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1A80 color. Also use rgb(110,26,128) instead hex code.

Text Font Color

.myTextColor { color: #6E1A80; }

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

This text font color is #6E1A80.


Background Color

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

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

This div background color is #6E1A80.


Border color

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

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

This div border color is #6E1A80.


Opacity

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

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

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

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

This text has shadow with #6E1A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1A80 on black background.


Color preview on white background

This text has color #6E1A80 on white background.



Black color preview on #6E1A80 background

This text has black color on #6E1A80 background.


White color preview on #6E1A80 background

This text has white color on #6E1A80 background.