COLOR #6E7886

HEX: #6E7886 RGB: (110,120,134)

Color info

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

RGB color model

#6E7886 color RGB value is (110,120,134).

RGB: (110,120,134) (43%, 47%, 53%)

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 134 of 255 = 53%

110
120
134

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

Portions of RGB colors in percentages

R + G + B = 110 + 120 + 134 = 364 (100%)
R 110 of 364 ~ 30.22%
G 120 of 364 ~ 32.97%
B 134 of 364 ~ 36.81'%

%30.22
%32.97
%36.81

CMYK color model

#6E7886 color CMYK value is (18,10,0,47).

  • cyan value is 17.91%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (18,10,0,47)
C18M10Y0K47 (18%, 10%, 0%, 47%)
(0.18 / 0.10 / 0.00 / 0.47)

CMYK percentages

%17.91
%10.45
%0
%47.45

Codes

Color #6E7886 in popluar color models

6E 78 86
RGB 110 120 134
HSL 215° 9.84% 47.84%
HSB/HSV 215° 17.91% 52.55%
CMYK 17.91% 10.45% 0.00%
47.45%

Color #6E7886 in popluar number systems.

HEX 6E 78 86
Decimal 110 120 134
Binary 1101110 1111000 10000110
Octal 156 170 206

Shades and tints

Shades of #6E7886

#6E7886
(110,120,134)
#646E7A
(100,110,122)
#5A646E
(90,100,110)
#505A62
(80,90,98)
#465056
(70,80,86)
#3C464A
(60,70,74)
#323C3E
(50,60,62)
#283232
(40,50,50)
#1E2826
(30,40,38)
#141E1A
(20,30,26)
#0A140E
(10,20,14)
#000000
(0,0,0)

Tints of #6E7886

#6E7886
(110,120,134)
#7B8491
(123,132,145)
#88909C
(136,144,156)
#959CA7
(149,156,167)
#A2A8B2
(162,168,178)
#AFB4BD
(175,180,189)
#BCC0C8
(188,192,200)
#C9CCD3
(201,204,211)
#D6D8DE
(214,216,222)
#E3E4E9
(227,228,233)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E7886; }

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

This text font color is #6E7886.

Background Color

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

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

This div background color is #6E7886.

Border color

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

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

This div border color is #6E7886.

Opacity

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

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

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

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

This text has shadow with #6E7886 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7886.

Preview

Color preview on black background

This text has color #6E7886 on black background.


Color preview on white background

This text has color #6E7886 on white background.


Black color preview on #6E7886 background

This text has black color on #6E7886 background.


White color preview on #6E7886 background

This text has white color on #6E7886 background.


Related colors

Complementary color

Complementary color for #hex is #918779.


I love getcolorcode.com

Triadic colors

1 #866E78 and #78866E with #6E7886 are triadic colors.

2 #86786E and #786E86 with #6E7886 are triadic colors.