COLOR #6C676E

HEX: #6C676E RGB: (108,103,110)

Color info

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

RGB color model

#6C676E color RGB value is (108,103,110).

RGB: (108,103,110) (42%, 40%, 43%)

RGB channels and saturation

R 108 of 255 = 42%
G 103 of 255 = 40%
B 110 of 255 = 43%

108
103
110

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

Portions of RGB colors in percentages

R + G + B = 108 + 103 + 110 = 321 (100%)
R 108 of 321 ~ 33.64%
G 103 of 321 ~ 32.09%
B 110 of 321 ~ 34.27'%

%33.64
%32.09
%34.27

CMYK color model

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

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

CMYK: (2,6,0,57)
C2M6Y0K57 (2%, 6%, 0%, 57%)
(0.02 / 0.06 / 0.00 / 0.57)

CMYK percentages

%1.82
%6.36
%0
%56.86

Codes

Color #6C676E in popluar color models

6C 67 6E
RGB 108 103 110
HSL 283° 3.29% 41.76%
HSB/HSV 283° 6.36% 43.14%
CMYK 1.82% 6.36% 0.00%
56.86%

Color #6C676E in popluar number systems.

HEX 6C 67 6E
Decimal 108 103 110
Binary 1101100 1100111 1101110
Octal 154 147 156

Shades and tints

Shades of #6C676E

#6C676E
(108,103,110)
#635E64
(99,94,100)
#5A555A
(90,85,90)
#514C50
(81,76,80)
#484346
(72,67,70)
#3F3A3C
(63,58,60)
#363132
(54,49,50)
#2D2828
(45,40,40)
#241F1E
(36,31,30)
#1B1614
(27,22,20)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #6C676E

#6C676E
(108,103,110)
#79747B
(121,116,123)
#868188
(134,129,136)
#938E95
(147,142,149)
#A09BA2
(160,155,162)
#ADA8AF
(173,168,175)
#BAB5BC
(186,181,188)
#C7C2C9
(199,194,201)
#D4CFD6
(212,207,214)
#E1DCE3
(225,220,227)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C676E; }

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

This text font color is #6C676E.

Background Color

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

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

This div background color is #6C676E.

Border color

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

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

This div border color is #6C676E.

Opacity

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

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

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

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

This text has shadow with #6C676E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C676E.

Preview

Color preview on black background

This text has color #6C676E on black background.


Color preview on white background

This text has color #6C676E on white background.


Black color preview on #6C676E background

This text has black color on #6C676E background.


White color preview on #6C676E background

This text has white color on #6C676E background.


Related colors

Complementary color

Complementary color for #hex is #939891.


I love getcolorcode.com

Triadic colors

1 #6E6C67 and #676E6C with #6C676E are triadic colors.

2 #6E676C and #676C6E with #6C676E are triadic colors.