COLOR #6C6970

HEX: #6C6970 RGB: (108,105,112)

Color info

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

RGB color model

#6C6970 color RGB value is (108,105,112).

RGB: (108,105,112) (42%, 41%, 44%)

RGB channels and saturation

R 108 of 255 = 42%
G 105 of 255 = 41%
B 112 of 255 = 44%

108
105
112

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

Portions of RGB colors in percentages

R + G + B = 108 + 105 + 112 = 325 (100%)
R 108 of 325 ~ 33.23%
G 105 of 325 ~ 32.31%
B 112 of 325 ~ 34.46'%

%33.23
%32.31
%34.46

CMYK color model

#6C6970 color CMYK value is (4,6,0,56).

  • cyan value is 3.57%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 56.08%

CMYK: (4,6,0,56)
C4M6Y0K56 (4%, 6%, 0%, 56%)
(0.04 / 0.06 / 0.00 / 0.56)

CMYK percentages

%3.57
%6.25
%0
%56.08

Codes

Color #6C6970 in popluar color models

6C 69 70
RGB 108 105 112
HSL 266° 3.23% 42.55%
HSB/HSV 266° 6.25% 43.92%
CMYK 3.57% 6.25% 0.00%
56.08%

Color #6C6970 in popluar number systems.

HEX 6C 69 70
Decimal 108 105 112
Binary 1101100 1101001 1110000
Octal 154 151 160

Shades and tints

Shades of #6C6970

#6C6970
(108,105,112)
#636066
(99,96,102)
#5A575C
(90,87,92)
#514E52
(81,78,82)
#484548
(72,69,72)
#3F3C3E
(63,60,62)
#363334
(54,51,52)
#2D2A2A
(45,42,42)
#242120
(36,33,32)
#1B1816
(27,24,22)
#120F0C
(18,15,12)
#000000
(0,0,0)

Tints of #6C6970

#6C6970
(108,105,112)
#79767D
(121,118,125)
#86838A
(134,131,138)
#939097
(147,144,151)
#A09DA4
(160,157,164)
#ADAAB1
(173,170,177)
#BAB7BE
(186,183,190)
#C7C4CB
(199,196,203)
#D4D1D8
(212,209,216)
#E1DEE5
(225,222,229)
#EEEBF2
(238,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6970 color. Also use rgb(108,105,112) instead hex code.

Text Font Color

.myTextColor { color: #6C6970; }

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

This text font color is #6C6970.

Background Color

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

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

This div background color is #6C6970.

Border color

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

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

This div border color is #6C6970.

Opacity

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

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

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

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

This text has shadow with #6C6970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6970.

Preview

Color preview on black background

This text has color #6C6970 on black background.


Color preview on white background

This text has color #6C6970 on white background.


Black color preview on #6C6970 background

This text has black color on #6C6970 background.


White color preview on #6C6970 background

This text has white color on #6C6970 background.


Related colors

Complementary color

Complementary color for #hex is #93968F.


I love getcolorcode.com

Triadic colors

1 #706C69 and #69706C with #6C6970 are triadic colors.

2 #70696C and #696C70 with #6C6970 are triadic colors.