COLOR #6E0C50

HEX: #6E0C50 RGB: (110,12,80)

Color info

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

RGB color model

#6E0C50 color RGB value is (110,12,80).

RGB: (110,12,80) (43%, 5%, 31%)

RGB channels and saturation

R 110 of 255 = 43%
G 12 of 255 = 5%
B 80 of 255 = 31%

110
12
80

R + G + B ~ 26%. #6E0C50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 12 + 80 = 202 (100%)
R 110 of 202 ~ 54.46%
G 12 of 202 ~ 5.94%
B 80 of 202 ~ 39.6'%

%54.46
%39.6

CMYK color model

#6E0C50 color CMYK value is (0,89,27,57).

  • cyan value is 0.00%
  • magenta value is 89.09%
  • yellow value is 27.27%
  • key color value is 56.86%

CMYK: (0,89,27,57)
C0M89Y27K57 (0%, 89%, 27%, 57%)
(0.00 / 0.89 / 0.27 / 0.57)

CMYK percentages

%0
%89.09
%27.27
%56.86

Codes

Color #6E0C50 in popluar color models

6E 0C 50
RGB 110 12 80
HSL 318° 80.33% 23.92%
HSB/HSV 318° 89.09% 43.14%
CMYK 0.00% 89.09% 27.27%
56.86%

Color #6E0C50 in popluar number systems.

HEX 6E 0C 50
Decimal 110 12 80
Binary 1101110 1100 1010000
Octal 156 14 120

Shades and tints

Shades of #6E0C50

#6E0C50
(110,12,80)
#640B49
(100,11,73)
#5A0A42
(90,10,66)
#50093B
(80,9,59)
#460834
(70,8,52)
#3C072D
(60,7,45)
#320626
(50,6,38)
#28051F
(40,5,31)
#1E0418
(30,4,24)
#140311
(20,3,17)
#0A020A
(10,2,10)
#000000
(0,0,0)

Tints of #6E0C50

#6E0C50
(110,12,80)
#7B225F
(123,34,95)
#88386E
(136,56,110)
#954E7D
(149,78,125)
#A2648C
(162,100,140)
#AF7A9B
(175,122,155)
#BC90AA
(188,144,170)
#C9A6B9
(201,166,185)
#D6BCC8
(214,188,200)
#E3D2D7
(227,210,215)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0C50 color. Also use rgb(110,12,80) instead hex code.

Text Font Color

.myTextColor { color: #6E0C50; }

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

This text font color is #6E0C50.

Background Color

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

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

This div background color is #6E0C50.

Border color

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

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

This div border color is #6E0C50.

Opacity

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

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

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

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

This text has shadow with #6E0C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E0C50.

Preview

Color preview on black background

This text has color #6E0C50 on black background.


Color preview on white background

This text has color #6E0C50 on white background.


Black color preview on #6E0C50 background

This text has black color on #6E0C50 background.


White color preview on #6E0C50 background

This text has white color on #6E0C50 background.


Related colors

Complementary color

Complementary color for #hex is #91F3AF.


I love getcolorcode.com

Triadic colors

1 #506E0C and #0C506E with #6E0C50 are triadic colors.

2 #500C6E and #0C6E50 with #6E0C50 are triadic colors.