COLOR #6E31BC

HEX: #6E31BC RGB: (110,49,188)

Color info

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

RGB color model

#6E31BC color RGB value is (110,49,188).

RGB: (110,49,188) (43%, 19%, 74%)

RGB channels and saturation

R 110 of 255 = 43%
G 49 of 255 = 19%
B 188 of 255 = 74%

110
49
188

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

Portions of RGB colors in percentages

R + G + B = 110 + 49 + 188 = 347 (100%)
R 110 of 347 ~ 31.7%
G 49 of 347 ~ 14.12%
B 188 of 347 ~ 54.18'%

%31.7
%14.12
%54.18

CMYK color model

#6E31BC color CMYK value is (41,74,0,26).

  • cyan value is 41.49%
  • magenta value is 73.94%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (41,74,0,26) C41M74Y0K26 (41%,74%,0%,26%) (0.41/0.74/0.00/0.26) 

CMYK percentages

%41.49
%73.94
%0
%26.27

Codes

Color #6E31BC in popluar color models

6E 31 BC
RGB 110 49 188
HSL 266° 58.65% 46.47%
HSB/HSV 266° 73.94% 73.73%
CMYK 41.49% 73.94% 0.00%
26.27%

Color #6E31BC in popluar number systems.

HEX 6E 31 BC
Decimal 110 49 188
Binary 1101110 110001 10111100
Octal 156 61 274

Shades and tints

Shades of #6E31BC

#6E31BC
(110,49,188)
#642DAB
(100,45,171)
#5A299A
(90,41,154)
#502589
(80,37,137)
#462178
(70,33,120)
#3C1D67
(60,29,103)
#321956
(50,25,86)
#281545
(40,21,69)
#1E1134
(30,17,52)
#140D23
(20,13,35)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #6E31BC

#6E31BC
(110,49,188)
#7B43C2
(123,67,194)
#8855C8
(136,85,200)
#9567CE
(149,103,206)
#A279D4
(162,121,212)
#AF8BDA
(175,139,218)
#BC9DE0
(188,157,224)
#C9AFE6
(201,175,230)
#D6C1EC
(214,193,236)
#E3D3F2
(227,211,242)
#F0E5F8
(240,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E31BC color. Also use rgb(110,49,188) instead hex code.

Text Font Color

.myTextColor { color: #6E31BC; }

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

This text font color is #6E31BC.

Background Color

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

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

This div background color is #6E31BC.

Border color

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

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

This div border color is #6E31BC.

Opacity

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

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

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

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

This text has shadow with #6E31BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E31BC.

Preview

Color preview on black background

This text has color #6E31BC on black background.


Color preview on white background

This text has color #6E31BC on white background.


Black color preview on #6E31BC background

This text has black color on #6E31BC background.


White color preview on #6E31BC background

This text has white color on #6E31BC background.


Related colors

Complementary color

Complementary color for #hex is #91CE43.


I love getcolorcode.com

Triadic colors

1 #BC6E31 and #31BC6E with #6E31BC are triadic colors.

2 #BC316E and #316EBC with #6E31BC are triadic colors.