COLOR #6C476B

HEX: #6C476B
RGB: (108,71,107)

Color info

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

RGB color model

#6C476B color RGB value is (108,71,107).

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

RGB channels and saturation

R 108 of 255 = 42%
G 71 of 255 = 28%
B 107 of 255 = 42%

108
71
107

R + G + B ~ 37%. #6C476B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 71 + 107 = 286 (100%)
R 108 of 286 ~ 37.76%
G 71 of 286 ~ 24.83%
B 107 of 286 ~ 37.41%

%37.76
%24.83
%37.41

CMYK color model

#6C476B color CMYK value is (0,34,1,58).

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 0.93%
  • key color value is 57.65%
CMYK:
(0,34,1,58)
C0M34Y1K58 
(0%,34%,1%,58%)
(0.00/0.34/0.01/0.58)	

CMYK percentages

%0
%34.26
%0.93
%57.65

Codes

Color #6C476B in popluar color models

6C476B
RGB10871107
HSL302°20.67%35.10%
HSB/HSV302°34.26%42.35%
CMYK0.00%34.26%0.93%
57.65%

Color #6C476B in popluar number systems.

HEX6C476B
Decimal10871107
Binary110110010001111101011
Octal154107153

Shades and tints

Shades of #6C476B

#6C476B
(108,71,107)
#634162
(99,65,98)
#5A3B59
(90,59,89)
#513550
(81,53,80)
#482F47
(72,47,71)
#3F293E
(63,41,62)
#362335
(54,35,53)
#2D1D2C
(45,29,44)
#241723
(36,23,35)
#1B111A
(27,17,26)
#120B11
(18,11,17)
#000000
(0,0,0)

Tints of #6C476B

#6C476B
(108,71,107)
#795778
(121,87,120)
#866785
(134,103,133)
#937792
(147,119,146)
#A0879F
(160,135,159)
#AD97AC
(173,151,172)
#BAA7B9
(186,167,185)
#C7B7C6
(199,183,198)
#D4C7D3
(212,199,211)
#E1D7E0
(225,215,224)
#EEE7ED
(238,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C476B; }

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

This text font color is #6C476B.


Background Color

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

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

This div background color is #6C476B.


Border color

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

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

This div border color is #6C476B.


Opacity

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

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

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

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

This text has shadow with #6C476B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C476B on black background.


Color preview on white background

This text has color #6C476B on white background.



Black color preview on #6C476B background

This text has black color on #6C476B background.


White color preview on #6C476B background

This text has white color on #6C476B background.