COLOR #6E3498

HEX: #6E3498 RGB: (110,52,152)

Color info

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

RGB color model

#6E3498 color RGB value is (110,52,152).

RGB: (110,52,152) (43%, 20%, 60%)

RGB channels and saturation

R 110 of 255 = 43%
G 52 of 255 = 20%
B 152 of 255 = 60%

110
52
152

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

Portions of RGB colors in percentages

R + G + B = 110 + 52 + 152 = 314 (100%)
R 110 of 314 ~ 35.03%
G 52 of 314 ~ 16.56%
B 152 of 314 ~ 48.41'%

%35.03
%16.56
%48.41

CMYK color model

#6E3498 color CMYK value is (28,66,0,40).

  • cyan value is 27.63%
  • magenta value is 65.79%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK: (28,66,0,40) C28M66Y0K40 (28%,66%,0%,40%) (0.28/0.66/0.00/0.40) 

CMYK percentages

%27.63
%65.79
%0
%40.39

Codes

Color #6E3498 in popluar color models

6E 34 98
RGB 110 52 152
HSL 275° 49.02% 40.00%
HSB/HSV 275° 65.79% 59.61%
CMYK 27.63% 65.79% 0.00%
40.39%

Color #6E3498 in popluar number systems.

HEX 6E 34 98
Decimal 110 52 152
Binary 1101110 110100 10011000
Octal 156 64 230

Shades and tints

Shades of #6E3498

#6E3498
(110,52,152)
#64308B
(100,48,139)
#5A2C7E
(90,44,126)
#502871
(80,40,113)
#462464
(70,36,100)
#3C2057
(60,32,87)
#321C4A
(50,28,74)
#28183D
(40,24,61)
#1E1430
(30,20,48)
#141023
(20,16,35)
#0A0C16
(10,12,22)
#000000
(0,0,0)

Tints of #6E3498

#6E3498
(110,52,152)
#7B46A1
(123,70,161)
#8858AA
(136,88,170)
#956AB3
(149,106,179)
#A27CBC
(162,124,188)
#AF8EC5
(175,142,197)
#BCA0CE
(188,160,206)
#C9B2D7
(201,178,215)
#D6C4E0
(214,196,224)
#E3D6E9
(227,214,233)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3498 color. Also use rgb(110,52,152) instead hex code.

Text Font Color

.myTextColor { color: #6E3498; }

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

This text font color is #6E3498.

Background Color

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

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

This div background color is #6E3498.

Border color

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

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

This div border color is #6E3498.

Opacity

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

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

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

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

This text has shadow with #6E3498 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3498.

Preview

Color preview on black background

This text has color #6E3498 on black background.


Color preview on white background

This text has color #6E3498 on white background.


Black color preview on #6E3498 background

This text has black color on #6E3498 background.


White color preview on #6E3498 background

This text has white color on #6E3498 background.


Related colors

Complementary color

Complementary color for #hex is #91CB67.


I love getcolorcode.com

Triadic colors

1 #986E34 and #34986E with #6E3498 are triadic colors.

2 #98346E and #346E98 with #6E3498 are triadic colors.