COLOR #6C41C2

HEX: #6C41C2
RGB: (108,65,194)

Color info

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

RGB color model

#6C41C2 color RGB value is (108,65,194).

  • red value is 108;
  • green value is 65;
  • blue value is 194.
RGB:
(108,65,194)
(42%,25%,76%)

RGB channels and saturation

R 108 of 255 = 42%
G 65 of 255 = 25%
B 194 of 255 = 76%

108
65
194

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

Portions of RGB colors in percentages

R + G + B =
108 + 65 + 194 = 367 (100%)
R 108 of 367 ~ 29.43%
G 65 of 367 ~ 17.71%
B 194 of 367 ~ 52.86%

%29.43
%17.71
%52.86

CMYK color model

#6C41C2 color CMYK value is (44,66,0,24).

  • cyan value is 44.33%
  • magenta value is 66.49%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(44,66,0,24)
C44M66Y0K24 
(44%,66%,0%,24%)
(0.44/0.66/0.00/0.24)	

CMYK percentages

%44.33
%66.49
%0
%23.92

Codes

Color #6C41C2 in popluar color models

6C41C2
RGB10865194
HSL260°51.39%50.78%
HSB/HSV260°66.49%76.08%
CMYK44.33%66.49%0.00%
23.92%

Color #6C41C2 in popluar number systems.

HEX6C41C2
Decimal10865194
Binary1101100100000111000010
Octal154101302

Shades and tints

Shades of #6C41C2

#6C41C2
(108,65,194)
#633CB1
(99,60,177)
#5A37A0
(90,55,160)
#51328F
(81,50,143)
#482D7E
(72,45,126)
#3F286D
(63,40,109)
#36235C
(54,35,92)
#2D1E4B
(45,30,75)
#24193A
(36,25,58)
#1B1429
(27,20,41)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #6C41C2

#6C41C2
(108,65,194)
#7952C7
(121,82,199)
#8663CC
(134,99,204)
#9374D1
(147,116,209)
#A085D6
(160,133,214)
#AD96DB
(173,150,219)
#BAA7E0
(186,167,224)
#C7B8E5
(199,184,229)
#D4C9EA
(212,201,234)
#E1DAEF
(225,218,239)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C41C2; }

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

This text font color is #6C41C2.


Background Color

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

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

This div background color is #6C41C2.


Border color

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

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

This div border color is #6C41C2.


Opacity

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

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

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

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

This text has shadow with #6C41C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C41C2 on black background.


Color preview on white background

This text has color #6C41C2 on white background.



Black color preview on #6C41C2 background

This text has black color on #6C41C2 background.


White color preview on #6C41C2 background

This text has white color on #6C41C2 background.