COLOR #6E6774

HEX: #6E6774 RGB: (110,103,116)

Color info

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

RGB color model

#6E6774 color RGB value is (110,103,116).

RGB: (110,103,116) (43%, 40%, 45%)

RGB channels and saturation

R 110 of 255 = 43%
G 103 of 255 = 40%
B 116 of 255 = 45%

110
103
116

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

Portions of RGB colors in percentages

R + G + B = 110 + 103 + 116 = 329 (100%)
R 110 of 329 ~ 33.43%
G 103 of 329 ~ 31.31%
B 116 of 329 ~ 35.26'%

%33.43
%31.31
%35.26

CMYK color model

#6E6774 color CMYK value is (5,11,0,55).

  • cyan value is 5.17%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (5,11,0,55) C5M11Y0K55 (5%,11%,0%,55%) (0.05/0.11/0.00/0.55) 

CMYK percentages

%5.17
%11.21
%0
%54.51

Codes

Color #6E6774 in popluar color models

6E 67 74
RGB 110 103 116
HSL 272° 5.94% 42.94%
HSB/HSV 272° 11.21% 45.49%
CMYK 5.17% 11.21% 0.00%
54.51%

Color #6E6774 in popluar number systems.

HEX 6E 67 74
Decimal 110 103 116
Binary 1101110 1100111 1110100
Octal 156 147 164

Shades and tints

Shades of #6E6774

#6E6774
(110,103,116)
#645E6A
(100,94,106)
#5A5560
(90,85,96)
#504C56
(80,76,86)
#46434C
(70,67,76)
#3C3A42
(60,58,66)
#323138
(50,49,56)
#28282E
(40,40,46)
#1E1F24
(30,31,36)
#14161A
(20,22,26)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #6E6774

#6E6774
(110,103,116)
#7B7480
(123,116,128)
#88818C
(136,129,140)
#958E98
(149,142,152)
#A29BA4
(162,155,164)
#AFA8B0
(175,168,176)
#BCB5BC
(188,181,188)
#C9C2C8
(201,194,200)
#D6CFD4
(214,207,212)
#E3DCE0
(227,220,224)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6774 color. Also use rgb(110,103,116) instead hex code.

Text Font Color

.myTextColor { color: #6E6774; }

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

This text font color is #6E6774.

Background Color

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

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

This div background color is #6E6774.

Border color

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

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

This div border color is #6E6774.

Opacity

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

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

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

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

This text has shadow with #6E6774 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6774.

Preview

Color preview on black background

This text has color #6E6774 on black background.


Color preview on white background

This text has color #6E6774 on white background.


Black color preview on #6E6774 background

This text has black color on #6E6774 background.


White color preview on #6E6774 background

This text has white color on #6E6774 background.


Related colors

Complementary color

Complementary color for #hex is #91988B.


I love getcolorcode.com

Triadic colors

1 #746E67 and #67746E with #6E6774 are triadic colors.

2 #74676E and #676E74 with #6E6774 are triadic colors.