COLOR #6C3CEC

HEX: #6C3CEC
RGB: (108,60,236)

Color info

#6C3CEC contains mainly blue color. Web safe color of #6C3CEC is #6633FF (or #63F).

RGB color model

#6C3CEC color RGB value is (108,60,236).

  • red value is 108;
  • green value is 60;
  • blue value is 236.
RGB:
(108,60,236)
(42%,24%,93%)

RGB channels and saturation

R 108 of 255 = 42%
G 60 of 255 = 24%
B 236 of 255 = 93%

108
60
236

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

Portions of RGB colors in percentages

R + G + B =
108 + 60 + 236 = 404 (100%)
R 108 of 404 ~ 26.73%
G 60 of 404 ~ 14.85%
B 236 of 404 ~ 58.42%

%26.73
%14.85
%58.42

CMYK color model

#6C3CEC color CMYK value is (54,75,0,7).

  • cyan value is 54.24%
  • magenta value is 74.58%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(54,75,0,7)
C54M75Y0K7 
(54%,75%,0%,7%)
(0.54/0.75/0.00/0.07)	

CMYK percentages

%54.24
%74.58
%0
%7.45

Codes

Color #6C3CEC in popluar color models

6C3CEC
RGB10860236
HSL256°82.24%58.04%
HSB/HSV256°74.58%92.55%
CMYK54.24%74.58%0.00%
7.45%

Color #6C3CEC in popluar number systems.

HEX6C3CEC
Decimal10860236
Binary110110011110011101100
Octal15474354

Shades and tints

Shades of #6C3CEC

#6C3CEC
(108,60,236)
#6337D7
(99,55,215)
#5A32C2
(90,50,194)
#512DAD
(81,45,173)
#482898
(72,40,152)
#3F2383
(63,35,131)
#361E6E
(54,30,110)
#2D1959
(45,25,89)
#241444
(36,20,68)
#1B0F2F
(27,15,47)
#120A1A
(18,10,26)
#000000
(0,0,0)

Tints of #6C3CEC

#6C3CEC
(108,60,236)
#794DED
(121,77,237)
#865EEE
(134,94,238)
#936FEF
(147,111,239)
#A080F0
(160,128,240)
#AD91F1
(173,145,241)
#BAA2F2
(186,162,242)
#C7B3F3
(199,179,243)
#D4C4F4
(212,196,244)
#E1D5F5
(225,213,245)
#EEE6F6
(238,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C3CEC; }

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

This text font color is #6C3CEC.


Background Color

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

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

This div background color is #6C3CEC.


Border color

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

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

This div border color is #6C3CEC.


Opacity

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

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

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

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

This text has shadow with #6C3CEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C3CEC on black background.


Color preview on white background

This text has color #6C3CEC on white background.



Black color preview on #6C3CEC background

This text has black color on #6C3CEC background.


White color preview on #6C3CEC background

This text has white color on #6C3CEC background.