COLOR #6E1A47

HEX: #6E1A47
RGB: (110,26,71)

Color info

#6E1A47 contains mainly red and blue colors. Web safe color of #6E1A47 is #660033 (or #603).

RGB color model

#6E1A47 color RGB value is (110,26,71).

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

RGB channels and saturation

R 110 of 255 = 43%
G 26 of 255 = 10%
B 71 of 255 = 28%

110
26
71

R + G + B ~ 27%. #6E1A47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 26 + 71 = 207 (100%)
R 110 of 207 ~ 53.14%
G 26 of 207 ~ 12.56%
B 71 of 207 ~ 34.3%

%53.14
%12.56
%34.3

CMYK color model

#6E1A47 color CMYK value is (0,76,35,57).

  • cyan value is 0.00%
  • magenta value is 76.36%
  • yellow value is 35.45%
  • key color value is 56.86%
CMYK:
(0,76,35,57)
C0M76Y35K57 
(0%,76%,35%,57%)
(0.00/0.76/0.35/0.57)	

CMYK percentages

%0
%76.36
%35.45
%56.86

Codes

Color #6E1A47 in popluar color models

6E1A47
RGB1102671
HSL328°61.76%26.67%
HSB/HSV328°76.36%43.14%
CMYK0.00%76.36%35.45%
56.86%

Color #6E1A47 in popluar number systems.

HEX6E1A47
Decimal1102671
Binary1101110110101000111
Octal15632107

Shades and tints

Shades of #6E1A47

#6E1A47
(110,26,71)
#641841
(100,24,65)
#5A163B
(90,22,59)
#501435
(80,20,53)
#46122F
(70,18,47)
#3C1029
(60,16,41)
#320E23
(50,14,35)
#280C1D
(40,12,29)
#1E0A17
(30,10,23)
#140811
(20,8,17)
#0A060B
(10,6,11)
#000000
(0,0,0)

Tints of #6E1A47

#6E1A47
(110,26,71)
#7B2E57
(123,46,87)
#884267
(136,66,103)
#955677
(149,86,119)
#A26A87
(162,106,135)
#AF7E97
(175,126,151)
#BC92A7
(188,146,167)
#C9A6B7
(201,166,183)
#D6BAC7
(214,186,199)
#E3CED7
(227,206,215)
#F0E2E7
(240,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E1A47; }

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

This text font color is #6E1A47.


Background Color

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

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

This div background color is #6E1A47.


Border color

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

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

This div border color is #6E1A47.


Opacity

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

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

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

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

This text has shadow with #6E1A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1A47 on black background.


Color preview on white background

This text has color #6E1A47 on white background.



Black color preview on #6E1A47 background

This text has black color on #6E1A47 background.


White color preview on #6E1A47 background

This text has white color on #6E1A47 background.