COLOR #6C3566

HEX: #6C3566
RGB: (108,53,102)

Color info

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

RGB color model

#6C3566 color RGB value is (108,53,102).

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

RGB channels and saturation

R 108 of 255 = 42%
G 53 of 255 = 21%
B 102 of 255 = 40%

108
53
102

R + G + B ~ 34%. #6C3566 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 53 + 102 = 263 (100%)
R 108 of 263 ~ 41.06%
G 53 of 263 ~ 20.15%
B 102 of 263 ~ 38.78%

%41.06
%20.15
%38.78

CMYK color model

#6C3566 color CMYK value is (0,51,6,58).

  • cyan value is 0.00%
  • magenta value is 50.93%
  • yellow value is 5.56%
  • key color value is 57.65%
CMYK:
(0,51,6,58)
C0M51Y6K58 
(0%,51%,6%,58%)
(0.00/0.51/0.06/0.58)	

CMYK percentages

%0
%50.93
%5.56
%57.65

Codes

Color #6C3566 in popluar color models

6C3566
RGB10853102
HSL307°34.16%31.57%
HSB/HSV307°50.93%42.35%
CMYK0.00%50.93%5.56%
57.65%

Color #6C3566 in popluar number systems.

HEX6C3566
Decimal10853102
Binary11011001101011100110
Octal15465146

Shades and tints

Shades of #6C3566

#6C3566
(108,53,102)
#63315D
(99,49,93)
#5A2D54
(90,45,84)
#51294B
(81,41,75)
#482542
(72,37,66)
#3F2139
(63,33,57)
#361D30
(54,29,48)
#2D1927
(45,25,39)
#24151E
(36,21,30)
#1B1115
(27,17,21)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #6C3566

#6C3566
(108,53,102)
#794773
(121,71,115)
#865980
(134,89,128)
#936B8D
(147,107,141)
#A07D9A
(160,125,154)
#AD8FA7
(173,143,167)
#BAA1B4
(186,161,180)
#C7B3C1
(199,179,193)
#D4C5CE
(212,197,206)
#E1D7DB
(225,215,219)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3566; }

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

This text font color is #6C3566.


Background Color

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

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

This div background color is #6C3566.


Border color

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

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

This div border color is #6C3566.


Opacity

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

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

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

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

This text has shadow with #6C3566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3566 on black background.


Color preview on white background

This text has color #6C3566 on white background.



Black color preview on #6C3566 background

This text has black color on #6C3566 background.


White color preview on #6C3566 background

This text has white color on #6C3566 background.