COLOR #6C5273

HEX: #6C5273
RGB: (108,82,115)

Color info

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

RGB color model

#6C5273 color RGB value is (108,82,115).

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

RGB channels and saturation

R 108 of 255 = 42%
G 82 of 255 = 32%
B 115 of 255 = 45%

108
82
115

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

Portions of RGB colors in percentages

R + G + B =
108 + 82 + 115 = 305 (100%)
R 108 of 305 ~ 35.41%
G 82 of 305 ~ 26.89%
B 115 of 305 ~ 37.7%

%35.41
%26.89
%37.7

CMYK color model

#6C5273 color CMYK value is (6,29,0,55).

  • cyan value is 6.09%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(6,29,0,55)
C6M29Y0K55 
(6%,29%,0%,55%)
(0.06/0.29/0.00/0.55)	

CMYK percentages

%6.09
%28.7
%0
%54.9

Codes

Color #6C5273 in popluar color models

6C5273
RGB10882115
HSL287°16.75%38.63%
HSB/HSV287°28.70%45.10%
CMYK6.09%28.70%0.00%
54.90%

Color #6C5273 in popluar number systems.

HEX6C5273
Decimal10882115
Binary110110010100101110011
Octal154122163

Shades and tints

Shades of #6C5273

#6C5273
(108,82,115)
#634B69
(99,75,105)
#5A445F
(90,68,95)
#513D55
(81,61,85)
#48364B
(72,54,75)
#3F2F41
(63,47,65)
#362837
(54,40,55)
#2D212D
(45,33,45)
#241A23
(36,26,35)
#1B1319
(27,19,25)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #6C5273

#6C5273
(108,82,115)
#79617F
(121,97,127)
#86708B
(134,112,139)
#937F97
(147,127,151)
#A08EA3
(160,142,163)
#AD9DAF
(173,157,175)
#BAACBB
(186,172,187)
#C7BBC7
(199,187,199)
#D4CAD3
(212,202,211)
#E1D9DF
(225,217,223)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5273; }

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

This text font color is #6C5273.


Background Color

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

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

This div background color is #6C5273.


Border color

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

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

This div border color is #6C5273.


Opacity

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

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

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

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

This text has shadow with #6C5273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5273 on black background.


Color preview on white background

This text has color #6C5273 on white background.



Black color preview on #6C5273 background

This text has black color on #6C5273 background.


White color preview on #6C5273 background

This text has white color on #6C5273 background.