COLOR #6E3790

HEX: #6E3790 RGB: (110,55,144)

Color info

#6E3790 contains mainly red and blue colors. Web safe color of #6E3790 is #663399 (or #639).

RGB color model

#6E3790 color RGB value is (110,55,144).

RGB: (110,55,144) (43%, 22%, 56%)

RGB channels and saturation

R 110 of 255 = 43%
G 55 of 255 = 22%
B 144 of 255 = 56%

110
55
144

R + G + B ~ 40%. #6E3790 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 110 + 55 + 144 = 309 (100%)
R 110 of 309 ~ 35.6%
G 55 of 309 ~ 17.8%
B 144 of 309 ~ 46.6'%

%35.6
%17.8
%46.6

CMYK color model

#6E3790 color CMYK value is (24,62,0,44).

  • cyan value is 23.61%
  • magenta value is 61.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (24,62,0,44) C24M62Y0K44 (24%,62%,0%,44%) (0.24/0.62/0.00/0.44) 

CMYK percentages

%23.61
%61.81
%0
%43.53

Codes

Color #6E3790 in popluar color models

6E 37 90
RGB 110 55 144
HSL 277° 44.72% 39.02%
HSB/HSV 277° 61.81% 56.47%
CMYK 23.61% 61.81% 0.00%
43.53%

Color #6E3790 in popluar number systems.

HEX 6E 37 90
Decimal 110 55 144
Binary 1101110 110111 10010000
Octal 156 67 220

Shades and tints

Shades of #6E3790

#6E3790
(110,55,144)
#643283
(100,50,131)
#5A2D76
(90,45,118)
#502869
(80,40,105)
#46235C
(70,35,92)
#3C1E4F
(60,30,79)
#321942
(50,25,66)
#281435
(40,20,53)
#1E0F28
(30,15,40)
#140A1B
(20,10,27)
#0A050E
(10,5,14)
#000000
(0,0,0)

Tints of #6E3790

#6E3790
(110,55,144)
#7B499A
(123,73,154)
#885BA4
(136,91,164)
#956DAE
(149,109,174)
#A27FB8
(162,127,184)
#AF91C2
(175,145,194)
#BCA3CC
(188,163,204)
#C9B5D6
(201,181,214)
#D6C7E0
(214,199,224)
#E3D9EA
(227,217,234)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3790 color. Also use rgb(110,55,144) instead hex code.

Text Font Color

.myTextColor { color: #6E3790; }

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

This text font color is #6E3790.

Background Color

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

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

This div background color is #6E3790.

Border color

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

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

This div border color is #6E3790.

Opacity

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

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

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

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

This text has shadow with #6E3790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3790.

Preview

Color preview on black background

This text has color #6E3790 on black background.


Color preview on white background

This text has color #6E3790 on white background.


Black color preview on #6E3790 background

This text has black color on #6E3790 background.


White color preview on #6E3790 background

This text has white color on #6E3790 background.


Related colors

Complementary color

Complementary color for #hex is #91C86F.


I love getcolorcode.com

Triadic colors

1 #906E37 and #37906E with #6E3790 are triadic colors.

2 #90376E and #376E90 with #6E3790 are triadic colors.