COLOR #6E3DB2

HEX: #6E3DB2
RGB: (110,61,178)

Color info

#6E3DB2 contains mainly blue color. Web safe color of #6E3DB2 is #663399 (or #639).

RGB color model

#6E3DB2 color RGB value is (110,61,178).

  • red value is 110;
  • green value is 61;
  • blue value is 178.
RGB:
(110,61,178)
(43%,24%,70%)

RGB channels and saturation

R 110 of 255 = 43%
G 61 of 255 = 24%
B 178 of 255 = 70%

110
61
178

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

Portions of RGB colors in percentages

R + G + B =
110 + 61 + 178 = 349 (100%)
R 110 of 349 ~ 31.52%
G 61 of 349 ~ 17.48%
B 178 of 349 ~ 51%

%31.52
%17.48
%51

CMYK color model

#6E3DB2 color CMYK value is (38,66,0,30).

  • cyan value is 38.20%
  • magenta value is 65.73%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(38,66,0,30)
C38M66Y0K30 
(38%,66%,0%,30%)
(0.38/0.66/0.00/0.30)	

CMYK percentages

%38.2
%65.73
%0
%30.2

Codes

Color #6E3DB2 in popluar color models

6E3DB2
RGB11061178
HSL265°48.95%46.86%
HSB/HSV265°65.73%69.80%
CMYK38.20%65.73%0.00%
30.20%

Color #6E3DB2 in popluar number systems.

HEX6E3DB2
Decimal11061178
Binary110111011110110110010
Octal15675262

Shades and tints

Shades of #6E3DB2

#6E3DB2
(110,61,178)
#6438A2
(100,56,162)
#5A3392
(90,51,146)
#502E82
(80,46,130)
#462972
(70,41,114)
#3C2462
(60,36,98)
#321F52
(50,31,82)
#281A42
(40,26,66)
#1E1532
(30,21,50)
#141022
(20,16,34)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #6E3DB2

#6E3DB2
(110,61,178)
#7B4EB9
(123,78,185)
#885FC0
(136,95,192)
#9570C7
(149,112,199)
#A281CE
(162,129,206)
#AF92D5
(175,146,213)
#BCA3DC
(188,163,220)
#C9B4E3
(201,180,227)
#D6C5EA
(214,197,234)
#E3D6F1
(227,214,241)
#F0E7F8
(240,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3DB2 color. Also use rgb(110,61,178) instead hex code.

Text Font Color

.myTextColor { color: #6E3DB2; }

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

This text font color is #6E3DB2.


Background Color

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

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

This div background color is #6E3DB2.


Border color

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

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

This div border color is #6E3DB2.


Opacity

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

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

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

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

This text has shadow with #6E3DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3DB2 on black background.


Color preview on white background

This text has color #6E3DB2 on white background.



Black color preview on #6E3DB2 background

This text has black color on #6E3DB2 background.


White color preview on #6E3DB2 background

This text has white color on #6E3DB2 background.