COLOR #6E5195

HEX: #6E5195 RGB: (110,81,149)

Color info

#6E5195 contains mainly red and blue colors. Web safe color of #6E5195 is #666699 (or #669).

RGB color model

#6E5195 color RGB value is (110,81,149).

RGB: (110,81,149) (43%, 32%, 58%)

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 149 of 255 = 58%

110
81
149

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

Portions of RGB colors in percentages

R + G + B = 110 + 81 + 149 = 340 (100%)
R 110 of 340 ~ 32.35%
G 81 of 340 ~ 23.82%
B 149 of 340 ~ 43.82'%

%32.35
%23.82
%43.82

CMYK color model

#6E5195 color CMYK value is (26,46,0,42).

  • cyan value is 26.17%
  • magenta value is 45.64%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (26,46,0,42)
C26M46Y0K42 (26%, 46%, 0%, 42%)
(0.26 / 0.46 / 0.00 / 0.42)

CMYK percentages

%26.17
%45.64
%0
%41.57

Codes

Color #6E5195 in popluar color models

6E 51 95
RGB 110 81 149
HSL 266° 29.57% 45.10%
HSB/HSV 266° 45.64% 58.43%
CMYK 26.17% 45.64% 0.00%
41.57%

Color #6E5195 in popluar number systems.

HEX 6E 51 95
Decimal 110 81 149
Binary 1101110 1010001 10010101
Octal 156 121 225

Shades and tints

Shades of #6E5195

#6E5195
(110,81,149)
#644A88
(100,74,136)
#5A437B
(90,67,123)
#503C6E
(80,60,110)
#463561
(70,53,97)
#3C2E54
(60,46,84)
#322747
(50,39,71)
#28203A
(40,32,58)
#1E192D
(30,25,45)
#141220
(20,18,32)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #6E5195

#6E5195
(110,81,149)
#7B609E
(123,96,158)
#886FA7
(136,111,167)
#957EB0
(149,126,176)
#A28DB9
(162,141,185)
#AF9CC2
(175,156,194)
#BCABCB
(188,171,203)
#C9BAD4
(201,186,212)
#D6C9DD
(214,201,221)
#E3D8E6
(227,216,230)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5195 color. Also use rgb(110,81,149) instead hex code.

Text Font Color

.myTextColor { color: #6E5195; }

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

This text font color is #6E5195.

Background Color

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

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

This div background color is #6E5195.

Border color

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

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

This div border color is #6E5195.

Opacity

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

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

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

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

This text has shadow with #6E5195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5195.

Preview

Color preview on black background

This text has color #6E5195 on black background.


Color preview on white background

This text has color #6E5195 on white background.


Black color preview on #6E5195 background

This text has black color on #6E5195 background.


White color preview on #6E5195 background

This text has white color on #6E5195 background.


Related colors

Complementary color

Complementary color for #hex is #91AE6A.


I love getcolorcode.com

Triadic colors

1 #956E51 and #51956E with #6E5195 are triadic colors.

2 #95516E and #516E95 with #6E5195 are triadic colors.