COLOR #6C5176

HEX: #6C5176
RGB: (108,81,118)

Color info

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

RGB color model

#6C5176 color RGB value is (108,81,118).

  • red value is 108;
  • green value is 81;
  • blue value is 118.
RGB:
(108,81,118)
(42%,32%,46%)

RGB channels and saturation

R 108 of 255 = 42%
G 81 of 255 = 32%
B 118 of 255 = 46%

108
81
118

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

Portions of RGB colors in percentages

R + G + B =
108 + 81 + 118 = 307 (100%)
R 108 of 307 ~ 35.18%
G 81 of 307 ~ 26.38%
B 118 of 307 ~ 38.44%

%35.18
%26.38
%38.44

CMYK color model

#6C5176 color CMYK value is (8,31,0,54).

  • cyan value is 8.47%
  • magenta value is 31.36%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(8,31,0,54)
C8M31Y0K54 
(8%,31%,0%,54%)
(0.08/0.31/0.00/0.54)	

CMYK percentages

%8.47
%31.36
%0
%53.73

Codes

Color #6C5176 in popluar color models

6C5176
RGB10881118
HSL284°18.59%39.02%
HSB/HSV284°31.36%46.27%
CMYK8.47%31.36%0.00%
53.73%

Color #6C5176 in popluar number systems.

HEX6C5176
Decimal10881118
Binary110110010100011110110
Octal154121166

Shades and tints

Shades of #6C5176

#6C5176
(108,81,118)
#634A6C
(99,74,108)
#5A4362
(90,67,98)
#513C58
(81,60,88)
#48354E
(72,53,78)
#3F2E44
(63,46,68)
#36273A
(54,39,58)
#2D2030
(45,32,48)
#241926
(36,25,38)
#1B121C
(27,18,28)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #6C5176

#6C5176
(108,81,118)
#796082
(121,96,130)
#866F8E
(134,111,142)
#937E9A
(147,126,154)
#A08DA6
(160,141,166)
#AD9CB2
(173,156,178)
#BAABBE
(186,171,190)
#C7BACA
(199,186,202)
#D4C9D6
(212,201,214)
#E1D8E2
(225,216,226)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5176 color. Also use rgb(108,81,118) instead hex code.

Text Font Color

.myTextColor { color: #6C5176; }

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

This text font color is #6C5176.


Background Color

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

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

This div background color is #6C5176.


Border color

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

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

This div border color is #6C5176.


Opacity

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

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

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

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

This text has shadow with #6C5176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5176 on black background.


Color preview on white background

This text has color #6C5176 on white background.



Black color preview on #6C5176 background

This text has black color on #6C5176 background.


White color preview on #6C5176 background

This text has white color on #6C5176 background.