COLOR #6C5973

HEX: #6C5973
RGB: (108,89,115)

Color info

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

RGB color model

#6C5973 color RGB value is (108,89,115).

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

RGB channels and saturation

R 108 of 255 = 42%
G 89 of 255 = 35%
B 115 of 255 = 45%

108
89
115

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

Portions of RGB colors in percentages

R + G + B =
108 + 89 + 115 = 312 (100%)
R 108 of 312 ~ 34.62%
G 89 of 312 ~ 28.53%
B 115 of 312 ~ 36.86%

%34.62
%28.53
%36.86

CMYK color model

#6C5973 color CMYK value is (6,23,0,55).

  • cyan value is 6.09%
  • magenta value is 22.61%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(6,23,0,55)
C6M23Y0K55 
(6%,23%,0%,55%)
(0.06/0.23/0.00/0.55)	

CMYK percentages

%6.09
%22.61
%0
%54.9

Codes

Color #6C5973 in popluar color models

6C5973
RGB10889115
HSL284°12.75%40.00%
HSB/HSV284°22.61%45.10%
CMYK6.09%22.61%0.00%
54.90%

Color #6C5973 in popluar number systems.

HEX6C5973
Decimal10889115
Binary110110010110011110011
Octal154131163

Shades and tints

Shades of #6C5973

#6C5973
(108,89,115)
#635169
(99,81,105)
#5A495F
(90,73,95)
#514155
(81,65,85)
#48394B
(72,57,75)
#3F3141
(63,49,65)
#362937
(54,41,55)
#2D212D
(45,33,45)
#241923
(36,25,35)
#1B1119
(27,17,25)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #6C5973

#6C5973
(108,89,115)
#79687F
(121,104,127)
#86778B
(134,119,139)
#938697
(147,134,151)
#A095A3
(160,149,163)
#ADA4AF
(173,164,175)
#BAB3BB
(186,179,187)
#C7C2C7
(199,194,199)
#D4D1D3
(212,209,211)
#E1E0DF
(225,224,223)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5973; }

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

This text font color is #6C5973.


Background Color

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

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

This div background color is #6C5973.


Border color

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

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

This div border color is #6C5973.


Opacity

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

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

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

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

This text has shadow with #6C5973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5973 on black background.


Color preview on white background

This text has color #6C5973 on white background.



Black color preview on #6C5973 background

This text has black color on #6C5973 background.


White color preview on #6C5973 background

This text has white color on #6C5973 background.