COLOR #6E7495

HEX: #6E7495
RGB: (110,116,149)

Color info

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

RGB color model

#6E7495 color RGB value is (110,116,149).

  • red value is 110;
  • green value is 116;
  • blue value is 149.
RGB:
(110,116,149)
(43%,45%,58%)

RGB channels and saturation

R 110 of 255 = 43%
G 116 of 255 = 45%
B 149 of 255 = 58%

110
116
149

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

Portions of RGB colors in percentages

R + G + B =
110 + 116 + 149 = 375 (100%)
R 110 of 375 ~ 29.33%
G 116 of 375 ~ 30.93%
B 149 of 375 ~ 39.73%

%29.33
%30.93
%39.73

CMYK color model

#6E7495 color CMYK value is (26,22,0,42).

  • cyan value is 26.17%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(26,22,0,42)
C26M22Y0K42 
(26%,22%,0%,42%)
(0.26/0.22/0.00/0.42)	

CMYK percentages

%26.17
%22.15
%0
%41.57

Codes

Color #6E7495 in popluar color models

6E7495
RGB110116149
HSL231°15.54%50.78%
HSB/HSV231°26.17%58.43%
CMYK26.17%22.15%0.00%
41.57%

Color #6E7495 in popluar number systems.

HEX6E7495
Decimal110116149
Binary1101110111010010010101
Octal156164225

Shades and tints

Shades of #6E7495

#6E7495
(110,116,149)
#646A88
(100,106,136)
#5A607B
(90,96,123)
#50566E
(80,86,110)
#464C61
(70,76,97)
#3C4254
(60,66,84)
#323847
(50,56,71)
#282E3A
(40,46,58)
#1E242D
(30,36,45)
#141A20
(20,26,32)
#0A1013
(10,16,19)
#000000
(0,0,0)

Tints of #6E7495

#6E7495
(110,116,149)
#7B809E
(123,128,158)
#888CA7
(136,140,167)
#9598B0
(149,152,176)
#A2A4B9
(162,164,185)
#AFB0C2
(175,176,194)
#BCBCCB
(188,188,203)
#C9C8D4
(201,200,212)
#D6D4DD
(214,212,221)
#E3E0E6
(227,224,230)
#F0ECEF
(240,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7495; }

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

This text font color is #6E7495.


Background Color

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

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

This div background color is #6E7495.


Border color

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

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

This div border color is #6E7495.


Opacity

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

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

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

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

This text has shadow with #6E7495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7495 on black background.


Color preview on white background

This text has color #6E7495 on white background.



Black color preview on #6E7495 background

This text has black color on #6E7495 background.


White color preview on #6E7495 background

This text has white color on #6E7495 background.