COLOR #6E0A53

HEX: #6E0A53
RGB: (110,10,83)

Color info

#6E0A53 contains mainly red and blue colors. Web safe color of #6E0A53 is #660066 (or #606).

RGB color model

#6E0A53 color RGB value is (110,10,83).

  • red value is 110;
  • green value is 10;
  • blue value is 83.
RGB:
(110,10,83)
(43%,4%,33%)

RGB channels and saturation

R 110 of 255 = 43%
G 10 of 255 = 4%
B 83 of 255 = 33%

110
10
83

R + G + B ~ 27%. #6E0A53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 10 + 83 = 203 (100%)
R 110 of 203 ~ 54.19%
G 10 of 203 ~ 4.93%
B 83 of 203 ~ 40.89%

%54.19
%40.89

CMYK color model

#6E0A53 color CMYK value is (0,91,25,57).

  • cyan value is 0.00%
  • magenta value is 90.91%
  • yellow value is 24.55%
  • key color value is 56.86%
CMYK:
(0,91,25,57)
C0M91Y25K57 
(0%,91%,25%,57%)
(0.00/0.91/0.25/0.57)	

CMYK percentages

%0
%90.91
%24.55
%56.86

Codes

Color #6E0A53 in popluar color models

6E0A53
RGB1101083
HSL316°83.33%23.53%
HSB/HSV316°90.91%43.14%
CMYK0.00%90.91%24.55%
56.86%

Color #6E0A53 in popluar number systems.

HEX6E0A53
Decimal1101083
Binary110111010101010011
Octal15612123

Shades and tints

Shades of #6E0A53

#6E0A53
(110,10,83)
#640A4C
(100,10,76)
#5A0A45
(90,10,69)
#500A3E
(80,10,62)
#460A37
(70,10,55)
#3C0A30
(60,10,48)
#320A29
(50,10,41)
#280A22
(40,10,34)
#1E0A1B
(30,10,27)
#140A14
(20,10,20)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #6E0A53

#6E0A53
(110,10,83)
#7B2062
(123,32,98)
#883671
(136,54,113)
#954C80
(149,76,128)
#A2628F
(162,98,143)
#AF789E
(175,120,158)
#BC8EAD
(188,142,173)
#C9A4BC
(201,164,188)
#D6BACB
(214,186,203)
#E3D0DA
(227,208,218)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0A53 color. Also use rgb(110,10,83) instead hex code.

Text Font Color

.myTextColor { color: #6E0A53; }

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

This text font color is #6E0A53.


Background Color

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

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

This div background color is #6E0A53.


Border color

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

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

This div border color is #6E0A53.


Opacity

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

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

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

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

This text has shadow with #6E0A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0A53 on black background.


Color preview on white background

This text has color #6E0A53 on white background.



Black color preview on #6E0A53 background

This text has black color on #6E0A53 background.


White color preview on #6E0A53 background

This text has white color on #6E0A53 background.