COLOR #6C4ACE

HEX: #6C4ACE
RGB: (108,74,206)

Color info

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

RGB color model

#6C4ACE color RGB value is (108,74,206).

  • red value is 108;
  • green value is 74;
  • blue value is 206.
RGB:
(108,74,206)
(42%,29%,81%)

RGB channels and saturation

R 108 of 255 = 42%
G 74 of 255 = 29%
B 206 of 255 = 81%

108
74
206

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

Portions of RGB colors in percentages

R + G + B =
108 + 74 + 206 = 388 (100%)
R 108 of 388 ~ 27.84%
G 74 of 388 ~ 19.07%
B 206 of 388 ~ 53.09%

%27.84
%19.07
%53.09

CMYK color model

#6C4ACE color CMYK value is (48,64,0,19).

  • cyan value is 47.57%
  • magenta value is 64.08%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(48,64,0,19)
C48M64Y0K19 
(48%,64%,0%,19%)
(0.48/0.64/0.00/0.19)	

CMYK percentages

%47.57
%64.08
%0
%19.22

Codes

Color #6C4ACE in popluar color models

6C4ACE
RGB10874206
HSL255°57.39%54.90%
HSB/HSV255°64.08%80.78%
CMYK47.57%64.08%0.00%
19.22%

Color #6C4ACE in popluar number systems.

HEX6C4ACE
Decimal10874206
Binary1101100100101011001110
Octal154112316

Shades and tints

Shades of #6C4ACE

#6C4ACE
(108,74,206)
#6344BC
(99,68,188)
#5A3EAA
(90,62,170)
#513898
(81,56,152)
#483286
(72,50,134)
#3F2C74
(63,44,116)
#362662
(54,38,98)
#2D2050
(45,32,80)
#241A3E
(36,26,62)
#1B142C
(27,20,44)
#120E1A
(18,14,26)
#000000
(0,0,0)

Tints of #6C4ACE

#6C4ACE
(108,74,206)
#795AD2
(121,90,210)
#866AD6
(134,106,214)
#937ADA
(147,122,218)
#A08ADE
(160,138,222)
#AD9AE2
(173,154,226)
#BAAAE6
(186,170,230)
#C7BAEA
(199,186,234)
#D4CAEE
(212,202,238)
#E1DAF2
(225,218,242)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4ACE; }

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

This text font color is #6C4ACE.


Background Color

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

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

This div background color is #6C4ACE.


Border color

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

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

This div border color is #6C4ACE.


Opacity

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

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

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

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

This text has shadow with #6C4ACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4ACE on black background.


Color preview on white background

This text has color #6C4ACE on white background.



Black color preview on #6C4ACE background

This text has black color on #6C4ACE background.


White color preview on #6C4ACE background

This text has white color on #6C4ACE background.