COLOR #6E458D

HEX: #6E458D RGB: (110,69,141)

Color info

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

RGB color model

#6E458D color RGB value is (110,69,141).

RGB: (110,69,141) (43%, 27%, 55%)

RGB channels and saturation

R 110 of 255 = 43%
G 69 of 255 = 27%
B 141 of 255 = 55%

110
69
141

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

Portions of RGB colors in percentages

R + G + B = 110 + 69 + 141 = 320 (100%)
R 110 of 320 ~ 34.38%
G 69 of 320 ~ 21.56%
B 141 of 320 ~ 44.06'%

%34.38
%21.56
%44.06

CMYK color model

#6E458D color CMYK value is (22,51,0,45).

  • cyan value is 21.99%
  • magenta value is 51.06%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (22,51,0,45) C22M51Y0K45 (22%,51%,0%,45%) (0.22/0.51/0.00/0.45) 

CMYK percentages

%21.99
%51.06
%0
%44.71

Codes

Color #6E458D in popluar color models

6E 45 8D
RGB 110 69 141
HSL 274° 34.29% 41.18%
HSB/HSV 274° 51.06% 55.29%
CMYK 21.99% 51.06% 0.00%
44.71%

Color #6E458D in popluar number systems.

HEX 6E 45 8D
Decimal 110 69 141
Binary 1101110 1000101 10001101
Octal 156 105 215

Shades and tints

Shades of #6E458D

#6E458D
(110,69,141)
#643F81
(100,63,129)
#5A3975
(90,57,117)
#503369
(80,51,105)
#462D5D
(70,45,93)
#3C2751
(60,39,81)
#322145
(50,33,69)
#281B39
(40,27,57)
#1E152D
(30,21,45)
#140F21
(20,15,33)
#0A0915
(10,9,21)
#000000
(0,0,0)

Tints of #6E458D

#6E458D
(110,69,141)
#7B5597
(123,85,151)
#8865A1
(136,101,161)
#9575AB
(149,117,171)
#A285B5
(162,133,181)
#AF95BF
(175,149,191)
#BCA5C9
(188,165,201)
#C9B5D3
(201,181,211)
#D6C5DD
(214,197,221)
#E3D5E7
(227,213,231)
#F0E5F1
(240,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E458D color. Also use rgb(110,69,141) instead hex code.

Text Font Color

.myTextColor { color: #6E458D; }

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

This text font color is #6E458D.

Background Color

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

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

This div background color is #6E458D.

Border color

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

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

This div border color is #6E458D.

Opacity

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

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

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

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

This text has shadow with #6E458D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E458D.

Preview

Color preview on black background

This text has color #6E458D on black background.


Color preview on white background

This text has color #6E458D on white background.


Black color preview on #6E458D background

This text has black color on #6E458D background.


White color preview on #6E458D background

This text has white color on #6E458D background.


Related colors

Complementary color

Complementary color for #hex is #91BA72.


I love getcolorcode.com

Triadic colors

1 #8D6E45 and #458D6E with #6E458D are triadic colors.

2 #8D456E and #456E8D with #6E458D are triadic colors.