COLOR #6C3F78

HEX: #6C3F78
RGB: (108,63,120)

Color info

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

RGB color model

#6C3F78 color RGB value is (108,63,120).

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

RGB channels and saturation

R 108 of 255 = 42%
G 63 of 255 = 25%
B 120 of 255 = 47%

108
63
120

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

Portions of RGB colors in percentages

R + G + B =
108 + 63 + 120 = 291 (100%)
R 108 of 291 ~ 37.11%
G 63 of 291 ~ 21.65%
B 120 of 291 ~ 41.24%

%37.11
%21.65
%41.24

CMYK color model

#6C3F78 color CMYK value is (10,48,0,53).

  • cyan value is 10.00%
  • magenta value is 47.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(10,48,0,53)
C10M48Y0K53 
(10%,48%,0%,53%)
(0.10/0.48/0.00/0.53)	

CMYK percentages

%10
%47.5
%0
%52.94

Codes

Color #6C3F78 in popluar color models

6C3F78
RGB10863120
HSL287°31.15%35.88%
HSB/HSV287°47.50%47.06%
CMYK10.00%47.50%0.00%
52.94%

Color #6C3F78 in popluar number systems.

HEX6C3F78
Decimal10863120
Binary11011001111111111000
Octal15477170

Shades and tints

Shades of #6C3F78

#6C3F78
(108,63,120)
#633A6E
(99,58,110)
#5A3564
(90,53,100)
#51305A
(81,48,90)
#482B50
(72,43,80)
#3F2646
(63,38,70)
#36213C
(54,33,60)
#2D1C32
(45,28,50)
#241728
(36,23,40)
#1B121E
(27,18,30)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #6C3F78

#6C3F78
(108,63,120)
#795084
(121,80,132)
#866190
(134,97,144)
#93729C
(147,114,156)
#A083A8
(160,131,168)
#AD94B4
(173,148,180)
#BAA5C0
(186,165,192)
#C7B6CC
(199,182,204)
#D4C7D8
(212,199,216)
#E1D8E4
(225,216,228)
#EEE9F0
(238,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3F78; }

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

This text font color is #6C3F78.


Background Color

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

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

This div background color is #6C3F78.


Border color

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

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

This div border color is #6C3F78.


Opacity

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

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

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

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

This text has shadow with #6C3F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3F78 on black background.


Color preview on white background

This text has color #6C3F78 on white background.



Black color preview on #6C3F78 background

This text has black color on #6C3F78 background.


White color preview on #6C3F78 background

This text has white color on #6C3F78 background.