COLOR #6E396A

HEX: #6E396A
RGB: (110,57,106)

Color info

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

RGB color model

#6E396A color RGB value is (110,57,106).

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

RGB channels and saturation

R 110 of 255 = 43%
G 57 of 255 = 22%
B 106 of 255 = 42%

110
57
106

R + G + B ~ 36%. #6E396A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 57 + 106 = 273 (100%)
R 110 of 273 ~ 40.29%
G 57 of 273 ~ 20.88%
B 106 of 273 ~ 38.83%

%40.29
%20.88
%38.83

CMYK color model

#6E396A color CMYK value is (0,48,4,57).

  • cyan value is 0.00%
  • magenta value is 48.18%
  • yellow value is 3.64%
  • key color value is 56.86%
CMYK:
(0,48,4,57)
C0M48Y4K57 
(0%,48%,4%,57%)
(0.00/0.48/0.04/0.57)	

CMYK percentages

%0
%48.18
%3.64
%56.86

Codes

Color #6E396A in popluar color models

6E396A
RGB11057106
HSL305°31.74%32.75%
HSB/HSV305°48.18%43.14%
CMYK0.00%48.18%3.64%
56.86%

Color #6E396A in popluar number systems.

HEX6E396A
Decimal11057106
Binary11011101110011101010
Octal15671152

Shades and tints

Shades of #6E396A

#6E396A
(110,57,106)
#643461
(100,52,97)
#5A2F58
(90,47,88)
#502A4F
(80,42,79)
#462546
(70,37,70)
#3C203D
(60,32,61)
#321B34
(50,27,52)
#28162B
(40,22,43)
#1E1122
(30,17,34)
#140C19
(20,12,25)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #6E396A

#6E396A
(110,57,106)
#7B4B77
(123,75,119)
#885D84
(136,93,132)
#956F91
(149,111,145)
#A2819E
(162,129,158)
#AF93AB
(175,147,171)
#BCA5B8
(188,165,184)
#C9B7C5
(201,183,197)
#D6C9D2
(214,201,210)
#E3DBDF
(227,219,223)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E396A; }

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

This text font color is #6E396A.


Background Color

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

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

This div background color is #6E396A.


Border color

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

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

This div border color is #6E396A.


Opacity

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

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

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

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

This text has shadow with #6E396A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E396A on black background.


Color preview on white background

This text has color #6E396A on white background.



Black color preview on #6E396A background

This text has black color on #6E396A background.


White color preview on #6E396A background

This text has white color on #6E396A background.