COLOR #6C21C3

HEX: #6C21C3
RGB: (108,33,195)

Color info

#6C21C3 contains mainly blue color. Web safe color of #6C21C3 is #6633CC (or #63C).

RGB color model

#6C21C3 color RGB value is (108,33,195).

  • red value is 108;
  • green value is 33;
  • blue value is 195.
RGB:
(108,33,195)
(42%,13%,76%)

RGB channels and saturation

R 108 of 255 = 42%
G 33 of 255 = 13%
B 195 of 255 = 76%

108
33
195

R + G + B ~ 44%. #6C21C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 33 + 195 = 336 (100%)
R 108 of 336 ~ 32.14%
G 33 of 336 ~ 9.82%
B 195 of 336 ~ 58.04%

%32.14
%9.82
%58.04

CMYK color model

#6C21C3 color CMYK value is (45,83,0,24).

  • cyan value is 44.62%
  • magenta value is 83.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(45,83,0,24)
C45M83Y0K24 
(45%,83%,0%,24%)
(0.45/0.83/0.00/0.24)	

CMYK percentages

%44.62
%83.08
%0
%23.53

Codes

Color #6C21C3 in popluar color models

6C21C3
RGB10833195
HSL268°71.05%44.71%
HSB/HSV268°83.08%76.47%
CMYK44.62%83.08%0.00%
23.53%

Color #6C21C3 in popluar number systems.

HEX6C21C3
Decimal10833195
Binary110110010000111000011
Octal15441303

Shades and tints

Shades of #6C21C3

#6C21C3
(108,33,195)
#631EB2
(99,30,178)
#5A1BA1
(90,27,161)
#511890
(81,24,144)
#48157F
(72,21,127)
#3F126E
(63,18,110)
#360F5D
(54,15,93)
#2D0C4C
(45,12,76)
#24093B
(36,9,59)
#1B062A
(27,6,42)
#120319
(18,3,25)
#000000
(0,0,0)

Tints of #6C21C3

#6C21C3
(108,33,195)
#7935C8
(121,53,200)
#8649CD
(134,73,205)
#935DD2
(147,93,210)
#A071D7
(160,113,215)
#AD85DC
(173,133,220)
#BA99E1
(186,153,225)
#C7ADE6
(199,173,230)
#D4C1EB
(212,193,235)
#E1D5F0
(225,213,240)
#EEE9F5
(238,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C21C3; }

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

This text font color is #6C21C3.


Background Color

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

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

This div background color is #6C21C3.


Border color

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

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

This div border color is #6C21C3.


Opacity

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

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

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

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

This text has shadow with #6C21C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C21C3 on black background.


Color preview on white background

This text has color #6C21C3 on white background.



Black color preview on #6C21C3 background

This text has black color on #6C21C3 background.


White color preview on #6C21C3 background

This text has white color on #6C21C3 background.