COLOR #6C6673

HEX: #6C6673
RGB: (108,102,115)

Color info

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

RGB color model

#6C6673 color RGB value is (108,102,115).

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

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 115 of 255 = 45%

108
102
115

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 115 = 325 (100%)
R 108 of 325 ~ 33.23%
G 102 of 325 ~ 31.38%
B 115 of 325 ~ 35.38%

%33.23
%31.38
%35.38

CMYK color model

#6C6673 color CMYK value is (6,11,0,55).

  • cyan value is 6.09%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(6,11,0,55)
C6M11Y0K55 
(6%,11%,0%,55%)
(0.06/0.11/0.00/0.55)	

CMYK percentages

%6.09
%11.3
%0
%54.9

Codes

Color #6C6673 in popluar color models

6C6673
RGB108102115
HSL268°5.99%42.55%
HSB/HSV268°11.30%45.10%
CMYK6.09%11.30%0.00%
54.90%

Color #6C6673 in popluar number systems.

HEX6C6673
Decimal108102115
Binary110110011001101110011
Octal154146163

Shades and tints

Shades of #6C6673

#6C6673
(108,102,115)
#635D69
(99,93,105)
#5A545F
(90,84,95)
#514B55
(81,75,85)
#48424B
(72,66,75)
#3F3941
(63,57,65)
#363037
(54,48,55)
#2D272D
(45,39,45)
#241E23
(36,30,35)
#1B1519
(27,21,25)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #6C6673

#6C6673
(108,102,115)
#79737F
(121,115,127)
#86808B
(134,128,139)
#938D97
(147,141,151)
#A09AA3
(160,154,163)
#ADA7AF
(173,167,175)
#BAB4BB
(186,180,187)
#C7C1C7
(199,193,199)
#D4CED3
(212,206,211)
#E1DBDF
(225,219,223)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6673; }

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

This text font color is #6C6673.


Background Color

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

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

This div background color is #6C6673.


Border color

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

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

This div border color is #6C6673.


Opacity

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

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

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

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

This text has shadow with #6C6673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6673 on black background.


Color preview on white background

This text has color #6C6673 on white background.



Black color preview on #6C6673 background

This text has black color on #6C6673 background.


White color preview on #6C6673 background

This text has white color on #6C6673 background.