COLOR #6C3C71

HEX: #6C3C71
RGB: (108,60,113)

Color info

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

RGB color model

#6C3C71 color RGB value is (108,60,113).

  • red value is 108;
  • green value is 60;
  • blue value is 113.
RGB:
(108,60,113)
(42%,24%,44%)

RGB channels and saturation

R 108 of 255 = 42%
G 60 of 255 = 24%
B 113 of 255 = 44%

108
60
113

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

Portions of RGB colors in percentages

R + G + B =
108 + 60 + 113 = 281 (100%)
R 108 of 281 ~ 38.43%
G 60 of 281 ~ 21.35%
B 113 of 281 ~ 40.21%

%38.43
%21.35
%40.21

CMYK color model

#6C3C71 color CMYK value is (4,47,0,56).

  • cyan value is 4.42%
  • magenta value is 46.90%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(4,47,0,56)
C4M47Y0K56 
(4%,47%,0%,56%)
(0.04/0.47/0.00/0.56)	

CMYK percentages

%4.42
%46.9
%0
%55.69

Codes

Color #6C3C71 in popluar color models

6C3C71
RGB10860113
HSL294°30.64%33.92%
HSB/HSV294°46.90%44.31%
CMYK4.42%46.90%0.00%
55.69%

Color #6C3C71 in popluar number systems.

HEX6C3C71
Decimal10860113
Binary11011001111001110001
Octal15474161

Shades and tints

Shades of #6C3C71

#6C3C71
(108,60,113)
#633767
(99,55,103)
#5A325D
(90,50,93)
#512D53
(81,45,83)
#482849
(72,40,73)
#3F233F
(63,35,63)
#361E35
(54,30,53)
#2D192B
(45,25,43)
#241421
(36,20,33)
#1B0F17
(27,15,23)
#120A0D
(18,10,13)
#000000
(0,0,0)

Tints of #6C3C71

#6C3C71
(108,60,113)
#794D7D
(121,77,125)
#865E89
(134,94,137)
#936F95
(147,111,149)
#A080A1
(160,128,161)
#AD91AD
(173,145,173)
#BAA2B9
(186,162,185)
#C7B3C5
(199,179,197)
#D4C4D1
(212,196,209)
#E1D5DD
(225,213,221)
#EEE6E9
(238,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3C71 color. Also use rgb(108,60,113) instead hex code.

Text Font Color

.myTextColor { color: #6C3C71; }

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

This text font color is #6C3C71.


Background Color

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

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

This div background color is #6C3C71.


Border color

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

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

This div border color is #6C3C71.


Opacity

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

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

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

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

This text has shadow with #6C3C71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3C71 on black background.


Color preview on white background

This text has color #6C3C71 on white background.



Black color preview on #6C3C71 background

This text has black color on #6C3C71 background.


White color preview on #6C3C71 background

This text has white color on #6C3C71 background.