COLOR #6E566C

HEX: #6E566C RGB: (110,86,108)

Color info

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

RGB color model

#6E566C color RGB value is (110,86,108).

RGB: (110,86,108) (43%, 34%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 86 of 255 = 34%
B 108 of 255 = 42%

110
86
108

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

Portions of RGB colors in percentages

R + G + B = 110 + 86 + 108 = 304 (100%)
R 110 of 304 ~ 36.18%
G 86 of 304 ~ 28.29%
B 108 of 304 ~ 35.53'%

%36.18
%28.29
%35.53

CMYK color model

#6E566C color CMYK value is (0,22,2,57).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 1.82%
  • key color value is 56.86%

CMYK: (0,22,2,57)
C0M22Y2K57 (0%, 22%, 2%, 57%)
(0.00 / 0.22 / 0.02 / 0.57)

CMYK percentages

%0
%21.82
%1.82
%56.86

Codes

Color #6E566C in popluar color models

6E 56 6C
RGB 110 86 108
HSL 305° 12.24% 38.43%
HSB/HSV 305° 21.82% 43.14%
CMYK 0.00% 21.82% 1.82%
56.86%

Color #6E566C in popluar number systems.

HEX 6E 56 6C
Decimal 110 86 108
Binary 1101110 1010110 1101100
Octal 156 126 154

Shades and tints

Shades of #6E566C

#6E566C
(110,86,108)
#644F63
(100,79,99)
#5A485A
(90,72,90)
#504151
(80,65,81)
#463A48
(70,58,72)
#3C333F
(60,51,63)
#322C36
(50,44,54)
#28252D
(40,37,45)
#1E1E24
(30,30,36)
#14171B
(20,23,27)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #6E566C

#6E566C
(110,86,108)
#7B6579
(123,101,121)
#887486
(136,116,134)
#958393
(149,131,147)
#A292A0
(162,146,160)
#AFA1AD
(175,161,173)
#BCB0BA
(188,176,186)
#C9BFC7
(201,191,199)
#D6CED4
(214,206,212)
#E3DDE1
(227,221,225)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E566C color. Also use rgb(110,86,108) instead hex code.

Text Font Color

.myTextColor { color: #6E566C; }

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

This text font color is #6E566C.

Background Color

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

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

This div background color is #6E566C.

Border color

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

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

This div border color is #6E566C.

Opacity

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

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

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

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

This text has shadow with #6E566C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E566C.

Preview

Color preview on black background

This text has color #6E566C on black background.


Color preview on white background

This text has color #6E566C on white background.


Black color preview on #6E566C background

This text has black color on #6E566C background.


White color preview on #6E566C background

This text has white color on #6E566C background.


Related colors

Complementary color

Complementary color for #hex is #91A993.


I love getcolorcode.com

Triadic colors

1 #6C6E56 and #566C6E with #6E566C are triadic colors.

2 #6C566E and #566E6C with #6E566C are triadic colors.