COLOR #6C2C95

HEX: #6C2C95
RGB: (108,44,149)

Color info

#6C2C95 contains mainly red and blue colors. Web safe color of #6C2C95 is #663399 (or #639).

RGB color model

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

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

RGB channels and saturation

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

108
44
149

R + G + B ~ 39%. #6C2C95 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 44 + 149 = 301 (100%)
R 108 of 301 ~ 35.88%
G 44 of 301 ~ 14.62%
B 149 of 301 ~ 49.5%

%35.88
%14.62
%49.5

CMYK color model

#6C2C95 color CMYK value is (28,70,0,42).

  • cyan value is 27.52%
  • magenta value is 70.47%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(28,70,0,42)
C28M70Y0K42 
(28%,70%,0%,42%)
(0.28/0.70/0.00/0.42)	

CMYK percentages

%27.52
%70.47
%0
%41.57

Codes

Color #6C2C95 in popluar color models

6C2C95
RGB10844149
HSL277°54.40%37.84%
HSB/HSV277°70.47%58.43%
CMYK27.52%70.47%0.00%
41.57%

Color #6C2C95 in popluar number systems.

HEX6C2C95
Decimal10844149
Binary110110010110010010101
Octal15454225

Shades and tints

Shades of #6C2C95

#6C2C95
(108,44,149)
#632888
(99,40,136)
#5A247B
(90,36,123)
#51206E
(81,32,110)
#481C61
(72,28,97)
#3F1854
(63,24,84)
#361447
(54,20,71)
#2D103A
(45,16,58)
#240C2D
(36,12,45)
#1B0820
(27,8,32)
#120413
(18,4,19)
#000000
(0,0,0)

Tints of #6C2C95

#6C2C95
(108,44,149)
#793F9E
(121,63,158)
#8652A7
(134,82,167)
#9365B0
(147,101,176)
#A078B9
(160,120,185)
#AD8BC2
(173,139,194)
#BA9ECB
(186,158,203)
#C7B1D4
(199,177,212)
#D4C4DD
(212,196,221)
#E1D7E6
(225,215,230)
#EEEAEF
(238,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C2C95; }

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

This text font color is #6C2C95.


Background Color

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

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

This div background color is #6C2C95.


Border color

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

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

This div border color is #6C2C95.


Opacity

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

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

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

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

This text has shadow with #6C2C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2C95 on black background.


Color preview on white background

This text has color #6C2C95 on white background.



Black color preview on #6C2C95 background

This text has black color on #6C2C95 background.


White color preview on #6C2C95 background

This text has white color on #6C2C95 background.