COLOR #6C2C6C

HEX: #6C2C6C
RGB: (108,44,108)

Color info

#6C2C6C contains mainly red and blue colors. Web safe color of #6C2C6C is #663366 (or #636).

RGB color model

#6C2C6C color RGB value is (108,44,108).

  • red value is 108;
  • green value is 44;
  • blue value is 108.
RGB:
(108,44,108)
(42%,17%,42%)

RGB channels and saturation

R 108 of 255 = 42%
G 44 of 255 = 17%
B 108 of 255 = 42%

108
44
108

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

Portions of RGB colors in percentages

R + G + B =
108 + 44 + 108 = 260 (100%)
R 108 of 260 ~ 41.54%
G 44 of 260 ~ 16.92%
B 108 of 260 ~ 41.54%

%41.54
%16.92
%41.54

CMYK color model

#6C2C6C color CMYK value is (0,59,0,58).

  • cyan value is 0.00%
  • magenta value is 59.26%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(0,59,0,58)
C0M59Y0K58 
(0%,59%,0%,58%)
(0.00/0.59/0.00/0.58)	

CMYK percentages

%0
%59.26
%0
%57.65

Codes

Color #6C2C6C in popluar color models

6C2C6C
RGB10844108
HSL300°42.11%29.80%
HSB/HSV300°59.26%42.35%
CMYK0.00%59.26%0.00%
57.65%

Color #6C2C6C in popluar number systems.

HEX6C2C6C
Decimal10844108
Binary11011001011001101100
Octal15454154

Shades and tints

Shades of #6C2C6C

#6C2C6C
(108,44,108)
#632863
(99,40,99)
#5A245A
(90,36,90)
#512051
(81,32,81)
#481C48
(72,28,72)
#3F183F
(63,24,63)
#361436
(54,20,54)
#2D102D
(45,16,45)
#240C24
(36,12,36)
#1B081B
(27,8,27)
#120412
(18,4,18)
#000000
(0,0,0)

Tints of #6C2C6C

#6C2C6C
(108,44,108)
#793F79
(121,63,121)
#865286
(134,82,134)
#936593
(147,101,147)
#A078A0
(160,120,160)
#AD8BAD
(173,139,173)
#BA9EBA
(186,158,186)
#C7B1C7
(199,177,199)
#D4C4D4
(212,196,212)
#E1D7E1
(225,215,225)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2C6C; }

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

This text font color is #6C2C6C.


Background Color

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

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

This div background color is #6C2C6C.


Border color

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

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

This div border color is #6C2C6C.


Opacity

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

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

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

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

This text has shadow with #6C2C6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2C6C on black background.


Color preview on white background

This text has color #6C2C6C on white background.



Black color preview on #6C2C6C background

This text has black color on #6C2C6C background.


White color preview on #6C2C6C background

This text has white color on #6C2C6C background.