COLOR #6E6880

HEX: #6E6880 RGB: (110,104,128)

Color info

#6E6880 contains red, green and blue colors in about the same proportion. Web safe color of #6E6880 is #666666 (or #666).

RGB color model

#6E6880 color RGB value is (110,104,128).

RGB: (110,104,128) (43%, 41%, 50%)

RGB channels and saturation

R 110 of 255 = 43%
G 104 of 255 = 41%
B 128 of 255 = 50%

110
104
128

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

Portions of RGB colors in percentages

R + G + B = 110 + 104 + 128 = 342 (100%)
R 110 of 342 ~ 32.16%
G 104 of 342 ~ 30.41%
B 128 of 342 ~ 37.43'%

%32.16
%30.41
%37.43

CMYK color model

#6E6880 color CMYK value is (14,19,0,50).

  • cyan value is 14.06%
  • magenta value is 18.75%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (14,19,0,50)
C14M19Y0K50 (14%, 19%, 0%, 50%)
(0.14 / 0.19 / 0.00 / 0.50)

CMYK percentages

%14.06
%18.75
%0
%49.8

Codes

Color #6E6880 in popluar color models

6E 68 80
RGB 110 104 128
HSL 255° 10.34% 45.49%
HSB/HSV 255° 18.75% 50.20%
CMYK 14.06% 18.75% 0.00%
49.80%

Color #6E6880 in popluar number systems.

HEX 6E 68 80
Decimal 110 104 128
Binary 1101110 1101000 10000000
Octal 156 150 200

Shades and tints

Shades of #6E6880

#6E6880
(110,104,128)
#645F75
(100,95,117)
#5A566A
(90,86,106)
#504D5F
(80,77,95)
#464454
(70,68,84)
#3C3B49
(60,59,73)
#32323E
(50,50,62)
#282933
(40,41,51)
#1E2028
(30,32,40)
#14171D
(20,23,29)
#0A0E12
(10,14,18)
#000000
(0,0,0)

Tints of #6E6880

#6E6880
(110,104,128)
#7B758B
(123,117,139)
#888296
(136,130,150)
#958FA1
(149,143,161)
#A29CAC
(162,156,172)
#AFA9B7
(175,169,183)
#BCB6C2
(188,182,194)
#C9C3CD
(201,195,205)
#D6D0D8
(214,208,216)
#E3DDE3
(227,221,227)
#F0EAEE
(240,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6880 color. Also use rgb(110,104,128) instead hex code.

Text Font Color

.myTextColor { color: #6E6880; }

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

This text font color is #6E6880.

Background Color

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

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

This div background color is #6E6880.

Border color

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

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

This div border color is #6E6880.

Opacity

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

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

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

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

This text has shadow with #6E6880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6880.

Preview

Color preview on black background

This text has color #6E6880 on black background.


Color preview on white background

This text has color #6E6880 on white background.


Black color preview on #6E6880 background

This text has black color on #6E6880 background.


White color preview on #6E6880 background

This text has white color on #6E6880 background.


Related colors

Complementary color

Complementary color for #hex is #91977F.


I love getcolorcode.com

Triadic colors

1 #806E68 and #68806E with #6E6880 are triadic colors.

2 #80686E and #686E80 with #6E6880 are triadic colors.