COLOR #6C3F5C

HEX: #6C3F5C
RGB: (108,63,92)

Color info

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

RGB color model

#6C3F5C color RGB value is (108,63,92).

  • red value is 108;
  • green value is 63;
  • blue value is 92.
RGB:
(108,63,92)
(42%,25%,36%)

RGB channels and saturation

R 108 of 255 = 42%
G 63 of 255 = 25%
B 92 of 255 = 36%

108
63
92

R + G + B ~ 34%. #6C3F5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 63 + 92 = 263 (100%)
R 108 of 263 ~ 41.06%
G 63 of 263 ~ 23.95%
B 92 of 263 ~ 34.98%

%41.06
%23.95
%34.98

CMYK color model

#6C3F5C color CMYK value is (0,42,15,58).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 14.81%
  • key color value is 57.65%
CMYK:
(0,42,15,58)
C0M42Y15K58 
(0%,42%,15%,58%)
(0.00/0.42/0.15/0.58)	

CMYK percentages

%0
%41.67
%14.81
%57.65

Codes

Color #6C3F5C in popluar color models

6C3F5C
RGB1086392
HSL321°26.32%33.53%
HSB/HSV321°41.67%42.35%
CMYK0.00%41.67%14.81%
57.65%

Color #6C3F5C in popluar number systems.

HEX6C3F5C
Decimal1086392
Binary11011001111111011100
Octal15477134

Shades and tints

Shades of #6C3F5C

#6C3F5C
(108,63,92)
#633A54
(99,58,84)
#5A354C
(90,53,76)
#513044
(81,48,68)
#482B3C
(72,43,60)
#3F2634
(63,38,52)
#36212C
(54,33,44)
#2D1C24
(45,28,36)
#24171C
(36,23,28)
#1B1214
(27,18,20)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #6C3F5C

#6C3F5C
(108,63,92)
#79506A
(121,80,106)
#866178
(134,97,120)
#937286
(147,114,134)
#A08394
(160,131,148)
#AD94A2
(173,148,162)
#BAA5B0
(186,165,176)
#C7B6BE
(199,182,190)
#D4C7CC
(212,199,204)
#E1D8DA
(225,216,218)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3F5C color. Also use rgb(108,63,92) instead hex code.

Text Font Color

.myTextColor { color: #6C3F5C; }

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

This text font color is #6C3F5C.


Background Color

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

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

This div background color is #6C3F5C.


Border color

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

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

This div border color is #6C3F5C.


Opacity

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

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

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

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

This text has shadow with #6C3F5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3F5C on black background.


Color preview on white background

This text has color #6C3F5C on white background.



Black color preview on #6C3F5C background

This text has black color on #6C3F5C background.


White color preview on #6C3F5C background

This text has white color on #6C3F5C background.