COLOR #6E7796

HEX: #6E7796
RGB: (110,119,150)

Color info

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

RGB color model

#6E7796 color RGB value is (110,119,150).

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

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 150 of 255 = 59%

110
119
150

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

Portions of RGB colors in percentages

R + G + B =
110 + 119 + 150 = 379 (100%)
R 110 of 379 ~ 29.02%
G 119 of 379 ~ 31.4%
B 150 of 379 ~ 39.58%

%29.02
%31.4
%39.58

CMYK color model

#6E7796 color CMYK value is (27,21,0,41).

  • cyan value is 26.67%
  • magenta value is 20.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(27,21,0,41)
C27M21Y0K41 
(27%,21%,0%,41%)
(0.27/0.21/0.00/0.41)	

CMYK percentages

%26.67
%20.67
%0
%41.18

Codes

Color #6E7796 in popluar color models

6E7796
RGB110119150
HSL227°16.00%50.98%
HSB/HSV227°26.67%58.82%
CMYK26.67%20.67%0.00%
41.18%

Color #6E7796 in popluar number systems.

HEX6E7796
Decimal110119150
Binary1101110111011110010110
Octal156167226

Shades and tints

Shades of #6E7796

#6E7796
(110,119,150)
#646D89
(100,109,137)
#5A637C
(90,99,124)
#50596F
(80,89,111)
#464F62
(70,79,98)
#3C4555
(60,69,85)
#323B48
(50,59,72)
#28313B
(40,49,59)
#1E272E
(30,39,46)
#141D21
(20,29,33)
#0A1314
(10,19,20)
#000000
(0,0,0)

Tints of #6E7796

#6E7796
(110,119,150)
#7B839F
(123,131,159)
#888FA8
(136,143,168)
#959BB1
(149,155,177)
#A2A7BA
(162,167,186)
#AFB3C3
(175,179,195)
#BCBFCC
(188,191,204)
#C9CBD5
(201,203,213)
#D6D7DE
(214,215,222)
#E3E3E7
(227,227,231)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7796; }

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

This text font color is #6E7796.


Background Color

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

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

This div background color is #6E7796.


Border color

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

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

This div border color is #6E7796.


Opacity

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

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

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

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

This text has shadow with #6E7796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7796 on black background.


Color preview on white background

This text has color #6E7796 on white background.



Black color preview on #6E7796 background

This text has black color on #6E7796 background.


White color preview on #6E7796 background

This text has white color on #6E7796 background.