COLOR #6E8FB1

HEX: #6E8FB1
RGB: (110,143,177)

Color info

#6E8FB1 contains mainly green and blue colors. Web safe color of #6E8FB1 is #669999 (or #699).

RGB color model

#6E8FB1 color RGB value is (110,143,177).

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

RGB channels and saturation

R 110 of 255 = 43%
G 143 of 255 = 56%
B 177 of 255 = 69%

110
143
177

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

Portions of RGB colors in percentages

R + G + B =
110 + 143 + 177 = 430 (100%)
R 110 of 430 ~ 25.58%
G 143 of 430 ~ 33.26%
B 177 of 430 ~ 41.16%

%25.58
%33.26
%41.16

CMYK color model

#6E8FB1 color CMYK value is (38,19,0,31).

  • cyan value is 37.85%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(38,19,0,31)
C38M19Y0K31 
(38%,19%,0%,31%)
(0.38/0.19/0.00/0.31)	

CMYK percentages

%37.85
%19.21
%0
%30.59

Codes

Color #6E8FB1 in popluar color models

6E8FB1
RGB110143177
HSL210°30.04%56.27%
HSB/HSV210°37.85%69.41%
CMYK37.85%19.21%0.00%
30.59%

Color #6E8FB1 in popluar number systems.

HEX6E8FB1
Decimal110143177
Binary11011101000111110110001
Octal156217261

Shades and tints

Shades of #6E8FB1

#6E8FB1
(110,143,177)
#6482A1
(100,130,161)
#5A7591
(90,117,145)
#506881
(80,104,129)
#465B71
(70,91,113)
#3C4E61
(60,78,97)
#324151
(50,65,81)
#283441
(40,52,65)
#1E2731
(30,39,49)
#141A21
(20,26,33)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #6E8FB1

#6E8FB1
(110,143,177)
#7B99B8
(123,153,184)
#88A3BF
(136,163,191)
#95ADC6
(149,173,198)
#A2B7CD
(162,183,205)
#AFC1D4
(175,193,212)
#BCCBDB
(188,203,219)
#C9D5E2
(201,213,226)
#D6DFE9
(214,223,233)
#E3E9F0
(227,233,240)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E8FB1; }

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

This text font color is #6E8FB1.


Background Color

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

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

This div background color is #6E8FB1.


Border color

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

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

This div border color is #6E8FB1.


Opacity

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

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

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

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

This text has shadow with #6E8FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E8FB1 on black background.


Color preview on white background

This text has color #6E8FB1 on white background.



Black color preview on #6E8FB1 background

This text has black color on #6E8FB1 background.


White color preview on #6E8FB1 background

This text has white color on #6E8FB1 background.