COLOR #6E1F4D

HEX: #6E1F4D
RGB: (110,31,77)

Color info

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

RGB color model

#6E1F4D color RGB value is (110,31,77).

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

RGB channels and saturation

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

110
31
77

R + G + B ~ 28%. #6E1F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 31 + 77 = 218 (100%)
R 110 of 218 ~ 50.46%
G 31 of 218 ~ 14.22%
B 77 of 218 ~ 35.32%

%50.46
%14.22
%35.32

CMYK color model

#6E1F4D color CMYK value is (0,72,30,57).

  • cyan value is 0.00%
  • magenta value is 71.82%
  • yellow value is 30.00%
  • key color value is 56.86%
CMYK:
(0,72,30,57)
C0M72Y30K57 
(0%,72%,30%,57%)
(0.00/0.72/0.30/0.57)	

CMYK percentages

%0
%71.82
%30
%56.86

Codes

Color #6E1F4D in popluar color models

6E1F4D
RGB1103177
HSL325°56.03%27.65%
HSB/HSV325°71.82%43.14%
CMYK0.00%71.82%30.00%
56.86%

Color #6E1F4D in popluar number systems.

HEX6E1F4D
Decimal1103177
Binary1101110111111001101
Octal15637115

Shades and tints

Shades of #6E1F4D

#6E1F4D
(110,31,77)
#641D46
(100,29,70)
#5A1B3F
(90,27,63)
#501938
(80,25,56)
#461731
(70,23,49)
#3C152A
(60,21,42)
#321323
(50,19,35)
#28111C
(40,17,28)
#1E0F15
(30,15,21)
#140D0E
(20,13,14)
#0A0B07
(10,11,7)
#000000
(0,0,0)

Tints of #6E1F4D

#6E1F4D
(110,31,77)
#7B335D
(123,51,93)
#88476D
(136,71,109)
#955B7D
(149,91,125)
#A26F8D
(162,111,141)
#AF839D
(175,131,157)
#BC97AD
(188,151,173)
#C9ABBD
(201,171,189)
#D6BFCD
(214,191,205)
#E3D3DD
(227,211,221)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1F4D color. Also use rgb(110,31,77) instead hex code.

Text Font Color

.myTextColor { color: #6E1F4D; }

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

This text font color is #6E1F4D.


Background Color

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

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

This div background color is #6E1F4D.


Border color

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

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

This div border color is #6E1F4D.


Opacity

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

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

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

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

This text has shadow with #6E1F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1F4D on black background.


Color preview on white background

This text has color #6E1F4D on white background.



Black color preview on #6E1F4D background

This text has black color on #6E1F4D background.


White color preview on #6E1F4D background

This text has white color on #6E1F4D background.