COLOR #6C345C

HEX: #6C345C
RGB: (108,52,92)

Color info

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

RGB color model

#6C345C color RGB value is (108,52,92).

  • red value is 108;
  • green value is 52;
  • blue value is 92.
RGB:
(108,52,92)
(42%,20%,36%)

RGB channels and saturation

R 108 of 255 = 42%
G 52 of 255 = 20%
B 92 of 255 = 36%

108
52
92

R + G + B ~ 33%. #6C345C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 52 + 92 = 252 (100%)
R 108 of 252 ~ 42.86%
G 52 of 252 ~ 20.63%
B 92 of 252 ~ 36.51%

%42.86
%20.63
%36.51

CMYK color model

#6C345C color CMYK value is (0,52,15,58).

  • cyan value is 0.00%
  • magenta value is 51.85%
  • yellow value is 14.81%
  • key color value is 57.65%
CMYK:
(0,52,15,58)
C0M52Y15K58 
(0%,52%,15%,58%)
(0.00/0.52/0.15/0.58)	

CMYK percentages

%0
%51.85
%14.81
%57.65

Codes

Color #6C345C in popluar color models

6C345C
RGB1085292
HSL317°35.00%31.37%
HSB/HSV317°51.85%42.35%
CMYK0.00%51.85%14.81%
57.65%

Color #6C345C in popluar number systems.

HEX6C345C
Decimal1085292
Binary11011001101001011100
Octal15464134

Shades and tints

Shades of #6C345C

#6C345C
(108,52,92)
#633054
(99,48,84)
#5A2C4C
(90,44,76)
#512844
(81,40,68)
#48243C
(72,36,60)
#3F2034
(63,32,52)
#361C2C
(54,28,44)
#2D1824
(45,24,36)
#24141C
(36,20,28)
#1B1014
(27,16,20)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #6C345C

#6C345C
(108,52,92)
#79466A
(121,70,106)
#865878
(134,88,120)
#936A86
(147,106,134)
#A07C94
(160,124,148)
#AD8EA2
(173,142,162)
#BAA0B0
(186,160,176)
#C7B2BE
(199,178,190)
#D4C4CC
(212,196,204)
#E1D6DA
(225,214,218)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C345C color. Also use rgb(108,52,92) instead hex code.

Text Font Color

.myTextColor { color: #6C345C; }

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

This text font color is #6C345C.


Background Color

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

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

This div background color is #6C345C.


Border color

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

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

This div border color is #6C345C.


Opacity

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

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

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

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

This text has shadow with #6C345C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C345C on black background.


Color preview on white background

This text has color #6C345C on white background.



Black color preview on #6C345C background

This text has black color on #6C345C background.


White color preview on #6C345C background

This text has white color on #6C345C background.