COLOR #6E798D

HEX: #6E798D
RGB: (110,121,141)

Color info

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

RGB color model

#6E798D color RGB value is (110,121,141).

  • red value is 110;
  • green value is 121;
  • blue value is 141.
RGB:
(110,121,141)
(43%,47%,55%)

RGB channels and saturation

R 110 of 255 = 43%
G 121 of 255 = 47%
B 141 of 255 = 55%

110
121
141

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

Portions of RGB colors in percentages

R + G + B =
110 + 121 + 141 = 372 (100%)
R 110 of 372 ~ 29.57%
G 121 of 372 ~ 32.53%
B 141 of 372 ~ 37.9%

%29.57
%32.53
%37.9

CMYK color model

#6E798D color CMYK value is (22,14,0,45).

  • cyan value is 21.99%
  • magenta value is 14.18%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(22,14,0,45)
C22M14Y0K45 
(22%,14%,0%,45%)
(0.22/0.14/0.00/0.45)	

CMYK percentages

%21.99
%14.18
%0
%44.71

Codes

Color #6E798D in popluar color models

6E798D
RGB110121141
HSL219°12.35%49.22%
HSB/HSV219°21.99%55.29%
CMYK21.99%14.18%0.00%
44.71%

Color #6E798D in popluar number systems.

HEX6E798D
Decimal110121141
Binary1101110111100110001101
Octal156171215

Shades and tints

Shades of #6E798D

#6E798D
(110,121,141)
#646E81
(100,110,129)
#5A6375
(90,99,117)
#505869
(80,88,105)
#464D5D
(70,77,93)
#3C4251
(60,66,81)
#323745
(50,55,69)
#282C39
(40,44,57)
#1E212D
(30,33,45)
#141621
(20,22,33)
#0A0B15
(10,11,21)
#000000
(0,0,0)

Tints of #6E798D

#6E798D
(110,121,141)
#7B8597
(123,133,151)
#8891A1
(136,145,161)
#959DAB
(149,157,171)
#A2A9B5
(162,169,181)
#AFB5BF
(175,181,191)
#BCC1C9
(188,193,201)
#C9CDD3
(201,205,211)
#D6D9DD
(214,217,221)
#E3E5E7
(227,229,231)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E798D color. Also use rgb(110,121,141) instead hex code.

Text Font Color

.myTextColor { color: #6E798D; }

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

This text font color is #6E798D.


Background Color

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

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

This div background color is #6E798D.


Border color

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

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

This div border color is #6E798D.


Opacity

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

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

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

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

This text has shadow with #6E798D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E798D on black background.


Color preview on white background

This text has color #6E798D on white background.



Black color preview on #6E798D background

This text has black color on #6E798D background.


White color preview on #6E798D background

This text has white color on #6E798D background.