COLOR #6E7183

HEX: #6E7183
RGB: (110,113,131)

Color info

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

RGB color model

#6E7183 color RGB value is (110,113,131).

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

RGB channels and saturation

R 110 of 255 = 43%
G 113 of 255 = 44%
B 131 of 255 = 51%

110
113
131

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

Portions of RGB colors in percentages

R + G + B =
110 + 113 + 131 = 354 (100%)
R 110 of 354 ~ 31.07%
G 113 of 354 ~ 31.92%
B 131 of 354 ~ 37.01%

%31.07
%31.92
%37.01

CMYK color model

#6E7183 color CMYK value is (16,14,0,49).

  • cyan value is 16.03%
  • magenta value is 13.74%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(16,14,0,49)
C16M14Y0K49 
(16%,14%,0%,49%)
(0.16/0.14/0.00/0.49)	

CMYK percentages

%16.03
%13.74
%0
%48.63

Codes

Color #6E7183 in popluar color models

6E7183
RGB110113131
HSL231°8.71%47.25%
HSB/HSV231°16.03%51.37%
CMYK16.03%13.74%0.00%
48.63%

Color #6E7183 in popluar number systems.

HEX6E7183
Decimal110113131
Binary1101110111000110000011
Octal156161203

Shades and tints

Shades of #6E7183

#6E7183
(110,113,131)
#646778
(100,103,120)
#5A5D6D
(90,93,109)
#505362
(80,83,98)
#464957
(70,73,87)
#3C3F4C
(60,63,76)
#323541
(50,53,65)
#282B36
(40,43,54)
#1E212B
(30,33,43)
#141720
(20,23,32)
#0A0D15
(10,13,21)
#000000
(0,0,0)

Tints of #6E7183

#6E7183
(110,113,131)
#7B7D8E
(123,125,142)
#888999
(136,137,153)
#9595A4
(149,149,164)
#A2A1AF
(162,161,175)
#AFADBA
(175,173,186)
#BCB9C5
(188,185,197)
#C9C5D0
(201,197,208)
#D6D1DB
(214,209,219)
#E3DDE6
(227,221,230)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7183; }

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

This text font color is #6E7183.


Background Color

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

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

This div background color is #6E7183.


Border color

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

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

This div border color is #6E7183.


Opacity

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

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

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

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

This text has shadow with #6E7183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7183 on black background.


Color preview on white background

This text has color #6E7183 on white background.



Black color preview on #6E7183 background

This text has black color on #6E7183 background.


White color preview on #6E7183 background

This text has white color on #6E7183 background.