COLOR #6C656A

HEX: #6C656A RGB: (108,101,106)

Color info

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

RGB color model

#6C656A color RGB value is (108,101,106).

RGB: (108,101,106) (42%, 40%, 42%)

RGB channels and saturation

R 108 of 255 = 42%
G 101 of 255 = 40%
B 106 of 255 = 42%

108
101
106

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

Portions of RGB colors in percentages

R + G + B = 108 + 101 + 106 = 315 (100%)
R 108 of 315 ~ 34.29%
G 101 of 315 ~ 32.06%
B 106 of 315 ~ 33.65'%

%34.29
%32.06
%33.65

CMYK color model

#6C656A color CMYK value is (0,6,2,58).

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 1.85%
  • key color value is 57.65%

CMYK: (0,6,2,58)
C0M6Y2K58 (0%, 6%, 2%, 58%)
(0.00 / 0.06 / 0.02 / 0.58)

CMYK percentages

%0
%6.48
%1.85
%57.65

Codes

Color #6C656A in popluar color models

6C 65 6A
RGB 108 101 106
HSL 317° 3.35% 40.98%
HSB/HSV 317° 6.48% 42.35%
CMYK 0.00% 6.48% 1.85%
57.65%

Color #6C656A in popluar number systems.

HEX 6C 65 6A
Decimal 108 101 106
Binary 1101100 1100101 1101010
Octal 154 145 152

Shades and tints

Shades of #6C656A

#6C656A
(108,101,106)
#635C61
(99,92,97)
#5A5358
(90,83,88)
#514A4F
(81,74,79)
#484146
(72,65,70)
#3F383D
(63,56,61)
#362F34
(54,47,52)
#2D262B
(45,38,43)
#241D22
(36,29,34)
#1B1419
(27,20,25)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #6C656A

#6C656A
(108,101,106)
#797377
(121,115,119)
#868184
(134,129,132)
#938F91
(147,143,145)
#A09D9E
(160,157,158)
#ADABAB
(173,171,171)
#BAB9B8
(186,185,184)
#C7C7C5
(199,199,197)
#D4D5D2
(212,213,210)
#E1E3DF
(225,227,223)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C656A color. Also use rgb(108,101,106) instead hex code.

Text Font Color

.myTextColor { color: #6C656A; }

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

This text font color is #6C656A.

Background Color

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

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

This div background color is #6C656A.

Border color

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

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

This div border color is #6C656A.

Opacity

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

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

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

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

This text has shadow with #6C656A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C656A.

Preview

Color preview on black background

This text has color #6C656A on black background.


Color preview on white background

This text has color #6C656A on white background.


Black color preview on #6C656A background

This text has black color on #6C656A background.


White color preview on #6C656A background

This text has white color on #6C656A background.


Related colors

Complementary color

Complementary color for #hex is #939A95.


I love getcolorcode.com

Triadic colors

1 #6A6C65 and #656A6C with #6C656A are triadic colors.

2 #6A656C and #656C6A with #6C656A are triadic colors.