COLOR #6E708A

HEX: #6E708A
RGB: (110,112,138)

Color info

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

RGB color model

#6E708A color RGB value is (110,112,138).

  • red value is 110;
  • green value is 112;
  • blue value is 138.
RGB:
(110,112,138)
(43%,44%,54%)

RGB channels and saturation

R 110 of 255 = 43%
G 112 of 255 = 44%
B 138 of 255 = 54%

110
112
138

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

Portions of RGB colors in percentages

R + G + B =
110 + 112 + 138 = 360 (100%)
R 110 of 360 ~ 30.56%
G 112 of 360 ~ 31.11%
B 138 of 360 ~ 38.33%

%30.56
%31.11
%38.33

CMYK color model

#6E708A color CMYK value is (20,19,0,46).

  • cyan value is 20.29%
  • magenta value is 18.84%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(20,19,0,46)
C20M19Y0K46 
(20%,19%,0%,46%)
(0.20/0.19/0.00/0.46)	

CMYK percentages

%20.29
%18.84
%0
%45.88

Codes

Color #6E708A in popluar color models

6E708A
RGB110112138
HSL236°11.29%48.63%
HSB/HSV236°20.29%54.12%
CMYK20.29%18.84%0.00%
45.88%

Color #6E708A in popluar number systems.

HEX6E708A
Decimal110112138
Binary1101110111000010001010
Octal156160212

Shades and tints

Shades of #6E708A

#6E708A
(110,112,138)
#64667E
(100,102,126)
#5A5C72
(90,92,114)
#505266
(80,82,102)
#46485A
(70,72,90)
#3C3E4E
(60,62,78)
#323442
(50,52,66)
#282A36
(40,42,54)
#1E202A
(30,32,42)
#14161E
(20,22,30)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #6E708A

#6E708A
(110,112,138)
#7B7D94
(123,125,148)
#888A9E
(136,138,158)
#9597A8
(149,151,168)
#A2A4B2
(162,164,178)
#AFB1BC
(175,177,188)
#BCBEC6
(188,190,198)
#C9CBD0
(201,203,208)
#D6D8DA
(214,216,218)
#E3E5E4
(227,229,228)
#F0F2EE
(240,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E708A color. Also use rgb(110,112,138) instead hex code.

Text Font Color

.myTextColor { color: #6E708A; }

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

This text font color is #6E708A.


Background Color

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

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

This div background color is #6E708A.


Border color

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

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

This div border color is #6E708A.


Opacity

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

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

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

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

This text has shadow with #6E708A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E708A on black background.


Color preview on white background

This text has color #6E708A on white background.



Black color preview on #6E708A background

This text has black color on #6E708A background.


White color preview on #6E708A background

This text has white color on #6E708A background.