COLOR #6E1C4A

HEX: #6E1C4A
RGB: (110,28,74)

Color info

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

RGB color model

#6E1C4A color RGB value is (110,28,74).

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

RGB channels and saturation

R 110 of 255 = 43%
G 28 of 255 = 11%
B 74 of 255 = 29%

110
28
74

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

Portions of RGB colors in percentages

R + G + B =
110 + 28 + 74 = 212 (100%)
R 110 of 212 ~ 51.89%
G 28 of 212 ~ 13.21%
B 74 of 212 ~ 34.91%

%51.89
%13.21
%34.91

CMYK color model

#6E1C4A color CMYK value is (0,75,33,57).

  • cyan value is 0.00%
  • magenta value is 74.55%
  • yellow value is 32.73%
  • key color value is 56.86%
CMYK:
(0,75,33,57)
C0M75Y33K57 
(0%,75%,33%,57%)
(0.00/0.75/0.33/0.57)	

CMYK percentages

%0
%74.55
%32.73
%56.86

Codes

Color #6E1C4A in popluar color models

6E1C4A
RGB1102874
HSL326°59.42%27.06%
HSB/HSV326°74.55%43.14%
CMYK0.00%74.55%32.73%
56.86%

Color #6E1C4A in popluar number systems.

HEX6E1C4A
Decimal1102874
Binary1101110111001001010
Octal15634112

Shades and tints

Shades of #6E1C4A

#6E1C4A
(110,28,74)
#641A44
(100,26,68)
#5A183E
(90,24,62)
#501638
(80,22,56)
#461432
(70,20,50)
#3C122C
(60,18,44)
#321026
(50,16,38)
#280E20
(40,14,32)
#1E0C1A
(30,12,26)
#140A14
(20,10,20)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #6E1C4A

#6E1C4A
(110,28,74)
#7B305A
(123,48,90)
#88446A
(136,68,106)
#95587A
(149,88,122)
#A26C8A
(162,108,138)
#AF809A
(175,128,154)
#BC94AA
(188,148,170)
#C9A8BA
(201,168,186)
#D6BCCA
(214,188,202)
#E3D0DA
(227,208,218)
#F0E4EA
(240,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1C4A color. Also use rgb(110,28,74) instead hex code.

Text Font Color

.myTextColor { color: #6E1C4A; }

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

This text font color is #6E1C4A.


Background Color

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

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

This div background color is #6E1C4A.


Border color

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

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

This div border color is #6E1C4A.


Opacity

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

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

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

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

This text has shadow with #6E1C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1C4A on black background.


Color preview on white background

This text has color #6E1C4A on white background.



Black color preview on #6E1C4A background

This text has black color on #6E1C4A background.


White color preview on #6E1C4A background

This text has white color on #6E1C4A background.