COLOR #6C396A

HEX: #6C396A
RGB: (108,57,106)

Color info

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

RGB color model

#6C396A color RGB value is (108,57,106).

  • red value is 108;
  • green value is 57;
  • blue value is 106.
RGB:
(108,57,106)
(42%,22%,42%)

RGB channels and saturation

R 108 of 255 = 42%
G 57 of 255 = 22%
B 106 of 255 = 42%

108
57
106

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

Portions of RGB colors in percentages

R + G + B =
108 + 57 + 106 = 271 (100%)
R 108 of 271 ~ 39.85%
G 57 of 271 ~ 21.03%
B 106 of 271 ~ 39.11%

%39.85
%21.03
%39.11

CMYK color model

#6C396A color CMYK value is (0,47,2,58).

  • cyan value is 0.00%
  • magenta value is 47.22%
  • yellow value is 1.85%
  • key color value is 57.65%
CMYK:
(0,47,2,58)
C0M47Y2K58 
(0%,47%,2%,58%)
(0.00/0.47/0.02/0.58)	

CMYK percentages

%0
%47.22
%1.85
%57.65

Codes

Color #6C396A in popluar color models

6C396A
RGB10857106
HSL302°30.91%32.35%
HSB/HSV302°47.22%42.35%
CMYK0.00%47.22%1.85%
57.65%

Color #6C396A in popluar number systems.

HEX6C396A
Decimal10857106
Binary11011001110011101010
Octal15471152

Shades and tints

Shades of #6C396A

#6C396A
(108,57,106)
#633461
(99,52,97)
#5A2F58
(90,47,88)
#512A4F
(81,42,79)
#482546
(72,37,70)
#3F203D
(63,32,61)
#361B34
(54,27,52)
#2D162B
(45,22,43)
#241122
(36,17,34)
#1B0C19
(27,12,25)
#120710
(18,7,16)
#000000
(0,0,0)

Tints of #6C396A

#6C396A
(108,57,106)
#794B77
(121,75,119)
#865D84
(134,93,132)
#936F91
(147,111,145)
#A0819E
(160,129,158)
#AD93AB
(173,147,171)
#BAA5B8
(186,165,184)
#C7B7C5
(199,183,197)
#D4C9D2
(212,201,210)
#E1DBDF
(225,219,223)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C396A color. Also use rgb(108,57,106) instead hex code.

Text Font Color

.myTextColor { color: #6C396A; }

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

This text font color is #6C396A.


Background Color

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

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

This div background color is #6C396A.


Border color

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

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

This div border color is #6C396A.


Opacity

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

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

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

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

This text has shadow with #6C396A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C396A on black background.


Color preview on white background

This text has color #6C396A on white background.



Black color preview on #6C396A background

This text has black color on #6C396A background.


White color preview on #6C396A background

This text has white color on #6C396A background.