COLOR #6C39E0

HEX: #6C39E0 RGB: (108,57,224)

Color info

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

RGB color model

#6C39E0 color RGB value is (108,57,224).

RGB: (108,57,224) (42%, 22%, 88%)

RGB channels and saturation

R 108 of 255 = 42%
G 57 of 255 = 22%
B 224 of 255 = 88%

108
57
224

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

Portions of RGB colors in percentages

R + G + B = 108 + 57 + 224 = 389 (100%)
R 108 of 389 ~ 27.76%
G 57 of 389 ~ 14.65%
B 224 of 389 ~ 57.58'%

%27.76
%14.65
%57.58

CMYK color model

#6C39E0 color CMYK value is (52,75,0,12).

  • cyan value is 51.79%
  • magenta value is 74.55%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (52,75,0,12)
C52M75Y0K12 (52%, 75%, 0%, 12%)
(0.52 / 0.75 / 0.00 / 0.12)

CMYK percentages

%51.79
%74.55
%0
%12.16

Codes

Color #6C39E0 in popluar color models

6C 39 E0
RGB 108 57 224
HSL 258° 72.93% 55.10%
HSB/HSV 258° 74.55% 87.84%
CMYK 51.79% 74.55% 0.00%
12.16%

Color #6C39E0 in popluar number systems.

HEX 6C 39 E0
Decimal 108 57 224
Binary 1101100 111001 11100000
Octal 154 71 340

Shades and tints

Shades of #6C39E0

#6C39E0
(108,57,224)
#6334CC
(99,52,204)
#5A2FB8
(90,47,184)
#512AA4
(81,42,164)
#482590
(72,37,144)
#3F207C
(63,32,124)
#361B68
(54,27,104)
#2D1654
(45,22,84)
#241140
(36,17,64)
#1B0C2C
(27,12,44)
#120718
(18,7,24)
#000000
(0,0,0)

Tints of #6C39E0

#6C39E0
(108,57,224)
#794BE2
(121,75,226)
#865DE4
(134,93,228)
#936FE6
(147,111,230)
#A081E8
(160,129,232)
#AD93EA
(173,147,234)
#BAA5EC
(186,165,236)
#C7B7EE
(199,183,238)
#D4C9F0
(212,201,240)
#E1DBF2
(225,219,242)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C39E0 color. Also use rgb(108,57,224) instead hex code.

Text Font Color

.myTextColor { color: #6C39E0; }

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

This text font color is #6C39E0.

Background Color

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

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

This div background color is #6C39E0.

Border color

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

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

This div border color is #6C39E0.

Opacity

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

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

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

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

This text has shadow with #6C39E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C39E0.

Preview

Color preview on black background

This text has color #6C39E0 on black background.


Color preview on white background

This text has color #6C39E0 on white background.


Black color preview on #6C39E0 background

This text has black color on #6C39E0 background.


White color preview on #6C39E0 background

This text has white color on #6C39E0 background.


Related colors

Complementary color

Complementary color for #6C39E0 is #93C61F.


I love getcolorcode.com

Triadic colors

1 #E06C39 and #39E06C with #6C39E0 are triadic colors.

2 #E0396C and #396CE0 with #6C39E0 are triadic colors.