COLOR #6E6995

HEX: #6E6995 RGB: (110,105,149)

Color info

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

RGB color model

#6E6995 color RGB value is (110,105,149).

RGB: (110,105,149) (43%, 41%, 58%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 149 of 255 = 58%

110
105
149

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

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 149 = 364 (100%)
R 110 of 364 ~ 30.22%
G 105 of 364 ~ 28.85%
B 149 of 364 ~ 40.93'%

%30.22
%28.85
%40.93

CMYK color model

#6E6995 color CMYK value is (26,30,0,42).

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

CMYK: (26,30,0,42)
C26M30Y0K42 (26%, 30%, 0%, 42%)
(0.26 / 0.30 / 0.00 / 0.42)

CMYK percentages

%26.17
%29.53
%0
%41.57

Codes

Color #6E6995 in popluar color models

6E 69 95
RGB 110 105 149
HSL 247° 17.32% 49.80%
HSB/HSV 247° 29.53% 58.43%
CMYK 26.17% 29.53% 0.00%
41.57%

Color #6E6995 in popluar number systems.

HEX 6E 69 95
Decimal 110 105 149
Binary 1101110 1101001 10010101
Octal 156 151 225

Shades and tints

Shades of #6E6995

#6E6995
(110,105,149)
#646088
(100,96,136)
#5A577B
(90,87,123)
#504E6E
(80,78,110)
#464561
(70,69,97)
#3C3C54
(60,60,84)
#323347
(50,51,71)
#282A3A
(40,42,58)
#1E212D
(30,33,45)
#141820
(20,24,32)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #6E6995

#6E6995
(110,105,149)
#7B769E
(123,118,158)
#8883A7
(136,131,167)
#9590B0
(149,144,176)
#A29DB9
(162,157,185)
#AFAAC2
(175,170,194)
#BCB7CB
(188,183,203)
#C9C4D4
(201,196,212)
#D6D1DD
(214,209,221)
#E3DEE6
(227,222,230)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6995; }

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

This text font color is #6E6995.

Background Color

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

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

This div background color is #6E6995.

Border color

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

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

This div border color is #6E6995.

Opacity

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

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

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

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

This text has shadow with #6E6995 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6995.

Preview

Color preview on black background

This text has color #6E6995 on black background.


Color preview on white background

This text has color #6E6995 on white background.


Black color preview on #6E6995 background

This text has black color on #6E6995 background.


White color preview on #6E6995 background

This text has white color on #6E6995 background.


Related colors

Complementary color

Complementary color for #hex is #91966A.


I love getcolorcode.com

Triadic colors

1 #956E69 and #69956E with #6E6995 are triadic colors.

2 #95696E and #696E95 with #6E6995 are triadic colors.