COLOR #6C6670

HEX: #6C6670
RGB: (108,102,112)

Color info

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

RGB color model

#6C6670 color RGB value is (108,102,112).

  • red value is 108;
  • green value is 102;
  • blue value is 112.
RGB:
(108,102,112)
(42%,40%,44%)

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 112 of 255 = 44%

108
102
112

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 112 = 322 (100%)
R 108 of 322 ~ 33.54%
G 102 of 322 ~ 31.68%
B 112 of 322 ~ 34.78%

%33.54
%31.68
%34.78

CMYK color model

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

  • cyan value is 3.57%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(4,9,0,56)
C4M9Y0K56 
(4%,9%,0%,56%)
(0.04/0.09/0.00/0.56)	

CMYK percentages

%3.57
%8.93
%0
%56.08

Codes

Color #6C6670 in popluar color models

6C6670
RGB108102112
HSL276°4.67%41.96%
HSB/HSV276°8.93%43.92%
CMYK3.57%8.93%0.00%
56.08%

Color #6C6670 in popluar number systems.

HEX6C6670
Decimal108102112
Binary110110011001101110000
Octal154146160

Shades and tints

Shades of #6C6670

#6C6670
(108,102,112)
#635D66
(99,93,102)
#5A545C
(90,84,92)
#514B52
(81,75,82)
#484248
(72,66,72)
#3F393E
(63,57,62)
#363034
(54,48,52)
#2D272A
(45,39,42)
#241E20
(36,30,32)
#1B1516
(27,21,22)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #6C6670

#6C6670
(108,102,112)
#79737D
(121,115,125)
#86808A
(134,128,138)
#938D97
(147,141,151)
#A09AA4
(160,154,164)
#ADA7B1
(173,167,177)
#BAB4BE
(186,180,190)
#C7C1CB
(199,193,203)
#D4CED8
(212,206,216)
#E1DBE5
(225,219,229)
#EEE8F2
(238,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6670; }

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

This text font color is #6C6670.


Background Color

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

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

This div background color is #6C6670.


Border color

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

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

This div border color is #6C6670.


Opacity

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

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

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

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

This text has shadow with #6C6670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6670 on black background.


Color preview on white background

This text has color #6C6670 on white background.



Black color preview on #6C6670 background

This text has black color on #6C6670 background.


White color preview on #6C6670 background

This text has white color on #6C6670 background.