COLOR #6E718D

HEX: #6E718D
RGB: (110,113,141)

Color info

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

RGB color model

#6E718D color RGB value is (110,113,141).

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

RGB channels and saturation

R 110 of 255 = 43%
G 113 of 255 = 44%
B 141 of 255 = 55%

110
113
141

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

Portions of RGB colors in percentages

R + G + B =
110 + 113 + 141 = 364 (100%)
R 110 of 364 ~ 30.22%
G 113 of 364 ~ 31.04%
B 141 of 364 ~ 38.74%

%30.22
%31.04
%38.74

CMYK color model

#6E718D color CMYK value is (22,20,0,45).

  • cyan value is 21.99%
  • magenta value is 19.86%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(22,20,0,45)
C22M20Y0K45 
(22%,20%,0%,45%)
(0.22/0.20/0.00/0.45)	

CMYK percentages

%21.99
%19.86
%0
%44.71

Codes

Color #6E718D in popluar color models

6E718D
RGB110113141
HSL234°12.35%49.22%
HSB/HSV234°21.99%55.29%
CMYK21.99%19.86%0.00%
44.71%

Color #6E718D in popluar number systems.

HEX6E718D
Decimal110113141
Binary1101110111000110001101
Octal156161215

Shades and tints

Shades of #6E718D

#6E718D
(110,113,141)
#646781
(100,103,129)
#5A5D75
(90,93,117)
#505369
(80,83,105)
#46495D
(70,73,93)
#3C3F51
(60,63,81)
#323545
(50,53,69)
#282B39
(40,43,57)
#1E212D
(30,33,45)
#141721
(20,23,33)
#0A0D15
(10,13,21)
#000000
(0,0,0)

Tints of #6E718D

#6E718D
(110,113,141)
#7B7D97
(123,125,151)
#8889A1
(136,137,161)
#9595AB
(149,149,171)
#A2A1B5
(162,161,181)
#AFADBF
(175,173,191)
#BCB9C9
(188,185,201)
#C9C5D3
(201,197,211)
#D6D1DD
(214,209,221)
#E3DDE7
(227,221,231)
#F0E9F1
(240,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E718D; }

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

This text font color is #6E718D.


Background Color

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

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

This div background color is #6E718D.


Border color

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

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

This div border color is #6E718D.


Opacity

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

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

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

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

This text has shadow with #6E718D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E718D on black background.


Color preview on white background

This text has color #6E718D on white background.



Black color preview on #6E718D background

This text has black color on #6E718D background.


White color preview on #6E718D background

This text has white color on #6E718D background.