COLOR #6E39C1

HEX: #6E39C1 RGB: (110,57,193)

Color info

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

RGB color model

#6E39C1 color RGB value is (110,57,193).

RGB: (110,57,193) (43%, 22%, 76%)

RGB channels and saturation

R 110 of 255 = 43%
G 57 of 255 = 22%
B 193 of 255 = 76%

110
57
193

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

Portions of RGB colors in percentages

R + G + B = 110 + 57 + 193 = 360 (100%)
R 110 of 360 ~ 30.56%
G 57 of 360 ~ 15.83%
B 193 of 360 ~ 53.61'%

%30.56
%15.83
%53.61

CMYK color model

#6E39C1 color CMYK value is (43,70,0,24).

  • cyan value is 43.01%
  • magenta value is 70.47%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (43,70,0,24)
C43M70Y0K24 (43%, 70%, 0%, 24%)
(0.43 / 0.70 / 0.00 / 0.24)

CMYK percentages

%43.01
%70.47
%0
%24.31

Codes

Color #6E39C1 in popluar color models

6E 39 C1
RGB 110 57 193
HSL 263° 54.40% 49.02%
HSB/HSV 263° 70.47% 75.69%
CMYK 43.01% 70.47% 0.00%
24.31%

Color #6E39C1 in popluar number systems.

HEX 6E 39 C1
Decimal 110 57 193
Binary 1101110 111001 11000001
Octal 156 71 301

Shades and tints

Shades of #6E39C1

#6E39C1
(110,57,193)
#6434B0
(100,52,176)
#5A2F9F
(90,47,159)
#502A8E
(80,42,142)
#46257D
(70,37,125)
#3C206C
(60,32,108)
#321B5B
(50,27,91)
#28164A
(40,22,74)
#1E1139
(30,17,57)
#140C28
(20,12,40)
#0A0717
(10,7,23)
#000000
(0,0,0)

Tints of #6E39C1

#6E39C1
(110,57,193)
#7B4BC6
(123,75,198)
#885DCB
(136,93,203)
#956FD0
(149,111,208)
#A281D5
(162,129,213)
#AF93DA
(175,147,218)
#BCA5DF
(188,165,223)
#C9B7E4
(201,183,228)
#D6C9E9
(214,201,233)
#E3DBEE
(227,219,238)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E39C1 color. Also use rgb(110,57,193) instead hex code.

Text Font Color

.myTextColor { color: #6E39C1; }

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

This text font color is #6E39C1.

Background Color

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

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

This div background color is #6E39C1.

Border color

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

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

This div border color is #6E39C1.

Opacity

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

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

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

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

This text has shadow with #6E39C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E39C1.

Preview

Color preview on black background

This text has color #6E39C1 on black background.


Color preview on white background

This text has color #6E39C1 on white background.


Black color preview on #6E39C1 background

This text has black color on #6E39C1 background.


White color preview on #6E39C1 background

This text has white color on #6E39C1 background.


Related colors

Complementary color

Complementary color for #hex is #91C63E.


I love getcolorcode.com

Triadic colors

1 #C16E39 and #39C16E with #6E39C1 are triadic colors.

2 #C1396E and #396EC1 with #6E39C1 are triadic colors.