COLOR #6E6174

HEX: #6E6174 RGB: (110,97,116)

Color info

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

RGB color model

#6E6174 color RGB value is (110,97,116).

RGB: (110,97,116) (43%, 38%, 45%)

RGB channels and saturation

R 110 of 255 = 43%
G 97 of 255 = 38%
B 116 of 255 = 45%

110
97
116

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

Portions of RGB colors in percentages

R + G + B = 110 + 97 + 116 = 323 (100%)
R 110 of 323 ~ 34.06%
G 97 of 323 ~ 30.03%
B 116 of 323 ~ 35.91'%

%34.06
%30.03
%35.91

CMYK color model

#6E6174 color CMYK value is (5,16,0,55).

  • cyan value is 5.17%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (5,16,0,55)
C5M16Y0K55 (5%, 16%, 0%, 55%)
(0.05 / 0.16 / 0.00 / 0.55)

CMYK percentages

%5.17
%16.38
%0
%54.51

Codes

Color #6E6174 in popluar color models

6E 61 74
RGB 110 97 116
HSL 281° 8.92% 41.76%
HSB/HSV 281° 16.38% 45.49%
CMYK 5.17% 16.38% 0.00%
54.51%

Color #6E6174 in popluar number systems.

HEX 6E 61 74
Decimal 110 97 116
Binary 1101110 1100001 1110100
Octal 156 141 164

Shades and tints

Shades of #6E6174

#6E6174
(110,97,116)
#64596A
(100,89,106)
#5A5160
(90,81,96)
#504956
(80,73,86)
#46414C
(70,65,76)
#3C3942
(60,57,66)
#323138
(50,49,56)
#28292E
(40,41,46)
#1E2124
(30,33,36)
#14191A
(20,25,26)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #6E6174

#6E6174
(110,97,116)
#7B6F80
(123,111,128)
#887D8C
(136,125,140)
#958B98
(149,139,152)
#A299A4
(162,153,164)
#AFA7B0
(175,167,176)
#BCB5BC
(188,181,188)
#C9C3C8
(201,195,200)
#D6D1D4
(214,209,212)
#E3DFE0
(227,223,224)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6174; }

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

This text font color is #6E6174.

Background Color

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

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

This div background color is #6E6174.

Border color

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

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

This div border color is #6E6174.

Opacity

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

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

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

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

This text has shadow with #6E6174 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6174.

Preview

Color preview on black background

This text has color #6E6174 on black background.


Color preview on white background

This text has color #6E6174 on white background.


Black color preview on #6E6174 background

This text has black color on #6E6174 background.


White color preview on #6E6174 background

This text has white color on #6E6174 background.


Related colors

Complementary color

Complementary color for #hex is #919E8B.


I love getcolorcode.com

Triadic colors

1 #746E61 and #61746E with #6E6174 are triadic colors.

2 #74616E and #616E74 with #6E6174 are triadic colors.