COLOR #6E3071

HEX: #6E3071
RGB: (110,48,113)

Color info

#6E3071 contains mainly red and blue colors. Web safe color of #6E3071 is #663366 (or #636).

RGB color model

#6E3071 color RGB value is (110,48,113).

  • red value is 110;
  • green value is 48;
  • blue value is 113.
RGB:
(110,48,113)
(43%,19%,44%)

RGB channels and saturation

R 110 of 255 = 43%
G 48 of 255 = 19%
B 113 of 255 = 44%

110
48
113

R + G + B ~ 35%. #6E3071 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 48 + 113 = 271 (100%)
R 110 of 271 ~ 40.59%
G 48 of 271 ~ 17.71%
B 113 of 271 ~ 41.7%

%40.59
%17.71
%41.7

CMYK color model

#6E3071 color CMYK value is (3,58,0,56).

  • cyan value is 2.65%
  • magenta value is 57.52%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(3,58,0,56)
C3M58Y0K56 
(3%,58%,0%,56%)
(0.03/0.58/0.00/0.56)	

CMYK percentages

%2.65
%57.52
%0
%55.69

Codes

Color #6E3071 in popluar color models

6E3071
RGB11048113
HSL297°40.37%31.57%
HSB/HSV297°57.52%44.31%
CMYK2.65%57.52%0.00%
55.69%

Color #6E3071 in popluar number systems.

HEX6E3071
Decimal11048113
Binary11011101100001110001
Octal15660161

Shades and tints

Shades of #6E3071

#6E3071
(110,48,113)
#642C67
(100,44,103)
#5A285D
(90,40,93)
#502453
(80,36,83)
#462049
(70,32,73)
#3C1C3F
(60,28,63)
#321835
(50,24,53)
#28142B
(40,20,43)
#1E1021
(30,16,33)
#140C17
(20,12,23)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #6E3071

#6E3071
(110,48,113)
#7B427D
(123,66,125)
#885489
(136,84,137)
#956695
(149,102,149)
#A278A1
(162,120,161)
#AF8AAD
(175,138,173)
#BC9CB9
(188,156,185)
#C9AEC5
(201,174,197)
#D6C0D1
(214,192,209)
#E3D2DD
(227,210,221)
#F0E4E9
(240,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3071 color. Also use rgb(110,48,113) instead hex code.

Text Font Color

.myTextColor { color: #6E3071; }

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

This text font color is #6E3071.


Background Color

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

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

This div background color is #6E3071.


Border color

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

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

This div border color is #6E3071.


Opacity

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

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

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

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

This text has shadow with #6E3071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3071 on black background.


Color preview on white background

This text has color #6E3071 on white background.



Black color preview on #6E3071 background

This text has black color on #6E3071 background.


White color preview on #6E3071 background

This text has white color on #6E3071 background.