COLOR #6E1C48

HEX: #6E1C48
RGB: (110,28,72)

Color info

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

RGB color model

#6E1C48 color RGB value is (110,28,72).

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

RGB channels and saturation

R 110 of 255 = 43%
G 28 of 255 = 11%
B 72 of 255 = 28%

110
28
72

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

Portions of RGB colors in percentages

R + G + B =
110 + 28 + 72 = 210 (100%)
R 110 of 210 ~ 52.38%
G 28 of 210 ~ 13.33%
B 72 of 210 ~ 34.29%

%52.38
%13.33
%34.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 74.55%
  • yellow value is 34.55%
  • 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
%74.55
%34.55
%56.86

Codes

Color #6E1C48 in popluar color models

6E1C48
RGB1102872
HSL328°59.42%27.06%
HSB/HSV328°74.55%43.14%
CMYK0.00%74.55%34.55%
56.86%

Color #6E1C48 in popluar number systems.

HEX6E1C48
Decimal1102872
Binary1101110111001001000
Octal15634110

Shades and tints

Shades of #6E1C48

#6E1C48
(110,28,72)
#641A42
(100,26,66)
#5A183C
(90,24,60)
#501636
(80,22,54)
#461430
(70,20,48)
#3C122A
(60,18,42)
#321024
(50,16,36)
#280E1E
(40,14,30)
#1E0C18
(30,12,24)
#140A12
(20,10,18)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #6E1C48

#6E1C48
(110,28,72)
#7B3058
(123,48,88)
#884468
(136,68,104)
#955878
(149,88,120)
#A26C88
(162,108,136)
#AF8098
(175,128,152)
#BC94A8
(188,148,168)
#C9A8B8
(201,168,184)
#D6BCC8
(214,188,200)
#E3D0D8
(227,208,216)
#F0E4E8
(240,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E1C48; }

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

This text font color is #6E1C48.


Background Color

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

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

This div background color is #6E1C48.


Border color

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

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

This div border color is #6E1C48.


Opacity

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

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

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

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

This text has shadow with #6E1C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1C48 on black background.


Color preview on white background

This text has color #6E1C48 on white background.



Black color preview on #6E1C48 background

This text has black color on #6E1C48 background.


White color preview on #6E1C48 background

This text has white color on #6E1C48 background.