COLOR #6E3967

HEX: #6E3967 RGB: (110,57,103)

Color info

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

RGB color model

#6E3967 color RGB value is (110,57,103).

RGB: (110,57,103) (43%, 22%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 57 of 255 = 22%
B 103 of 255 = 40%

110
57
103

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

Portions of RGB colors in percentages

R + G + B = 110 + 57 + 103 = 270 (100%)
R 110 of 270 ~ 40.74%
G 57 of 270 ~ 21.11%
B 103 of 270 ~ 38.15'%

%40.74
%21.11
%38.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 48.18%
  • yellow value is 6.36%
  • key color value is 56.86%

CMYK: (0,48,6,57)
C0M48Y6K57 (0%, 48%, 6%, 57%)
(0.00 / 0.48 / 0.06 / 0.57)

CMYK percentages

%0
%48.18
%6.36
%56.86

Codes

Color #6E3967 in popluar color models

6E 39 67
RGB 110 57 103
HSL 308° 31.74% 32.75%
HSB/HSV 308° 48.18% 43.14%
CMYK 0.00% 48.18% 6.36%
56.86%

Color #6E3967 in popluar number systems.

HEX 6E 39 67
Decimal 110 57 103
Binary 1101110 111001 1100111
Octal 156 71 147

Shades and tints

Shades of #6E3967

#6E3967
(110,57,103)
#64345E
(100,52,94)
#5A2F55
(90,47,85)
#502A4C
(80,42,76)
#462543
(70,37,67)
#3C203A
(60,32,58)
#321B31
(50,27,49)
#281628
(40,22,40)
#1E111F
(30,17,31)
#140C16
(20,12,22)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #6E3967

#6E3967
(110,57,103)
#7B4B74
(123,75,116)
#885D81
(136,93,129)
#956F8E
(149,111,142)
#A2819B
(162,129,155)
#AF93A8
(175,147,168)
#BCA5B5
(188,165,181)
#C9B7C2
(201,183,194)
#D6C9CF
(214,201,207)
#E3DBDC
(227,219,220)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3967; }

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

This text font color is #6E3967.

Background Color

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

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

This div background color is #6E3967.

Border color

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

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

This div border color is #6E3967.

Opacity

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

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

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

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

This text has shadow with #6E3967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3967.

Preview

Color preview on black background

This text has color #6E3967 on black background.


Color preview on white background

This text has color #6E3967 on white background.


Black color preview on #6E3967 background

This text has black color on #6E3967 background.


White color preview on #6E3967 background

This text has white color on #6E3967 background.


Related colors

Complementary color

Complementary color for #hex is #91C698.


I love getcolorcode.com

Triadic colors

1 #676E39 and #39676E with #6E3967 are triadic colors.

2 #67396E and #396E67 with #6E3967 are triadic colors.