COLOR #6C3C83

HEX: #6C3C83
RGB: (108,60,131)

Color info

#6C3C83 contains mainly red and blue colors. Web safe color of #6C3C83 is #663399 (or #639).

RGB color model

#6C3C83 color RGB value is (108,60,131).

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

RGB channels and saturation

R 108 of 255 = 42%
G 60 of 255 = 24%
B 131 of 255 = 51%

108
60
131

R + G + B ~ 39%. #6C3C83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 60 + 131 = 299 (100%)
R 108 of 299 ~ 36.12%
G 60 of 299 ~ 20.07%
B 131 of 299 ~ 43.81%

%36.12
%20.07
%43.81

CMYK color model

#6C3C83 color CMYK value is (18,54,0,49).

  • cyan value is 17.56%
  • magenta value is 54.20%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(18,54,0,49)
C18M54Y0K49 
(18%,54%,0%,49%)
(0.18/0.54/0.00/0.49)	

CMYK percentages

%17.56
%54.2
%0
%48.63

Codes

Color #6C3C83 in popluar color models

6C3C83
RGB10860131
HSL281°37.17%37.45%
HSB/HSV281°54.20%51.37%
CMYK17.56%54.20%0.00%
48.63%

Color #6C3C83 in popluar number systems.

HEX6C3C83
Decimal10860131
Binary110110011110010000011
Octal15474203

Shades and tints

Shades of #6C3C83

#6C3C83
(108,60,131)
#633778
(99,55,120)
#5A326D
(90,50,109)
#512D62
(81,45,98)
#482857
(72,40,87)
#3F234C
(63,35,76)
#361E41
(54,30,65)
#2D1936
(45,25,54)
#24142B
(36,20,43)
#1B0F20
(27,15,32)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #6C3C83

#6C3C83
(108,60,131)
#794D8E
(121,77,142)
#865E99
(134,94,153)
#936FA4
(147,111,164)
#A080AF
(160,128,175)
#AD91BA
(173,145,186)
#BAA2C5
(186,162,197)
#C7B3D0
(199,179,208)
#D4C4DB
(212,196,219)
#E1D5E6
(225,213,230)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3C83; }

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

This text font color is #6C3C83.


Background Color

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

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

This div background color is #6C3C83.


Border color

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

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

This div border color is #6C3C83.


Opacity

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

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

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

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

This text has shadow with #6C3C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3C83 on black background.


Color preview on white background

This text has color #6C3C83 on white background.



Black color preview on #6C3C83 background

This text has black color on #6C3C83 background.


White color preview on #6C3C83 background

This text has white color on #6C3C83 background.