COLOR #6E6795

HEX: #6E6795 RGB: (110,103,149)

Color info

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

RGB color model

#6E6795 color RGB value is (110,103,149).

RGB: (110,103,149) (43%, 40%, 58%)

RGB channels and saturation

R 110 of 255 = 43%
G 103 of 255 = 40%
B 149 of 255 = 58%

110
103
149

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

Portions of RGB colors in percentages

R + G + B = 110 + 103 + 149 = 362 (100%)
R 110 of 362 ~ 30.39%
G 103 of 362 ~ 28.45%
B 149 of 362 ~ 41.16'%

%30.39
%28.45
%41.16

CMYK color model

#6E6795 color CMYK value is (26,31,0,42).

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

CMYK: (26,31,0,42)
C26M31Y0K42 (26%, 31%, 0%, 42%)
(0.26 / 0.31 / 0.00 / 0.42)

CMYK percentages

%26.17
%30.87
%0
%41.57

Codes

Color #6E6795 in popluar color models

6E 67 95
RGB 110 103 149
HSL 249° 18.25% 49.41%
HSB/HSV 249° 30.87% 58.43%
CMYK 26.17% 30.87% 0.00%
41.57%

Color #6E6795 in popluar number systems.

HEX 6E 67 95
Decimal 110 103 149
Binary 1101110 1100111 10010101
Octal 156 147 225

Shades and tints

Shades of #6E6795

#6E6795
(110,103,149)
#645E88
(100,94,136)
#5A557B
(90,85,123)
#504C6E
(80,76,110)
#464361
(70,67,97)
#3C3A54
(60,58,84)
#323147
(50,49,71)
#28283A
(40,40,58)
#1E1F2D
(30,31,45)
#141620
(20,22,32)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #6E6795

#6E6795
(110,103,149)
#7B749E
(123,116,158)
#8881A7
(136,129,167)
#958EB0
(149,142,176)
#A29BB9
(162,155,185)
#AFA8C2
(175,168,194)
#BCB5CB
(188,181,203)
#C9C2D4
(201,194,212)
#D6CFDD
(214,207,221)
#E3DCE6
(227,220,230)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6795; }

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

This text font color is #6E6795.

Background Color

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

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

This div background color is #6E6795.

Border color

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

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

This div border color is #6E6795.

Opacity

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

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

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

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

This text has shadow with #6E6795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6795.

Preview

Color preview on black background

This text has color #6E6795 on black background.


Color preview on white background

This text has color #6E6795 on white background.


Black color preview on #6E6795 background

This text has black color on #6E6795 background.


White color preview on #6E6795 background

This text has white color on #6E6795 background.


Related colors

Complementary color

Complementary color for #hex is #91986A.


I love getcolorcode.com

Triadic colors

1 #956E67 and #67956E with #6E6795 are triadic colors.

2 #95676E and #676E95 with #6E6795 are triadic colors.