COLOR #6E2749

HEX: #6E2749
RGB: (110,39,73)

Color info

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

RGB color model

#6E2749 color RGB value is (110,39,73).

  • red value is 110;
  • green value is 39;
  • blue value is 73.
RGB:
(110,39,73)
(43%,15%,29%)

RGB channels and saturation

R 110 of 255 = 43%
G 39 of 255 = 15%
B 73 of 255 = 29%

110
39
73

R + G + B ~ 29%. #6E2749 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 39 + 73 = 222 (100%)
R 110 of 222 ~ 49.55%
G 39 of 222 ~ 17.57%
B 73 of 222 ~ 32.88%

%49.55
%17.57
%32.88

CMYK color model

#6E2749 color CMYK value is (0,65,34,57).

  • cyan value is 0.00%
  • magenta value is 64.55%
  • yellow value is 33.64%
  • key color value is 56.86%
CMYK:
(0,65,34,57)
C0M65Y34K57 
(0%,65%,34%,57%)
(0.00/0.65/0.34/0.57)	

CMYK percentages

%0
%64.55
%33.64
%56.86

Codes

Color #6E2749 in popluar color models

6E2749
RGB1103973
HSL331°47.65%29.22%
HSB/HSV331°64.55%43.14%
CMYK0.00%64.55%33.64%
56.86%

Color #6E2749 in popluar number systems.

HEX6E2749
Decimal1103973
Binary11011101001111001001
Octal15647111

Shades and tints

Shades of #6E2749

#6E2749
(110,39,73)
#642443
(100,36,67)
#5A213D
(90,33,61)
#501E37
(80,30,55)
#461B31
(70,27,49)
#3C182B
(60,24,43)
#321525
(50,21,37)
#28121F
(40,18,31)
#1E0F19
(30,15,25)
#140C13
(20,12,19)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #6E2749

#6E2749
(110,39,73)
#7B3A59
(123,58,89)
#884D69
(136,77,105)
#956079
(149,96,121)
#A27389
(162,115,137)
#AF8699
(175,134,153)
#BC99A9
(188,153,169)
#C9ACB9
(201,172,185)
#D6BFC9
(214,191,201)
#E3D2D9
(227,210,217)
#F0E5E9
(240,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2749 color. Also use rgb(110,39,73) instead hex code.

Text Font Color

.myTextColor { color: #6E2749; }

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

This text font color is #6E2749.


Background Color

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

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

This div background color is #6E2749.


Border color

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

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

This div border color is #6E2749.


Opacity

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

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

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

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

This text has shadow with #6E2749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2749 on black background.


Color preview on white background

This text has color #6E2749 on white background.



Black color preview on #6E2749 background

This text has black color on #6E2749 background.


White color preview on #6E2749 background

This text has white color on #6E2749 background.