COLOR #6E327E

HEX: #6E327E RGB: (110,50,126)

Color info

#6E327E contains mainly red and blue colors. Web safe color of #6E327E is #663366 (or #636).

RGB color model

#6E327E color RGB value is (110,50,126).

RGB: (110,50,126) (43%, 20%, 49%)

RGB channels and saturation

R 110 of 255 = 43%
G 50 of 255 = 20%
B 126 of 255 = 49%

110
50
126

R + G + B ~ 37%. #6E327E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 50 + 126 = 286 (100%)
R 110 of 286 ~ 38.46%
G 50 of 286 ~ 17.48%
B 126 of 286 ~ 44.06'%

%38.46
%17.48
%44.06

CMYK color model

#6E327E color CMYK value is (13,60,0,51).

  • cyan value is 12.70%
  • magenta value is 60.32%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (13,60,0,51) C13M60Y0K51 (13%,60%,0%,51%) (0.13/0.60/0.00/0.51) 

CMYK percentages

%12.7
%60.32
%0
%50.59

Codes

Color #6E327E in popluar color models

6E 32 7E
RGB 110 50 126
HSL 287° 43.18% 34.51%
HSB/HSV 287° 60.32% 49.41%
CMYK 12.70% 60.32% 0.00%
50.59%

Color #6E327E in popluar number systems.

HEX 6E 32 7E
Decimal 110 50 126
Binary 1101110 110010 1111110
Octal 156 62 176

Shades and tints

Shades of #6E327E

#6E327E
(110,50,126)
#642E73
(100,46,115)
#5A2A68
(90,42,104)
#50265D
(80,38,93)
#462252
(70,34,82)
#3C1E47
(60,30,71)
#321A3C
(50,26,60)
#281631
(40,22,49)
#1E1226
(30,18,38)
#140E1B
(20,14,27)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #6E327E

#6E327E
(110,50,126)
#7B4489
(123,68,137)
#885694
(136,86,148)
#95689F
(149,104,159)
#A27AAA
(162,122,170)
#AF8CB5
(175,140,181)
#BC9EC0
(188,158,192)
#C9B0CB
(201,176,203)
#D6C2D6
(214,194,214)
#E3D4E1
(227,212,225)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E327E color. Also use rgb(110,50,126) instead hex code.

Text Font Color

.myTextColor { color: #6E327E; }

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

This text font color is #6E327E.

Background Color

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

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

This div background color is #6E327E.

Border color

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

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

This div border color is #6E327E.

Opacity

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

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

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

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

This text has shadow with #6E327E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E327E.

Preview

Color preview on black background

This text has color #6E327E on black background.


Color preview on white background

This text has color #6E327E on white background.


Black color preview on #6E327E background

This text has black color on #6E327E background.


White color preview on #6E327E background

This text has white color on #6E327E background.


Related colors

Complementary color

Complementary color for #hex is #91CD81.


I love getcolorcode.com

Triadic colors

1 #7E6E32 and #327E6E with #6E327E are triadic colors.

2 #7E326E and #326E7E with #6E327E are triadic colors.