COLOR #6E799D

HEX: #6E799D
RGB: (110,121,157)

Color info

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

RGB color model

#6E799D color RGB value is (110,121,157).

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

RGB channels and saturation

R 110 of 255 = 43%
G 121 of 255 = 47%
B 157 of 255 = 62%

110
121
157

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

Portions of RGB colors in percentages

R + G + B =
110 + 121 + 157 = 388 (100%)
R 110 of 388 ~ 28.35%
G 121 of 388 ~ 31.19%
B 157 of 388 ~ 40.46%

%28.35
%31.19
%40.46

CMYK color model

#6E799D color CMYK value is (30,23,0,38).

  • cyan value is 29.94%
  • magenta value is 22.93%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(30,23,0,38)
C30M23Y0K38 
(30%,23%,0%,38%)
(0.30/0.23/0.00/0.38)	

CMYK percentages

%29.94
%22.93
%0
%38.43

Codes

Color #6E799D in popluar color models

6E799D
RGB110121157
HSL226°19.34%52.35%
HSB/HSV226°29.94%61.57%
CMYK29.94%22.93%0.00%
38.43%

Color #6E799D in popluar number systems.

HEX6E799D
Decimal110121157
Binary1101110111100110011101
Octal156171235

Shades and tints

Shades of #6E799D

#6E799D
(110,121,157)
#646E8F
(100,110,143)
#5A6381
(90,99,129)
#505873
(80,88,115)
#464D65
(70,77,101)
#3C4257
(60,66,87)
#323749
(50,55,73)
#282C3B
(40,44,59)
#1E212D
(30,33,45)
#14161F
(20,22,31)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #6E799D

#6E799D
(110,121,157)
#7B85A5
(123,133,165)
#8891AD
(136,145,173)
#959DB5
(149,157,181)
#A2A9BD
(162,169,189)
#AFB5C5
(175,181,197)
#BCC1CD
(188,193,205)
#C9CDD5
(201,205,213)
#D6D9DD
(214,217,221)
#E3E5E5
(227,229,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E799D; }

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

This text font color is #6E799D.


Background Color

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

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

This div background color is #6E799D.


Border color

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

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

This div border color is #6E799D.


Opacity

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

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

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

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

This text has shadow with #6E799D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E799D on black background.


Color preview on white background

This text has color #6E799D on white background.



Black color preview on #6E799D background

This text has black color on #6E799D background.


White color preview on #6E799D background

This text has white color on #6E799D background.