COLOR #6E728D

HEX: #6E728D
RGB: (110,114,141)

Color info

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

RGB color model

#6E728D color RGB value is (110,114,141).

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

RGB channels and saturation

R 110 of 255 = 43%
G 114 of 255 = 45%
B 141 of 255 = 55%

110
114
141

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

Portions of RGB colors in percentages

R + G + B =
110 + 114 + 141 = 365 (100%)
R 110 of 365 ~ 30.14%
G 114 of 365 ~ 31.23%
B 141 of 365 ~ 38.63%

%30.14
%31.23
%38.63

CMYK color model

#6E728D color CMYK value is (22,19,0,45).

  • cyan value is 21.99%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(22,19,0,45)
C22M19Y0K45 
(22%,19%,0%,45%)
(0.22/0.19/0.00/0.45)	

CMYK percentages

%21.99
%19.15
%0
%44.71

Codes

Color #6E728D in popluar color models

6E728D
RGB110114141
HSL232°12.35%49.22%
HSB/HSV232°21.99%55.29%
CMYK21.99%19.15%0.00%
44.71%

Color #6E728D in popluar number systems.

HEX6E728D
Decimal110114141
Binary1101110111001010001101
Octal156162215

Shades and tints

Shades of #6E728D

#6E728D
(110,114,141)
#646881
(100,104,129)
#5A5E75
(90,94,117)
#505469
(80,84,105)
#464A5D
(70,74,93)
#3C4051
(60,64,81)
#323645
(50,54,69)
#282C39
(40,44,57)
#1E222D
(30,34,45)
#141821
(20,24,33)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #6E728D

#6E728D
(110,114,141)
#7B7E97
(123,126,151)
#888AA1
(136,138,161)
#9596AB
(149,150,171)
#A2A2B5
(162,162,181)
#AFAEBF
(175,174,191)
#BCBAC9
(188,186,201)
#C9C6D3
(201,198,211)
#D6D2DD
(214,210,221)
#E3DEE7
(227,222,231)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E728D; }

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

This text font color is #6E728D.


Background Color

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

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

This div background color is #6E728D.


Border color

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

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

This div border color is #6E728D.


Opacity

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

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

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

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

This text has shadow with #6E728D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E728D on black background.


Color preview on white background

This text has color #6E728D on white background.



Black color preview on #6E728D background

This text has black color on #6E728D background.


White color preview on #6E728D background

This text has white color on #6E728D background.