COLOR #6E3969

HEX: #6E3969
RGB: (110,57,105)

Color info

#6E3969 contains red, green and blue colors in about the same proportion. Web safe color of #6E3969 is #663366 (or #636).

RGB color model

#6E3969 color RGB value is (110,57,105).

  • red value is 110;
  • green value is 57;
  • blue value is 105.
RGB:
(110,57,105)
(43%,22%,41%)

RGB channels and saturation

R 110 of 255 = 43%
G 57 of 255 = 22%
B 105 of 255 = 41%

110
57
105

R + G + B ~ 35%. #6E3969 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 57 + 105 = 272 (100%)
R 110 of 272 ~ 40.44%
G 57 of 272 ~ 20.96%
B 105 of 272 ~ 38.6%

%40.44
%20.96
%38.6

CMYK color model

#6E3969 color CMYK value is (0,48,5,57).

  • cyan value is 0.00%
  • magenta value is 48.18%
  • yellow value is 4.55%
  • key color value is 56.86%
CMYK:
(0,48,5,57)
C0M48Y5K57 
(0%,48%,5%,57%)
(0.00/0.48/0.05/0.57)	

CMYK percentages

%0
%48.18
%4.55
%56.86

Codes

Color #6E3969 in popluar color models

6E3969
RGB11057105
HSL306°31.74%32.75%
HSB/HSV306°48.18%43.14%
CMYK0.00%48.18%4.55%
56.86%

Color #6E3969 in popluar number systems.

HEX6E3969
Decimal11057105
Binary11011101110011101001
Octal15671151

Shades and tints

Shades of #6E3969

#6E3969
(110,57,105)
#643460
(100,52,96)
#5A2F57
(90,47,87)
#502A4E
(80,42,78)
#462545
(70,37,69)
#3C203C
(60,32,60)
#321B33
(50,27,51)
#28162A
(40,22,42)
#1E1121
(30,17,33)
#140C18
(20,12,24)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #6E3969

#6E3969
(110,57,105)
#7B4B76
(123,75,118)
#885D83
(136,93,131)
#956F90
(149,111,144)
#A2819D
(162,129,157)
#AF93AA
(175,147,170)
#BCA5B7
(188,165,183)
#C9B7C4
(201,183,196)
#D6C9D1
(214,201,209)
#E3DBDE
(227,219,222)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3969 color. Also use rgb(110,57,105) instead hex code.

Text Font Color

.myTextColor { color: #6E3969; }

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

This text font color is #6E3969.


Background Color

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

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

This div background color is #6E3969.


Border color

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

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

This div border color is #6E3969.


Opacity

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

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

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

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

This text has shadow with #6E3969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3969 on black background.


Color preview on white background

This text has color #6E3969 on white background.



Black color preview on #6E3969 background

This text has black color on #6E3969 background.


White color preview on #6E3969 background

This text has white color on #6E3969 background.