COLOR #6E3B5B

HEX: #6E3B5B RGB: (110,59,91)

Color info

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

RGB color model

#6E3B5B color RGB value is (110,59,91).

RGB: (110,59,91) (43%, 23%, 36%)

RGB channels and saturation

R 110 of 255 = 43%
G 59 of 255 = 23%
B 91 of 255 = 36%

110
59
91

R + G + B ~ 34%. #6E3B5B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 59 + 91 = 260 (100%)
R 110 of 260 ~ 42.31%
G 59 of 260 ~ 22.69%
B 91 of 260 ~ 35'%

%42.31
%22.69
%35

CMYK color model

#6E3B5B color CMYK value is (0,46,17,57).

  • cyan value is 0.00%
  • magenta value is 46.36%
  • yellow value is 17.27%
  • key color value is 56.86%

CMYK: (0,46,17,57)
C0M46Y17K57 (0%, 46%, 17%, 57%)
(0.00 / 0.46 / 0.17 / 0.57)

CMYK percentages

%0
%46.36
%17.27
%56.86

Codes

Color #6E3B5B in popluar color models

6E 3B 5B
RGB 110 59 91
HSL 322° 30.18% 33.14%
HSB/HSV 322° 46.36% 43.14%
CMYK 0.00% 46.36% 17.27%
56.86%

Color #6E3B5B in popluar number systems.

HEX 6E 3B 5B
Decimal 110 59 91
Binary 1101110 111011 1011011
Octal 156 73 133

Shades and tints

Shades of #6E3B5B

#6E3B5B
(110,59,91)
#643653
(100,54,83)
#5A314B
(90,49,75)
#502C43
(80,44,67)
#46273B
(70,39,59)
#3C2233
(60,34,51)
#321D2B
(50,29,43)
#281823
(40,24,35)
#1E131B
(30,19,27)
#140E13
(20,14,19)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #6E3B5B

#6E3B5B
(110,59,91)
#7B4C69
(123,76,105)
#885D77
(136,93,119)
#956E85
(149,110,133)
#A27F93
(162,127,147)
#AF90A1
(175,144,161)
#BCA1AF
(188,161,175)
#C9B2BD
(201,178,189)
#D6C3CB
(214,195,203)
#E3D4D9
(227,212,217)
#F0E5E7
(240,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3B5B color. Also use rgb(110,59,91) instead hex code.

Text Font Color

.myTextColor { color: #6E3B5B; }

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

This text font color is #6E3B5B.

Background Color

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

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

This div background color is #6E3B5B.

Border color

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

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

This div border color is #6E3B5B.

Opacity

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

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

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

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

This text has shadow with #6E3B5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3B5B.

Preview

Color preview on black background

This text has color #6E3B5B on black background.


Color preview on white background

This text has color #6E3B5B on white background.


Black color preview on #6E3B5B background

This text has black color on #6E3B5B background.


White color preview on #6E3B5B background

This text has white color on #6E3B5B background.


Related colors

Complementary color

Complementary color for #hex is #91C4A4.


I love getcolorcode.com

Triadic colors

1 #5B6E3B and #3B5B6E with #6E3B5B are triadic colors.

2 #5B3B6E and #3B6E5B with #6E3B5B are triadic colors.