COLOR #6C3661

HEX: #6C3661
RGB: (108,54,97)

Color info

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

RGB color model

#6C3661 color RGB value is (108,54,97).

  • red value is 108;
  • green value is 54;
  • blue value is 97.
RGB:
(108,54,97)
(42%,21%,38%)

RGB channels and saturation

R 108 of 255 = 42%
G 54 of 255 = 21%
B 97 of 255 = 38%

108
54
97

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

Portions of RGB colors in percentages

R + G + B =
108 + 54 + 97 = 259 (100%)
R 108 of 259 ~ 41.7%
G 54 of 259 ~ 20.85%
B 97 of 259 ~ 37.45%

%41.7
%20.85
%37.45

CMYK color model

#6C3661 color CMYK value is (0,50,10,58).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 10.19%
  • key color value is 57.65%
CMYK:
(0,50,10,58)
C0M50Y10K58 
(0%,50%,10%,58%)
(0.00/0.50/0.10/0.58)	

CMYK percentages

%0
%50
%10.19
%57.65

Codes

Color #6C3661 in popluar color models

6C3661
RGB1085497
HSL312°33.33%31.76%
HSB/HSV312°50.00%42.35%
CMYK0.00%50.00%10.19%
57.65%

Color #6C3661 in popluar number systems.

HEX6C3661
Decimal1085497
Binary11011001101101100001
Octal15466141

Shades and tints

Shades of #6C3661

#6C3661
(108,54,97)
#633259
(99,50,89)
#5A2E51
(90,46,81)
#512A49
(81,42,73)
#482641
(72,38,65)
#3F2239
(63,34,57)
#361E31
(54,30,49)
#2D1A29
(45,26,41)
#241621
(36,22,33)
#1B1219
(27,18,25)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #6C3661

#6C3661
(108,54,97)
#79486F
(121,72,111)
#865A7D
(134,90,125)
#936C8B
(147,108,139)
#A07E99
(160,126,153)
#AD90A7
(173,144,167)
#BAA2B5
(186,162,181)
#C7B4C3
(199,180,195)
#D4C6D1
(212,198,209)
#E1D8DF
(225,216,223)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3661 color. Also use rgb(108,54,97) instead hex code.

Text Font Color

.myTextColor { color: #6C3661; }

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

This text font color is #6C3661.


Background Color

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

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

This div background color is #6C3661.


Border color

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

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

This div border color is #6C3661.


Opacity

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

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

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

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

This text has shadow with #6C3661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3661 on black background.


Color preview on white background

This text has color #6C3661 on white background.



Black color preview on #6C3661 background

This text has black color on #6C3661 background.


White color preview on #6C3661 background

This text has white color on #6C3661 background.