COLOR #6C6773

HEX: #6C6773 RGB: (108,103,115)

Color info

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

RGB color model

#6C6773 color RGB value is (108,103,115).

RGB: (108,103,115) (42%, 40%, 45%)

RGB channels and saturation

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

108
103
115

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

Portions of RGB colors in percentages

R + G + B = 108 + 103 + 115 = 326 (100%)
R 108 of 326 ~ 33.13%
G 103 of 326 ~ 31.6%
B 115 of 326 ~ 35.28'%

%33.13
%31.6
%35.28

CMYK color model

#6C6773 color CMYK value is (6,10,0,55).

  • cyan value is 6.09%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (6,10,0,55)
C6M10Y0K55 (6%, 10%, 0%, 55%)
(0.06 / 0.10 / 0.00 / 0.55)

CMYK percentages

%6.09
%10.43
%0
%54.9

Codes

Color #6C6773 in popluar color models

6C 67 73
RGB 108 103 115
HSL 265° 5.50% 42.75%
HSB/HSV 265° 10.43% 45.10%
CMYK 6.09% 10.43% 0.00%
54.90%

Color #6C6773 in popluar number systems.

HEX 6C 67 73
Decimal 108 103 115
Binary 1101100 1100111 1110011
Octal 154 147 163

Shades and tints

Shades of #6C6773

#6C6773
(108,103,115)
#635E69
(99,94,105)
#5A555F
(90,85,95)
#514C55
(81,76,85)
#48434B
(72,67,75)
#3F3A41
(63,58,65)
#363137
(54,49,55)
#2D282D
(45,40,45)
#241F23
(36,31,35)
#1B1619
(27,22,25)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #6C6773

#6C6773
(108,103,115)
#79747F
(121,116,127)
#86818B
(134,129,139)
#938E97
(147,142,151)
#A09BA3
(160,155,163)
#ADA8AF
(173,168,175)
#BAB5BB
(186,181,187)
#C7C2C7
(199,194,199)
#D4CFD3
(212,207,211)
#E1DCDF
(225,220,223)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6773; }

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

This text font color is #6C6773.

Background Color

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

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

This div background color is #6C6773.

Border color

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

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

This div border color is #6C6773.

Opacity

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

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

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

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

This text has shadow with #6C6773 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6773.

Preview

Color preview on black background

This text has color #6C6773 on black background.


Color preview on white background

This text has color #6C6773 on white background.


Black color preview on #6C6773 background

This text has black color on #6C6773 background.


White color preview on #6C6773 background

This text has white color on #6C6773 background.


Related colors

Complementary color

Complementary color for #hex is #93988C.


I love getcolorcode.com

Triadic colors

1 #736C67 and #67736C with #6C6773 are triadic colors.

2 #73676C and #676C73 with #6C6773 are triadic colors.