COLOR #6C6A73

HEX: #6C6A73
RGB: (108,106,115)

Color info

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

RGB color model

#6C6A73 color RGB value is (108,106,115).

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

RGB channels and saturation

R 108 of 255 = 42%
G 106 of 255 = 42%
B 115 of 255 = 45%

108
106
115

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

Portions of RGB colors in percentages

R + G + B =
108 + 106 + 115 = 329 (100%)
R 108 of 329 ~ 32.83%
G 106 of 329 ~ 32.22%
B 115 of 329 ~ 34.95%

%32.83
%32.22
%34.95

CMYK color model

#6C6A73 color CMYK value is (6,8,0,55).

  • cyan value is 6.09%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(6,8,0,55)
C6M8Y0K55 
(6%,8%,0%,55%)
(0.06/0.08/0.00/0.55)	

CMYK percentages

%6.09
%7.83
%0
%54.9

Codes

Color #6C6A73 in popluar color models

6C6A73
RGB108106115
HSL253°4.07%43.33%
HSB/HSV253°7.83%45.10%
CMYK6.09%7.83%0.00%
54.90%

Color #6C6A73 in popluar number systems.

HEX6C6A73
Decimal108106115
Binary110110011010101110011
Octal154152163

Shades and tints

Shades of #6C6A73

#6C6A73
(108,106,115)
#636169
(99,97,105)
#5A585F
(90,88,95)
#514F55
(81,79,85)
#48464B
(72,70,75)
#3F3D41
(63,61,65)
#363437
(54,52,55)
#2D2B2D
(45,43,45)
#242223
(36,34,35)
#1B1919
(27,25,25)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6C6A73

#6C6A73
(108,106,115)
#79777F
(121,119,127)
#86848B
(134,132,139)
#939197
(147,145,151)
#A09EA3
(160,158,163)
#ADABAF
(173,171,175)
#BAB8BB
(186,184,187)
#C7C5C7
(199,197,199)
#D4D2D3
(212,210,211)
#E1DFDF
(225,223,223)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6A73; }

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

This text font color is #6C6A73.


Background Color

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

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

This div background color is #6C6A73.


Border color

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

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

This div border color is #6C6A73.


Opacity

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

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

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

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

This text has shadow with #6C6A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6A73 on black background.


Color preview on white background

This text has color #6C6A73 on white background.



Black color preview on #6C6A73 background

This text has black color on #6C6A73 background.


White color preview on #6C6A73 background

This text has white color on #6C6A73 background.