COLOR #6C667F

HEX: #6C667F RGB: (108,102,127)

Color info

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

RGB color model

#6C667F color RGB value is (108,102,127).

RGB: (108,102,127) (42%, 40%, 50%)

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 127 of 255 = 50%

108
102
127

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

Portions of RGB colors in percentages

R + G + B = 108 + 102 + 127 = 337 (100%)
R 108 of 337 ~ 32.05%
G 102 of 337 ~ 30.27%
B 127 of 337 ~ 37.69'%

%32.05
%30.27
%37.69

CMYK color model

#6C667F color CMYK value is (15,20,0,50).

  • cyan value is 14.96%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (15,20,0,50)
C15M20Y0K50 (15%, 20%, 0%, 50%)
(0.15 / 0.20 / 0.00 / 0.50)

CMYK percentages

%14.96
%19.69
%0
%50.2

Codes

Color #6C667F in popluar color models

6C 66 7F
RGB 108 102 127
HSL 254° 10.92% 44.90%
HSB/HSV 254° 19.69% 49.80%
CMYK 14.96% 19.69% 0.00%
50.20%

Color #6C667F in popluar number systems.

HEX 6C 66 7F
Decimal 108 102 127
Binary 1101100 1100110 1111111
Octal 154 146 177

Shades and tints

Shades of #6C667F

#6C667F
(108,102,127)
#635D74
(99,93,116)
#5A5469
(90,84,105)
#514B5E
(81,75,94)
#484253
(72,66,83)
#3F3948
(63,57,72)
#36303D
(54,48,61)
#2D2732
(45,39,50)
#241E27
(36,30,39)
#1B151C
(27,21,28)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #6C667F

#6C667F
(108,102,127)
#79738A
(121,115,138)
#868095
(134,128,149)
#938DA0
(147,141,160)
#A09AAB
(160,154,171)
#ADA7B6
(173,167,182)
#BAB4C1
(186,180,193)
#C7C1CC
(199,193,204)
#D4CED7
(212,206,215)
#E1DBE2
(225,219,226)
#EEE8ED
(238,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C667F color. Also use rgb(108,102,127) instead hex code.

Text Font Color

.myTextColor { color: #6C667F; }

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

This text font color is #6C667F.

Background Color

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

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

This div background color is #6C667F.

Border color

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

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

This div border color is #6C667F.

Opacity

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

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

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

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

This text has shadow with #6C667F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C667F.

Preview

Color preview on black background

This text has color #6C667F on black background.


Color preview on white background

This text has color #6C667F on white background.


Black color preview on #6C667F background

This text has black color on #6C667F background.


White color preview on #6C667F background

This text has white color on #6C667F background.


Related colors

Complementary color

Complementary color for #hex is #939980.


I love getcolorcode.com

Triadic colors

1 #7F6C66 and #667F6C with #6C667F are triadic colors.

2 #7F666C and #666C7F with #6C667F are triadic colors.