COLOR #6E6897

HEX: #6E6897
RGB: (110,104,151)

Color info

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

RGB color model

#6E6897 color RGB value is (110,104,151).

  • red value is 110;
  • green value is 104;
  • blue value is 151.
RGB:
(110,104,151)
(43%,41%,59%)

RGB channels and saturation

R 110 of 255 = 43%
G 104 of 255 = 41%
B 151 of 255 = 59%

110
104
151

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

Portions of RGB colors in percentages

R + G + B =
110 + 104 + 151 = 365 (100%)
R 110 of 365 ~ 30.14%
G 104 of 365 ~ 28.49%
B 151 of 365 ~ 41.37%

%30.14
%28.49
%41.37

CMYK color model

#6E6897 color CMYK value is (27,31,0,41).

  • cyan value is 27.15%
  • magenta value is 31.13%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(27,31,0,41)
C27M31Y0K41 
(27%,31%,0%,41%)
(0.27/0.31/0.00/0.41)	

CMYK percentages

%27.15
%31.13
%0
%40.78

Codes

Color #6E6897 in popluar color models

6E6897
RGB110104151
HSL248°18.43%50.00%
HSB/HSV248°31.13%59.22%
CMYK27.15%31.13%0.00%
40.78%

Color #6E6897 in popluar number systems.

HEX6E6897
Decimal110104151
Binary1101110110100010010111
Octal156150227

Shades and tints

Shades of #6E6897

#6E6897
(110,104,151)
#645F8A
(100,95,138)
#5A567D
(90,86,125)
#504D70
(80,77,112)
#464463
(70,68,99)
#3C3B56
(60,59,86)
#323249
(50,50,73)
#28293C
(40,41,60)
#1E202F
(30,32,47)
#141722
(20,23,34)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #6E6897

#6E6897
(110,104,151)
#7B75A0
(123,117,160)
#8882A9
(136,130,169)
#958FB2
(149,143,178)
#A29CBB
(162,156,187)
#AFA9C4
(175,169,196)
#BCB6CD
(188,182,205)
#C9C3D6
(201,195,214)
#D6D0DF
(214,208,223)
#E3DDE8
(227,221,232)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6897; }

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

This text font color is #6E6897.


Background Color

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

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

This div background color is #6E6897.


Border color

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

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

This div border color is #6E6897.


Opacity

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

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

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

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

This text has shadow with #6E6897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6897 on black background.


Color preview on white background

This text has color #6E6897 on white background.



Black color preview on #6E6897 background

This text has black color on #6E6897 background.


White color preview on #6E6897 background

This text has white color on #6E6897 background.