COLOR #6C4F6B

HEX: #6C4F6B
RGB: (108,79,107)

Color info

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

RGB color model

#6C4F6B color RGB value is (108,79,107).

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

RGB channels and saturation

R 108 of 255 = 42%
G 79 of 255 = 31%
B 107 of 255 = 42%

108
79
107

R + G + B ~ 38%. #6C4F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 79 + 107 = 294 (100%)
R 108 of 294 ~ 36.73%
G 79 of 294 ~ 26.87%
B 107 of 294 ~ 36.39%

%36.73
%26.87
%36.39

CMYK color model

#6C4F6B color CMYK value is (0,27,1,58).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 0.93%
  • key color value is 57.65%
CMYK:
(0,27,1,58)
C0M27Y1K58 
(0%,27%,1%,58%)
(0.00/0.27/0.01/0.58)	

CMYK percentages

%0
%26.85
%0.93
%57.65

Codes

Color #6C4F6B in popluar color models

6C4F6B
RGB10879107
HSL302°15.51%36.67%
HSB/HSV302°26.85%42.35%
CMYK0.00%26.85%0.93%
57.65%

Color #6C4F6B in popluar number systems.

HEX6C4F6B
Decimal10879107
Binary110110010011111101011
Octal154117153

Shades and tints

Shades of #6C4F6B

#6C4F6B
(108,79,107)
#634862
(99,72,98)
#5A4159
(90,65,89)
#513A50
(81,58,80)
#483347
(72,51,71)
#3F2C3E
(63,44,62)
#362535
(54,37,53)
#2D1E2C
(45,30,44)
#241723
(36,23,35)
#1B101A
(27,16,26)
#120911
(18,9,17)
#000000
(0,0,0)

Tints of #6C4F6B

#6C4F6B
(108,79,107)
#795F78
(121,95,120)
#866F85
(134,111,133)
#937F92
(147,127,146)
#A08F9F
(160,143,159)
#AD9FAC
(173,159,172)
#BAAFB9
(186,175,185)
#C7BFC6
(199,191,198)
#D4CFD3
(212,207,211)
#E1DFE0
(225,223,224)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4F6B; }

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

This text font color is #6C4F6B.


Background Color

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

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

This div background color is #6C4F6B.


Border color

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

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

This div border color is #6C4F6B.


Opacity

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

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

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

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

This text has shadow with #6C4F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4F6B on black background.


Color preview on white background

This text has color #6C4F6B on white background.



Black color preview on #6C4F6B background

This text has black color on #6C4F6B background.


White color preview on #6C4F6B background

This text has white color on #6C4F6B background.