COLOR #6E1584

HEX: #6E1584 RGB: (110,21,132)

Color info

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

RGB color model

#6E1584 color RGB value is (110,21,132).

RGB: (110,21,132) (43%, 8%, 52%)

RGB channels and saturation

R 110 of 255 = 43%
G 21 of 255 = 8%
B 132 of 255 = 52%

110
21
132

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

Portions of RGB colors in percentages

R + G + B = 110 + 21 + 132 = 263 (100%)
R 110 of 263 ~ 41.83%
G 21 of 263 ~ 7.98%
B 132 of 263 ~ 50.19'%

%41.83
%50.19

CMYK color model

#6E1584 color CMYK value is (17,84,0,48).

  • cyan value is 16.67%
  • magenta value is 84.09%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (17,84,0,48)
C17M84Y0K48 (17%, 84%, 0%, 48%)
(0.17 / 0.84 / 0.00 / 0.48)

CMYK percentages

%16.67
%84.09
%0
%48.24

Codes

Color #6E1584 in popluar color models

6E 15 84
RGB 110 21 132
HSL 288° 72.55% 30.00%
HSB/HSV 288° 84.09% 51.76%
CMYK 16.67% 84.09% 0.00%
48.24%

Color #6E1584 in popluar number systems.

HEX 6E 15 84
Decimal 110 21 132
Binary 1101110 10101 10000100
Octal 156 25 204

Shades and tints

Shades of #6E1584

#6E1584
(110,21,132)
#641478
(100,20,120)
#5A136C
(90,19,108)
#501260
(80,18,96)
#461154
(70,17,84)
#3C1048
(60,16,72)
#320F3C
(50,15,60)
#280E30
(40,14,48)
#1E0D24
(30,13,36)
#140C18
(20,12,24)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #6E1584

#6E1584
(110,21,132)
#7B2A8F
(123,42,143)
#883F9A
(136,63,154)
#9554A5
(149,84,165)
#A269B0
(162,105,176)
#AF7EBB
(175,126,187)
#BC93C6
(188,147,198)
#C9A8D1
(201,168,209)
#D6BDDC
(214,189,220)
#E3D2E7
(227,210,231)
#F0E7F2
(240,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1584 color. Also use rgb(110,21,132) instead hex code.

Text Font Color

.myTextColor { color: #6E1584; }

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

This text font color is #6E1584.

Background Color

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

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

This div background color is #6E1584.

Border color

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

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

This div border color is #6E1584.

Opacity

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

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

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

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

This text has shadow with #6E1584 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E1584.

Preview

Color preview on black background

This text has color #6E1584 on black background.


Color preview on white background

This text has color #6E1584 on white background.


Black color preview on #6E1584 background

This text has black color on #6E1584 background.


White color preview on #6E1584 background

This text has white color on #6E1584 background.


Related colors

Complementary color

Complementary color for #hex is #91EA7B.


I love getcolorcode.com

Triadic colors

1 #846E15 and #15846E with #6E1584 are triadic colors.

2 #84156E and #156E84 with #6E1584 are triadic colors.