COLOR #6C6671

HEX: #6C6671
RGB: (108,102,113)

Color info

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

RGB color model

#6C6671 color RGB value is (108,102,113).

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

RGB channels and saturation

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

108
102
113

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 113 = 323 (100%)
R 108 of 323 ~ 33.44%
G 102 of 323 ~ 31.58%
B 113 of 323 ~ 34.98%

%33.44
%31.58
%34.98

CMYK color model

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

  • cyan value is 4.42%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(4,10,0,56)
C4M10Y0K56 
(4%,10%,0%,56%)
(0.04/0.10/0.00/0.56)	

CMYK percentages

%4.42
%9.73
%0
%55.69

Codes

Color #6C6671 in popluar color models

6C6671
RGB108102113
HSL273°5.12%42.16%
HSB/HSV273°9.73%44.31%
CMYK4.42%9.73%0.00%
55.69%

Color #6C6671 in popluar number systems.

HEX6C6671
Decimal108102113
Binary110110011001101110001
Octal154146161

Shades and tints

Shades of #6C6671

#6C6671
(108,102,113)
#635D67
(99,93,103)
#5A545D
(90,84,93)
#514B53
(81,75,83)
#484249
(72,66,73)
#3F393F
(63,57,63)
#363035
(54,48,53)
#2D272B
(45,39,43)
#241E21
(36,30,33)
#1B1517
(27,21,23)
#120C0D
(18,12,13)
#000000
(0,0,0)

Tints of #6C6671

#6C6671
(108,102,113)
#79737D
(121,115,125)
#868089
(134,128,137)
#938D95
(147,141,149)
#A09AA1
(160,154,161)
#ADA7AD
(173,167,173)
#BAB4B9
(186,180,185)
#C7C1C5
(199,193,197)
#D4CED1
(212,206,209)
#E1DBDD
(225,219,221)
#EEE8E9
(238,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6671; }

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

This text font color is #6C6671.


Background Color

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

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

This div background color is #6C6671.


Border color

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

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

This div border color is #6C6671.


Opacity

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

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

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

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

This text has shadow with #6C6671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6671 on black background.


Color preview on white background

This text has color #6C6671 on white background.



Black color preview on #6C6671 background

This text has black color on #6C6671 background.


White color preview on #6C6671 background

This text has white color on #6C6671 background.