COLOR #6E6891

HEX: #6E6891 RGB: (110,104,145)

Color info

#6E6891 contains red, green and blue colors in about the same proportion. Web safe color of #6E6891 is #666699 (or #669).

RGB color model

#6E6891 color RGB value is (110,104,145).

RGB: (110,104,145) (43%, 41%, 57%)

RGB channels and saturation

R 110 of 255 = 43%
G 104 of 255 = 41%
B 145 of 255 = 57%

110
104
145

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

Portions of RGB colors in percentages

R + G + B = 110 + 104 + 145 = 359 (100%)
R 110 of 359 ~ 30.64%
G 104 of 359 ~ 28.97%
B 145 of 359 ~ 40.39'%

%30.64
%28.97
%40.39

CMYK color model

#6E6891 color CMYK value is (24,28,0,43).

  • cyan value is 24.14%
  • magenta value is 28.28%
  • yellow value is 0.00%
  • key color value is 43.14%

CMYK: (24,28,0,43)
C24M28Y0K43 (24%, 28%, 0%, 43%)
(0.24 / 0.28 / 0.00 / 0.43)

CMYK percentages

%24.14
%28.28
%0
%43.14

Codes

Color #6E6891 in popluar color models

6E 68 91
RGB 110 104 145
HSL 249° 16.47% 48.82%
HSB/HSV 249° 28.28% 56.86%
CMYK 24.14% 28.28% 0.00%
43.14%

Color #6E6891 in popluar number systems.

HEX 6E 68 91
Decimal 110 104 145
Binary 1101110 1101000 10010001
Octal 156 150 221

Shades and tints

Shades of #6E6891

#6E6891
(110,104,145)
#645F84
(100,95,132)
#5A5677
(90,86,119)
#504D6A
(80,77,106)
#46445D
(70,68,93)
#3C3B50
(60,59,80)
#323243
(50,50,67)
#282936
(40,41,54)
#1E2029
(30,32,41)
#14171C
(20,23,28)
#0A0E0F
(10,14,15)
#000000
(0,0,0)

Tints of #6E6891

#6E6891
(110,104,145)
#7B759B
(123,117,155)
#8882A5
(136,130,165)
#958FAF
(149,143,175)
#A29CB9
(162,156,185)
#AFA9C3
(175,169,195)
#BCB6CD
(188,182,205)
#C9C3D7
(201,195,215)
#D6D0E1
(214,208,225)
#E3DDEB
(227,221,235)
#F0EAF5
(240,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6891 color. Also use rgb(110,104,145) instead hex code.

Text Font Color

.myTextColor { color: #6E6891; }

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

This text font color is #6E6891.

Background Color

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

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

This div background color is #6E6891.

Border color

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

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

This div border color is #6E6891.

Opacity

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

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

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

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

This text has shadow with #6E6891 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6891.

Preview

Color preview on black background

This text has color #6E6891 on black background.


Color preview on white background

This text has color #6E6891 on white background.


Black color preview on #6E6891 background

This text has black color on #6E6891 background.


White color preview on #6E6891 background

This text has white color on #6E6891 background.


Related colors

Complementary color

Complementary color for #hex is #91976E.


I love getcolorcode.com

Triadic colors

1 #916E68 and #68916E with #6E6891 are triadic colors.

2 #91686E and #686E91 with #6E6891 are triadic colors.