COLOR #6C476F

HEX: #6C476F
RGB: (108,71,111)

Color info

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

RGB color model

#6C476F color RGB value is (108,71,111).

  • red value is 108;
  • green value is 71;
  • blue value is 111.
RGB:
(108,71,111)
(42%,28%,44%)

RGB channels and saturation

R 108 of 255 = 42%
G 71 of 255 = 28%
B 111 of 255 = 44%

108
71
111

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

Portions of RGB colors in percentages

R + G + B =
108 + 71 + 111 = 290 (100%)
R 108 of 290 ~ 37.24%
G 71 of 290 ~ 24.48%
B 111 of 290 ~ 38.28%

%37.24
%24.48
%38.28

CMYK color model

#6C476F color CMYK value is (3,36,0,56).

  • cyan value is 2.70%
  • magenta value is 36.04%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(3,36,0,56)
C3M36Y0K56 
(3%,36%,0%,56%)
(0.03/0.36/0.00/0.56)	

CMYK percentages

%2.7
%36.04
%0
%56.47

Codes

Color #6C476F in popluar color models

6C476F
RGB10871111
HSL296°21.98%35.69%
HSB/HSV296°36.04%43.53%
CMYK2.70%36.04%0.00%
56.47%

Color #6C476F in popluar number systems.

HEX6C476F
Decimal10871111
Binary110110010001111101111
Octal154107157

Shades and tints

Shades of #6C476F

#6C476F
(108,71,111)
#634165
(99,65,101)
#5A3B5B
(90,59,91)
#513551
(81,53,81)
#482F47
(72,47,71)
#3F293D
(63,41,61)
#362333
(54,35,51)
#2D1D29
(45,29,41)
#24171F
(36,23,31)
#1B1115
(27,17,21)
#120B0B
(18,11,11)
#000000
(0,0,0)

Tints of #6C476F

#6C476F
(108,71,111)
#79577C
(121,87,124)
#866789
(134,103,137)
#937796
(147,119,150)
#A087A3
(160,135,163)
#AD97B0
(173,151,176)
#BAA7BD
(186,167,189)
#C7B7CA
(199,183,202)
#D4C7D7
(212,199,215)
#E1D7E4
(225,215,228)
#EEE7F1
(238,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C476F color. Also use rgb(108,71,111) instead hex code.

Text Font Color

.myTextColor { color: #6C476F; }

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

This text font color is #6C476F.


Background Color

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

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

This div background color is #6C476F.


Border color

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

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

This div border color is #6C476F.


Opacity

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

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

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

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

This text has shadow with #6C476F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C476F on black background.


Color preview on white background

This text has color #6C476F on white background.



Black color preview on #6C476F background

This text has black color on #6C476F background.


White color preview on #6C476F background

This text has white color on #6C476F background.