COLOR #6E778F

HEX: #6E778F
RGB: (110,119,143)

Color info

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

RGB color model

#6E778F color RGB value is (110,119,143).

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

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 143 of 255 = 56%

110
119
143

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

Portions of RGB colors in percentages

R + G + B =
110 + 119 + 143 = 372 (100%)
R 110 of 372 ~ 29.57%
G 119 of 372 ~ 31.99%
B 143 of 372 ~ 38.44%

%29.57
%31.99
%38.44

CMYK color model

#6E778F color CMYK value is (23,17,0,44).

  • cyan value is 23.08%
  • magenta value is 16.78%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(23,17,0,44)
C23M17Y0K44 
(23%,17%,0%,44%)
(0.23/0.17/0.00/0.44)	

CMYK percentages

%23.08
%16.78
%0
%43.92

Codes

Color #6E778F in popluar color models

6E778F
RGB110119143
HSL224°13.04%49.61%
HSB/HSV224°23.08%56.08%
CMYK23.08%16.78%0.00%
43.92%

Color #6E778F in popluar number systems.

HEX6E778F
Decimal110119143
Binary1101110111011110001111
Octal156167217

Shades and tints

Shades of #6E778F

#6E778F
(110,119,143)
#646D82
(100,109,130)
#5A6375
(90,99,117)
#505968
(80,89,104)
#464F5B
(70,79,91)
#3C454E
(60,69,78)
#323B41
(50,59,65)
#283134
(40,49,52)
#1E2727
(30,39,39)
#141D1A
(20,29,26)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #6E778F

#6E778F
(110,119,143)
#7B8399
(123,131,153)
#888FA3
(136,143,163)
#959BAD
(149,155,173)
#A2A7B7
(162,167,183)
#AFB3C1
(175,179,193)
#BCBFCB
(188,191,203)
#C9CBD5
(201,203,213)
#D6D7DF
(214,215,223)
#E3E3E9
(227,227,233)
#F0EFF3
(240,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E778F; }

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

This text font color is #6E778F.


Background Color

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

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

This div background color is #6E778F.


Border color

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

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

This div border color is #6E778F.


Opacity

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

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

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

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

This text has shadow with #6E778F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E778F on black background.


Color preview on white background

This text has color #6E778F on white background.



Black color preview on #6E778F background

This text has black color on #6E778F background.


White color preview on #6E778F background

This text has white color on #6E778F background.