COLOR #6C4972

HEX: #6C4972
RGB: (108,73,114)

Color info

#6C4972 contains red, green and blue colors in about the same proportion. Web safe color of #6C4972 is #663366 (or #636).

RGB color model

#6C4972 color RGB value is (108,73,114).

  • red value is 108;
  • green value is 73;
  • blue value is 114.
RGB:
(108,73,114)
(42%,29%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 73 of 255 = 29%
B 114 of 255 = 45%

108
73
114

R + G + B ~ 39%. #6C4972 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 73 + 114 = 295 (100%)
R 108 of 295 ~ 36.61%
G 73 of 295 ~ 24.75%
B 114 of 295 ~ 38.64%

%36.61
%24.75
%38.64

CMYK color model

#6C4972 color CMYK value is (5,36,0,55).

  • cyan value is 5.26%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(5,36,0,55)
C5M36Y0K55 
(5%,36%,0%,55%)
(0.05/0.36/0.00/0.55)	

CMYK percentages

%5.26
%35.96
%0
%55.29

Codes

Color #6C4972 in popluar color models

6C4972
RGB10873114
HSL291°21.93%36.67%
HSB/HSV291°35.96%44.71%
CMYK5.26%35.96%0.00%
55.29%

Color #6C4972 in popluar number systems.

HEX6C4972
Decimal10873114
Binary110110010010011110010
Octal154111162

Shades and tints

Shades of #6C4972

#6C4972
(108,73,114)
#634368
(99,67,104)
#5A3D5E
(90,61,94)
#513754
(81,55,84)
#48314A
(72,49,74)
#3F2B40
(63,43,64)
#362536
(54,37,54)
#2D1F2C
(45,31,44)
#241922
(36,25,34)
#1B1318
(27,19,24)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #6C4972

#6C4972
(108,73,114)
#79597E
(121,89,126)
#86698A
(134,105,138)
#937996
(147,121,150)
#A089A2
(160,137,162)
#AD99AE
(173,153,174)
#BAA9BA
(186,169,186)
#C7B9C6
(199,185,198)
#D4C9D2
(212,201,210)
#E1D9DE
(225,217,222)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4972 color. Also use rgb(108,73,114) instead hex code.

Text Font Color

.myTextColor { color: #6C4972; }

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

This text font color is #6C4972.


Background Color

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

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

This div background color is #6C4972.


Border color

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

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

This div border color is #6C4972.


Opacity

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

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

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

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

This text has shadow with #6C4972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4972 on black background.


Color preview on white background

This text has color #6C4972 on white background.



Black color preview on #6C4972 background

This text has black color on #6C4972 background.


White color preview on #6C4972 background

This text has white color on #6C4972 background.