COLOR #6E7794

HEX: #6E7794
RGB: (110,119,148)

Color info

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

RGB color model

#6E7794 color RGB value is (110,119,148).

  • red value is 110;
  • green value is 119;
  • blue value is 148.
RGB:
(110,119,148)
(43%,47%,58%)

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 148 of 255 = 58%

110
119
148

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

Portions of RGB colors in percentages

R + G + B =
110 + 119 + 148 = 377 (100%)
R 110 of 377 ~ 29.18%
G 119 of 377 ~ 31.56%
B 148 of 377 ~ 39.26%

%29.18
%31.56
%39.26

CMYK color model

#6E7794 color CMYK value is (26,20,0,42).

  • cyan value is 25.68%
  • magenta value is 19.59%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(26,20,0,42)
C26M20Y0K42 
(26%,20%,0%,42%)
(0.26/0.20/0.00/0.42)	

CMYK percentages

%25.68
%19.59
%0
%41.96

Codes

Color #6E7794 in popluar color models

6E7794
RGB110119148
HSL226°15.08%50.59%
HSB/HSV226°25.68%58.04%
CMYK25.68%19.59%0.00%
41.96%

Color #6E7794 in popluar number systems.

HEX6E7794
Decimal110119148
Binary1101110111011110010100
Octal156167224

Shades and tints

Shades of #6E7794

#6E7794
(110,119,148)
#646D87
(100,109,135)
#5A637A
(90,99,122)
#50596D
(80,89,109)
#464F60
(70,79,96)
#3C4553
(60,69,83)
#323B46
(50,59,70)
#283139
(40,49,57)
#1E272C
(30,39,44)
#141D1F
(20,29,31)
#0A1312
(10,19,18)
#000000
(0,0,0)

Tints of #6E7794

#6E7794
(110,119,148)
#7B839D
(123,131,157)
#888FA6
(136,143,166)
#959BAF
(149,155,175)
#A2A7B8
(162,167,184)
#AFB3C1
(175,179,193)
#BCBFCA
(188,191,202)
#C9CBD3
(201,203,211)
#D6D7DC
(214,215,220)
#E3E3E5
(227,227,229)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7794 color. Also use rgb(110,119,148) instead hex code.

Text Font Color

.myTextColor { color: #6E7794; }

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

This text font color is #6E7794.


Background Color

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

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

This div background color is #6E7794.


Border color

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

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

This div border color is #6E7794.


Opacity

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

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

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

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

This text has shadow with #6E7794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7794 on black background.


Color preview on white background

This text has color #6E7794 on white background.



Black color preview on #6E7794 background

This text has black color on #6E7794 background.


White color preview on #6E7794 background

This text has white color on #6E7794 background.