COLOR #6E7883

HEX: #6E7883
RGB: (110,120,131)

Color info

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

RGB color model

#6E7883 color RGB value is (110,120,131).

  • red value is 110;
  • green value is 120;
  • blue value is 131.
RGB:
(110,120,131)
(43%,47%,51%)

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 131 of 255 = 51%

110
120
131

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

Portions of RGB colors in percentages

R + G + B =
110 + 120 + 131 = 361 (100%)
R 110 of 361 ~ 30.47%
G 120 of 361 ~ 33.24%
B 131 of 361 ~ 36.29%

%30.47
%33.24
%36.29

CMYK color model

#6E7883 color CMYK value is (16,8,0,49).

  • cyan value is 16.03%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(16,8,0,49)
C16M8Y0K49 
(16%,8%,0%,49%)
(0.16/0.08/0.00/0.49)	

CMYK percentages

%16.03
%8.4
%0
%48.63

Codes

Color #6E7883 in popluar color models

6E7883
RGB110120131
HSL211°8.71%47.25%
HSB/HSV211°16.03%51.37%
CMYK16.03%8.40%0.00%
48.63%

Color #6E7883 in popluar number systems.

HEX6E7883
Decimal110120131
Binary1101110111100010000011
Octal156170203

Shades and tints

Shades of #6E7883

#6E7883
(110,120,131)
#646E78
(100,110,120)
#5A646D
(90,100,109)
#505A62
(80,90,98)
#465057
(70,80,87)
#3C464C
(60,70,76)
#323C41
(50,60,65)
#283236
(40,50,54)
#1E282B
(30,40,43)
#141E20
(20,30,32)
#0A1415
(10,20,21)
#000000
(0,0,0)

Tints of #6E7883

#6E7883
(110,120,131)
#7B848E
(123,132,142)
#889099
(136,144,153)
#959CA4
(149,156,164)
#A2A8AF
(162,168,175)
#AFB4BA
(175,180,186)
#BCC0C5
(188,192,197)
#C9CCD0
(201,204,208)
#D6D8DB
(214,216,219)
#E3E4E6
(227,228,230)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7883 color. Also use rgb(110,120,131) instead hex code.

Text Font Color

.myTextColor { color: #6E7883; }

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

This text font color is #6E7883.


Background Color

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

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

This div background color is #6E7883.


Border color

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

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

This div border color is #6E7883.


Opacity

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

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

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

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

This text has shadow with #6E7883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7883 on black background.


Color preview on white background

This text has color #6E7883 on white background.



Black color preview on #6E7883 background

This text has black color on #6E7883 background.


White color preview on #6E7883 background

This text has white color on #6E7883 background.