COLOR #6E3C7B

HEX: #6E3C7B RGB: (110,60,123)

Color info

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

RGB color model

#6E3C7B color RGB value is (110,60,123).

RGB: (110,60,123) (43%, 24%, 48%)

RGB channels and saturation

R 110 of 255 = 43%
G 60 of 255 = 24%
B 123 of 255 = 48%

110
60
123

R + G + B ~ 38%. #6E3C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 60 + 123 = 293 (100%)
R 110 of 293 ~ 37.54%
G 60 of 293 ~ 20.48%
B 123 of 293 ~ 41.98'%

%37.54
%20.48
%41.98

CMYK color model

#6E3C7B color CMYK value is (11,51,0,52).

  • cyan value is 10.57%
  • magenta value is 51.22%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (11,51,0,52)
C11M51Y0K52 (11%, 51%, 0%, 52%)
(0.11 / 0.51 / 0.00 / 0.52)

CMYK percentages

%10.57
%51.22
%0
%51.76

Codes

Color #6E3C7B in popluar color models

6E 3C 7B
RGB 110 60 123
HSL 288° 34.43% 35.88%
HSB/HSV 288° 51.22% 48.24%
CMYK 10.57% 51.22% 0.00%
51.76%

Color #6E3C7B in popluar number systems.

HEX 6E 3C 7B
Decimal 110 60 123
Binary 1101110 111100 1111011
Octal 156 74 173

Shades and tints

Shades of #6E3C7B

#6E3C7B
(110,60,123)
#643770
(100,55,112)
#5A3265
(90,50,101)
#502D5A
(80,45,90)
#46284F
(70,40,79)
#3C2344
(60,35,68)
#321E39
(50,30,57)
#28192E
(40,25,46)
#1E1423
(30,20,35)
#140F18
(20,15,24)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #6E3C7B

#6E3C7B
(110,60,123)
#7B4D87
(123,77,135)
#885E93
(136,94,147)
#956F9F
(149,111,159)
#A280AB
(162,128,171)
#AF91B7
(175,145,183)
#BCA2C3
(188,162,195)
#C9B3CF
(201,179,207)
#D6C4DB
(214,196,219)
#E3D5E7
(227,213,231)
#F0E6F3
(240,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3C7B color. Also use rgb(110,60,123) instead hex code.

Text Font Color

.myTextColor { color: #6E3C7B; }

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

This text font color is #6E3C7B.

Background Color

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

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

This div background color is #6E3C7B.

Border color

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

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

This div border color is #6E3C7B.

Opacity

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

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

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

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

This text has shadow with #6E3C7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3C7B.

Preview

Color preview on black background

This text has color #6E3C7B on black background.


Color preview on white background

This text has color #6E3C7B on white background.


Black color preview on #6E3C7B background

This text has black color on #6E3C7B background.


White color preview on #6E3C7B background

This text has white color on #6E3C7B background.


Related colors

Complementary color

Complementary color for #hex is #91C384.


I love getcolorcode.com

Triadic colors

1 #7B6E3C and #3C7B6E with #6E3C7B are triadic colors.

2 #7B3C6E and #3C6E7B with #6E3C7B are triadic colors.