COLOR #6E1B47

HEX: #6E1B47
RGB: (110,27,71)

Color info

#6E1B47 contains mainly red and blue colors. Web safe color of #6E1B47 is #663333 (or #633).

RGB color model

#6E1B47 color RGB value is (110,27,71).

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

RGB channels and saturation

R 110 of 255 = 43%
G 27 of 255 = 11%
B 71 of 255 = 28%

110
27
71

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

Portions of RGB colors in percentages

R + G + B =
110 + 27 + 71 = 208 (100%)
R 110 of 208 ~ 52.88%
G 27 of 208 ~ 12.98%
B 71 of 208 ~ 34.13%

%52.88
%12.98
%34.13

CMYK color model

#6E1B47 color CMYK value is (0,75,35,57).

  • cyan value is 0.00%
  • magenta value is 75.45%
  • yellow value is 35.45%
  • key color value is 56.86%
CMYK:
(0,75,35,57)
C0M75Y35K57 
(0%,75%,35%,57%)
(0.00/0.75/0.35/0.57)	

CMYK percentages

%0
%75.45
%35.45
%56.86

Codes

Color #6E1B47 in popluar color models

6E1B47
RGB1102771
HSL328°60.58%26.86%
HSB/HSV328°75.45%43.14%
CMYK0.00%75.45%35.45%
56.86%

Color #6E1B47 in popluar number systems.

HEX6E1B47
Decimal1102771
Binary1101110110111000111
Octal15633107

Shades and tints

Shades of #6E1B47

#6E1B47
(110,27,71)
#641941
(100,25,65)
#5A173B
(90,23,59)
#501535
(80,21,53)
#46132F
(70,19,47)
#3C1129
(60,17,41)
#320F23
(50,15,35)
#280D1D
(40,13,29)
#1E0B17
(30,11,23)
#140911
(20,9,17)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #6E1B47

#6E1B47
(110,27,71)
#7B2F57
(123,47,87)
#884367
(136,67,103)
#955777
(149,87,119)
#A26B87
(162,107,135)
#AF7F97
(175,127,151)
#BC93A7
(188,147,167)
#C9A7B7
(201,167,183)
#D6BBC7
(214,187,199)
#E3CFD7
(227,207,215)
#F0E3E7
(240,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E1B47; }

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

This text font color is #6E1B47.


Background Color

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

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

This div background color is #6E1B47.


Border color

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

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

This div border color is #6E1B47.


Opacity

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

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

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

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

This text has shadow with #6E1B47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1B47 on black background.


Color preview on white background

This text has color #6E1B47 on white background.



Black color preview on #6E1B47 background

This text has black color on #6E1B47 background.


White color preview on #6E1B47 background

This text has white color on #6E1B47 background.