COLOR #6E8486

HEX: #6E8486
RGB: (110,132,134)

Color info

#6E8486 contains red, green and blue colors in about the same proportion. Web safe color of #6E8486 is #669999 (or #699).

RGB color model

#6E8486 color RGB value is (110,132,134).

  • red value is 110;
  • green value is 132;
  • blue value is 134.
RGB: (110,132,134) (43%,52%,53%)

RGB channels and saturation

R 110 of 255 = 43%
G 132 of 255 = 52%
B 134 of 255 = 53%

110
132
134

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

Portions of RGB colors in percentages

R + G + B =
110 + 132 + 134 = 376 (100%)
R 110 of 376 ~ 29.26%
G 132 of 376 ~ 35.11%
B 134 of 376 ~ 35.64%

%29.26
%35.11
%35.64

CMYK color model

#6E8486 color CMYK value is (18,1,0,47).

  • cyan value is 17.91%
  • magenta value is 1.49%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK: (18,1,0,47) C18M1Y0K47 (18%,1%,0%,47%) (0.18/0.01/0.00/0.47)

CMYK percentages

%17.91
%1.49
%0
%47.45

Codes

Color #6E8486 in popluar color models

6E8486
RGB110132134
HSL185°9.84%47.84%
HSB/HSV185°17.91%52.55%
CMYK17.91%1.49%0.00%
47.45%

Color #6E8486 in popluar number systems.

HEX6E8486
Decimal110132134
Binary11011101000010010000110
Octal156204206

Shades and tints

Shades of #6E8486

#6E8486
(110,132,134)
#64787A
(100,120,122)
#5A6C6E
(90,108,110)
#506062
(80,96,98)
#465456
(70,84,86)
#3C484A
(60,72,74)
#323C3E
(50,60,62)
#283032
(40,48,50)
#1E2426
(30,36,38)
#14181A
(20,24,26)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #6E8486

#6E8486
(110,132,134)
#7B8F91
(123,143,145)
#889A9C
(136,154,156)
#95A5A7
(149,165,167)
#A2B0B2
(162,176,178)
#AFBBBD
(175,187,189)
#BCC6C8
(188,198,200)
#C9D1D3
(201,209,211)
#D6DCDE
(214,220,222)
#E3E7E9
(227,231,233)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E8486 color. Also use rgb(110,132,134) instead hex code.

Text Font Color

.myTextColor { color: #6E8486; }

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

This text font color is #6E8486.


Background Color

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

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

This div background color is #6E8486.


Border color

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

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

This div border color is #6E8486.


Opacity

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

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

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

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

This text has shadow with #6E8486 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6E8486 on black background.


Color preview on white background

This text has color #6E8486 on white background.



Black color preview on #6E8486 background

This text has black color on #6E8486 background.


White color preview on #6E8486 background

This text has white color on #6E8486 background.