COLOR #6C357F

HEX: #6C357F
RGB: (108,53,127)

Color info

#6C357F contains mainly red and blue colors. Web safe color of #6C357F is #663366 (or #636).

RGB color model

#6C357F color RGB value is (108,53,127).

  • red value is 108;
  • green value is 53;
  • blue value is 127.
RGB:
(108,53,127)
(42%,21%,50%)

RGB channels and saturation

R 108 of 255 = 42%
G 53 of 255 = 21%
B 127 of 255 = 50%

108
53
127

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

Portions of RGB colors in percentages

R + G + B =
108 + 53 + 127 = 288 (100%)
R 108 of 288 ~ 37.5%
G 53 of 288 ~ 18.4%
B 127 of 288 ~ 44.1%

%37.5
%18.4
%44.1

CMYK color model

#6C357F color CMYK value is (15,58,0,50).

  • cyan value is 14.96%
  • magenta value is 58.27%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(15,58,0,50)
C15M58Y0K50 
(15%,58%,0%,50%)
(0.15/0.58/0.00/0.50)	

CMYK percentages

%14.96
%58.27
%0
%50.2

Codes

Color #6C357F in popluar color models

6C357F
RGB10853127
HSL285°41.11%35.29%
HSB/HSV285°58.27%49.80%
CMYK14.96%58.27%0.00%
50.20%

Color #6C357F in popluar number systems.

HEX6C357F
Decimal10853127
Binary11011001101011111111
Octal15465177

Shades and tints

Shades of #6C357F

#6C357F
(108,53,127)
#633174
(99,49,116)
#5A2D69
(90,45,105)
#51295E
(81,41,94)
#482553
(72,37,83)
#3F2148
(63,33,72)
#361D3D
(54,29,61)
#2D1932
(45,25,50)
#241527
(36,21,39)
#1B111C
(27,17,28)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #6C357F

#6C357F
(108,53,127)
#79478A
(121,71,138)
#865995
(134,89,149)
#936BA0
(147,107,160)
#A07DAB
(160,125,171)
#AD8FB6
(173,143,182)
#BAA1C1
(186,161,193)
#C7B3CC
(199,179,204)
#D4C5D7
(212,197,215)
#E1D7E2
(225,215,226)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C357F color. Also use rgb(108,53,127) instead hex code.

Text Font Color

.myTextColor { color: #6C357F; }

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

This text font color is #6C357F.


Background Color

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

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

This div background color is #6C357F.


Border color

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

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

This div border color is #6C357F.


Opacity

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

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

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

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

This text has shadow with #6C357F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C357F on black background.


Color preview on white background

This text has color #6C357F on white background.



Black color preview on #6C357F background

This text has black color on #6C357F background.


White color preview on #6C357F background

This text has white color on #6C357F background.