COLOR #6E0B8D

HEX: #6E0B8D RGB: (110,11,141)

Color info

#6E0B8D contains mainly red and blue colors. Web safe color of #6E0B8D is #660099 (or #609).

RGB color model

#6E0B8D color RGB value is (110,11,141).

RGB: (110,11,141) (43%, 4%, 55%)

RGB channels and saturation

R 110 of 255 = 43%
G 11 of 255 = 4%
B 141 of 255 = 55%

110
11
141

R + G + B ~ 34%. #6E0B8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 11 + 141 = 262 (100%)
R 110 of 262 ~ 41.98%
G 11 of 262 ~ 4.2%
B 141 of 262 ~ 53.82'%

%41.98
%53.82

CMYK color model

#6E0B8D color CMYK value is (22,92,0,45).

  • cyan value is 21.99%
  • magenta value is 92.20%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (22,92,0,45)
C22M92Y0K45 (22%, 92%, 0%, 45%)
(0.22 / 0.92 / 0.00 / 0.45)

CMYK percentages

%21.99
%92.2
%0
%44.71

Codes

Color #6E0B8D in popluar color models

6E 0B 8D
RGB 110 11 141
HSL 286° 85.53% 29.80%
HSB/HSV 286° 92.20% 55.29%
CMYK 21.99% 92.20% 0.00%
44.71%

Color #6E0B8D in popluar number systems.

HEX 6E 0B 8D
Decimal 110 11 141
Binary 1101110 1011 10001101
Octal 156 13 215

Shades and tints

Shades of #6E0B8D

#6E0B8D
(110,11,141)
#640A81
(100,10,129)
#5A0975
(90,9,117)
#500869
(80,8,105)
#46075D
(70,7,93)
#3C0651
(60,6,81)
#320545
(50,5,69)
#280439
(40,4,57)
#1E032D
(30,3,45)
#140221
(20,2,33)
#0A0115
(10,1,21)
#000000
(0,0,0)

Tints of #6E0B8D

#6E0B8D
(110,11,141)
#7B2197
(123,33,151)
#8837A1
(136,55,161)
#954DAB
(149,77,171)
#A263B5
(162,99,181)
#AF79BF
(175,121,191)
#BC8FC9
(188,143,201)
#C9A5D3
(201,165,211)
#D6BBDD
(214,187,221)
#E3D1E7
(227,209,231)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0B8D color. Also use rgb(110,11,141) instead hex code.

Text Font Color

.myTextColor { color: #6E0B8D; }

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

This text font color is #6E0B8D.

Background Color

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

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

This div background color is #6E0B8D.

Border color

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

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

This div border color is #6E0B8D.

Opacity

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

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

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

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

This text has shadow with #6E0B8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E0B8D.

Preview

Color preview on black background

This text has color #6E0B8D on black background.


Color preview on white background

This text has color #6E0B8D on white background.


Black color preview on #6E0B8D background

This text has black color on #6E0B8D background.


White color preview on #6E0B8D background

This text has white color on #6E0B8D background.


Related colors

Complementary color

Complementary color for #hex is #91F472.


I love getcolorcode.com

Triadic colors

1 #8D6E0B and #0B8D6E with #6E0B8D are triadic colors.

2 #8D0B6E and #0B6E8D with #6E0B8D are triadic colors.