COLOR #6C7473

HEX: #6C7473 RGB: (108,116,115)

Color info

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

RGB color model

#6C7473 color RGB value is (108,116,115).

RGB: (108,116,115) (42%, 45%, 45%)

RGB channels and saturation

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

108
116
115

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

Portions of RGB colors in percentages

R + G + B = 108 + 116 + 115 = 339 (100%)
R 108 of 339 ~ 31.86%
G 116 of 339 ~ 34.22%
B 115 of 339 ~ 33.92'%

%31.86
%34.22
%33.92

CMYK color model

#6C7473 color CMYK value is (7,0,1,55).

  • cyan value is 6.90%
  • magenta value is 0.00%
  • yellow value is 0.86%
  • key color value is 54.51%

CMYK: (7,0,1,55)
C7M0Y1K55 (7%, 0%, 1%, 55%)
(0.07 / 0.00 / 0.01 / 0.55)

CMYK percentages

%6.9
%0
%0.86
%54.51

Codes

Color #6C7473 in popluar color models

6C 74 73
RGB 108 116 115
HSL 173° 3.57% 43.92%
HSB/HSV 173° 6.90% 45.49%
CMYK 6.90% 0.00% 0.86%
54.51%

Color #6C7473 in popluar number systems.

HEX 6C 74 73
Decimal 108 116 115
Binary 1101100 1110100 1110011
Octal 154 164 163

Shades and tints

Shades of #6C7473

#6C7473
(108,116,115)
#636A69
(99,106,105)
#5A605F
(90,96,95)
#515655
(81,86,85)
#484C4B
(72,76,75)
#3F4241
(63,66,65)
#363837
(54,56,55)
#2D2E2D
(45,46,45)
#242423
(36,36,35)
#1B1A19
(27,26,25)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6C7473

#6C7473
(108,116,115)
#79807F
(121,128,127)
#868C8B
(134,140,139)
#939897
(147,152,151)
#A0A4A3
(160,164,163)
#ADB0AF
(173,176,175)
#BABCBB
(186,188,187)
#C7C8C7
(199,200,199)
#D4D4D3
(212,212,211)
#E1E0DF
(225,224,223)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7473; }

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

This text font color is #6C7473.

Background Color

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

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

This div background color is #6C7473.

Border color

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

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

This div border color is #6C7473.

Opacity

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

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

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

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

This text has shadow with #6C7473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7473.

Preview

Color preview on black background

This text has color #6C7473 on black background.


Color preview on white background

This text has color #6C7473 on white background.


Black color preview on #6C7473 background

This text has black color on #6C7473 background.


White color preview on #6C7473 background

This text has white color on #6C7473 background.


Related colors

Complementary color

Complementary color for #hex is #938B8C.


I love getcolorcode.com

Triadic colors

1 #736C74 and #74736C with #6C7473 are triadic colors.

2 #73746C and #746C73 with #6C7473 are triadic colors.