COLOR #6C3569

HEX: #6C3569
RGB: (108,53,105)

Color info

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

RGB color model

#6C3569 color RGB value is (108,53,105).

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

RGB channels and saturation

R 108 of 255 = 42%
G 53 of 255 = 21%
B 105 of 255 = 41%

108
53
105

R + G + B ~ 35%. #6C3569 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 53 + 105 = 266 (100%)
R 108 of 266 ~ 40.6%
G 53 of 266 ~ 19.92%
B 105 of 266 ~ 39.47%

%40.6
%19.92
%39.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.93%
  • yellow value is 2.78%
  • key color value is 57.65%
CMYK:
(0,51,3,58)
C0M51Y3K58 
(0%,51%,3%,58%)
(0.00/0.51/0.03/0.58)	

CMYK percentages

%0
%50.93
%2.78
%57.65

Codes

Color #6C3569 in popluar color models

6C3569
RGB10853105
HSL303°34.16%31.57%
HSB/HSV303°50.93%42.35%
CMYK0.00%50.93%2.78%
57.65%

Color #6C3569 in popluar number systems.

HEX6C3569
Decimal10853105
Binary11011001101011101001
Octal15465151

Shades and tints

Shades of #6C3569

#6C3569
(108,53,105)
#633160
(99,49,96)
#5A2D57
(90,45,87)
#51294E
(81,41,78)
#482545
(72,37,69)
#3F213C
(63,33,60)
#361D33
(54,29,51)
#2D192A
(45,25,42)
#241521
(36,21,33)
#1B1118
(27,17,24)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #6C3569

#6C3569
(108,53,105)
#794776
(121,71,118)
#865983
(134,89,131)
#936B90
(147,107,144)
#A07D9D
(160,125,157)
#AD8FAA
(173,143,170)
#BAA1B7
(186,161,183)
#C7B3C4
(199,179,196)
#D4C5D1
(212,197,209)
#E1D7DE
(225,215,222)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3569; }

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

This text font color is #6C3569.


Background Color

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

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

This div background color is #6C3569.


Border color

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

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

This div border color is #6C3569.


Opacity

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

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

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

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

This text has shadow with #6C3569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3569 on black background.


Color preview on white background

This text has color #6C3569 on white background.



Black color preview on #6C3569 background

This text has black color on #6C3569 background.


White color preview on #6C3569 background

This text has white color on #6C3569 background.