COLOR #6E7FB8

HEX: #6E7FB8
RGB: (110,127,184)

Color info

#6E7FB8 contains mainly green and blue colors. Web safe color of #6E7FB8 is #6666CC (or #66C).

RGB color model

#6E7FB8 color RGB value is (110,127,184).

  • red value is 110;
  • green value is 127;
  • blue value is 184.
RGB:
(110,127,184)
(43%,50%,72%)

RGB channels and saturation

R 110 of 255 = 43%
G 127 of 255 = 50%
B 184 of 255 = 72%

110
127
184

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

Portions of RGB colors in percentages

R + G + B =
110 + 127 + 184 = 421 (100%)
R 110 of 421 ~ 26.13%
G 127 of 421 ~ 30.17%
B 184 of 421 ~ 43.71%

%26.13
%30.17
%43.71

CMYK color model

#6E7FB8 color CMYK value is (40,31,0,28).

  • cyan value is 40.22%
  • magenta value is 30.98%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(40,31,0,28)
C40M31Y0K28 
(40%,31%,0%,28%)
(0.40/0.31/0.00/0.28)	

CMYK percentages

%40.22
%30.98
%0
%27.84

Codes

Color #6E7FB8 in popluar color models

6E7FB8
RGB110127184
HSL226°34.26%57.65%
HSB/HSV226°40.22%72.16%
CMYK40.22%30.98%0.00%
27.84%

Color #6E7FB8 in popluar number systems.

HEX6E7FB8
Decimal110127184
Binary1101110111111110111000
Octal156177270

Shades and tints

Shades of #6E7FB8

#6E7FB8
(110,127,184)
#6474A8
(100,116,168)
#5A6998
(90,105,152)
#505E88
(80,94,136)
#465378
(70,83,120)
#3C4868
(60,72,104)
#323D58
(50,61,88)
#283248
(40,50,72)
#1E2738
(30,39,56)
#141C28
(20,28,40)
#0A1118
(10,17,24)
#000000
(0,0,0)

Tints of #6E7FB8

#6E7FB8
(110,127,184)
#7B8ABE
(123,138,190)
#8895C4
(136,149,196)
#95A0CA
(149,160,202)
#A2ABD0
(162,171,208)
#AFB6D6
(175,182,214)
#BCC1DC
(188,193,220)
#C9CCE2
(201,204,226)
#D6D7E8
(214,215,232)
#E3E2EE
(227,226,238)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7FB8 color. Also use rgb(110,127,184) instead hex code.

Text Font Color

.myTextColor { color: #6E7FB8; }

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

This text font color is #6E7FB8.


Background Color

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

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

This div background color is #6E7FB8.


Border color

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

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

This div border color is #6E7FB8.


Opacity

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

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

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

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

This text has shadow with #6E7FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7FB8 on black background.


Color preview on white background

This text has color #6E7FB8 on white background.



Black color preview on #6E7FB8 background

This text has black color on #6E7FB8 background.


White color preview on #6E7FB8 background

This text has white color on #6E7FB8 background.