COLOR #6C3586

HEX: #6C3586
RGB: (108,53,134)

Color info

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

RGB color model

#6C3586 color RGB value is (108,53,134).

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

RGB channels and saturation

R 108 of 255 = 42%
G 53 of 255 = 21%
B 134 of 255 = 53%

108
53
134

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

Portions of RGB colors in percentages

R + G + B =
108 + 53 + 134 = 295 (100%)
R 108 of 295 ~ 36.61%
G 53 of 295 ~ 17.97%
B 134 of 295 ~ 45.42%

%36.61
%17.97
%45.42

CMYK color model

#6C3586 color CMYK value is (19,60,0,47).

  • cyan value is 19.40%
  • magenta value is 60.45%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(19,60,0,47)
C19M60Y0K47 
(19%,60%,0%,47%)
(0.19/0.60/0.00/0.47)	

CMYK percentages

%19.4
%60.45
%0
%47.45

Codes

Color #6C3586 in popluar color models

6C3586
RGB10853134
HSL281°43.32%36.67%
HSB/HSV281°60.45%52.55%
CMYK19.40%60.45%0.00%
47.45%

Color #6C3586 in popluar number systems.

HEX6C3586
Decimal10853134
Binary110110011010110000110
Octal15465206

Shades and tints

Shades of #6C3586

#6C3586
(108,53,134)
#63317A
(99,49,122)
#5A2D6E
(90,45,110)
#512962
(81,41,98)
#482556
(72,37,86)
#3F214A
(63,33,74)
#361D3E
(54,29,62)
#2D1932
(45,25,50)
#241526
(36,21,38)
#1B111A
(27,17,26)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #6C3586

#6C3586
(108,53,134)
#794791
(121,71,145)
#86599C
(134,89,156)
#936BA7
(147,107,167)
#A07DB2
(160,125,178)
#AD8FBD
(173,143,189)
#BAA1C8
(186,161,200)
#C7B3D3
(199,179,211)
#D4C5DE
(212,197,222)
#E1D7E9
(225,215,233)
#EEE9F4
(238,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3586; }

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

This text font color is #6C3586.


Background Color

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

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

This div background color is #6C3586.


Border color

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

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

This div border color is #6C3586.


Opacity

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

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

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

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

This text has shadow with #6C3586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3586 on black background.


Color preview on white background

This text has color #6C3586 on white background.



Black color preview on #6C3586 background

This text has black color on #6C3586 background.


White color preview on #6C3586 background

This text has white color on #6C3586 background.