COLOR #6C4F77

HEX: #6C4F77
RGB: (108,79,119)

Color info

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

RGB color model

#6C4F77 color RGB value is (108,79,119).

  • red value is 108;
  • green value is 79;
  • blue value is 119.
RGB:
(108,79,119)
(42%,31%,47%)

RGB channels and saturation

R 108 of 255 = 42%
G 79 of 255 = 31%
B 119 of 255 = 47%

108
79
119

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

Portions of RGB colors in percentages

R + G + B =
108 + 79 + 119 = 306 (100%)
R 108 of 306 ~ 35.29%
G 79 of 306 ~ 25.82%
B 119 of 306 ~ 38.89%

%35.29
%25.82
%38.89

CMYK color model

#6C4F77 color CMYK value is (9,34,0,53).

  • cyan value is 9.24%
  • magenta value is 33.61%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(9,34,0,53)
C9M34Y0K53 
(9%,34%,0%,53%)
(0.09/0.34/0.00/0.53)	

CMYK percentages

%9.24
%33.61
%0
%53.33

Codes

Color #6C4F77 in popluar color models

6C4F77
RGB10879119
HSL284°20.20%38.82%
HSB/HSV284°33.61%46.67%
CMYK9.24%33.61%0.00%
53.33%

Color #6C4F77 in popluar number systems.

HEX6C4F77
Decimal10879119
Binary110110010011111110111
Octal154117167

Shades and tints

Shades of #6C4F77

#6C4F77
(108,79,119)
#63486D
(99,72,109)
#5A4163
(90,65,99)
#513A59
(81,58,89)
#48334F
(72,51,79)
#3F2C45
(63,44,69)
#36253B
(54,37,59)
#2D1E31
(45,30,49)
#241727
(36,23,39)
#1B101D
(27,16,29)
#120913
(18,9,19)
#000000
(0,0,0)

Tints of #6C4F77

#6C4F77
(108,79,119)
#795F83
(121,95,131)
#866F8F
(134,111,143)
#937F9B
(147,127,155)
#A08FA7
(160,143,167)
#AD9FB3
(173,159,179)
#BAAFBF
(186,175,191)
#C7BFCB
(199,191,203)
#D4CFD7
(212,207,215)
#E1DFE3
(225,223,227)
#EEEFEF
(238,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4F77 color. Also use rgb(108,79,119) instead hex code.

Text Font Color

.myTextColor { color: #6C4F77; }

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

This text font color is #6C4F77.


Background Color

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

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

This div background color is #6C4F77.


Border color

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

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

This div border color is #6C4F77.


Opacity

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

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

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

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

This text has shadow with #6C4F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4F77 on black background.


Color preview on white background

This text has color #6C4F77 on white background.



Black color preview on #6C4F77 background

This text has black color on #6C4F77 background.


White color preview on #6C4F77 background

This text has white color on #6C4F77 background.