COLOR #6E7685

HEX: #6E7685 RGB: (110,118,133)

Color info

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

RGB color model

#6E7685 color RGB value is (110,118,133).

RGB: (110,118,133) (43%, 46%, 52%)

RGB channels and saturation

R 110 of 255 = 43%
G 118 of 255 = 46%
B 133 of 255 = 52%

110
118
133

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

Portions of RGB colors in percentages

R + G + B = 110 + 118 + 133 = 361 (100%)
R 110 of 361 ~ 30.47%
G 118 of 361 ~ 32.69%
B 133 of 361 ~ 36.84'%

%30.47
%32.69
%36.84

CMYK color model

#6E7685 color CMYK value is (17,11,0,48).

  • cyan value is 17.29%
  • magenta value is 11.28%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (17,11,0,48) C17M11Y0K48 (17%,11%,0%,48%) (0.17/0.11/0.00/0.48) 

CMYK percentages

%17.29
%11.28
%0
%47.84

Codes

Color #6E7685 in popluar color models

6E 76 85
RGB 110 118 133
HSL 219° 9.47% 47.65%
HSB/HSV 219° 17.29% 52.16%
CMYK 17.29% 11.28% 0.00%
47.84%

Color #6E7685 in popluar number systems.

HEX 6E 76 85
Decimal 110 118 133
Binary 1101110 1110110 10000101
Octal 156 166 205

Shades and tints

Shades of #6E7685

#6E7685
(110,118,133)
#646C79
(100,108,121)
#5A626D
(90,98,109)
#505861
(80,88,97)
#464E55
(70,78,85)
#3C4449
(60,68,73)
#323A3D
(50,58,61)
#283031
(40,48,49)
#1E2625
(30,38,37)
#141C19
(20,28,25)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #6E7685

#6E7685
(110,118,133)
#7B8290
(123,130,144)
#888E9B
(136,142,155)
#959AA6
(149,154,166)
#A2A6B1
(162,166,177)
#AFB2BC
(175,178,188)
#BCBEC7
(188,190,199)
#C9CAD2
(201,202,210)
#D6D6DD
(214,214,221)
#E3E2E8
(227,226,232)
#F0EEF3
(240,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7685 color. Also use rgb(110,118,133) instead hex code.

Text Font Color

.myTextColor { color: #6E7685; }

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

This text font color is #6E7685.

Background Color

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

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

This div background color is #6E7685.

Border color

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

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

This div border color is #6E7685.

Opacity

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

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

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

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

This text has shadow with #6E7685 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7685.

Preview

Color preview on black background

This text has color #6E7685 on black background.


Color preview on white background

This text has color #6E7685 on white background.


Black color preview on #6E7685 background

This text has black color on #6E7685 background.


White color preview on #6E7685 background

This text has white color on #6E7685 background.


Related colors

Complementary color

Complementary color for #hex is #91897A.


I love getcolorcode.com

Triadic colors

1 #856E76 and #76856E with #6E7685 are triadic colors.

2 #85766E and #766E85 with #6E7685 are triadic colors.