COLOR #6E2588

HEX: #6E2588
RGB: (110,37,136)

Color info

#6E2588 contains mainly red and blue colors. Web safe color of #6E2588 is #663399 (or #639).

RGB color model

#6E2588 color RGB value is (110,37,136).

  • red value is 110;
  • green value is 37;
  • blue value is 136.
RGB:
(110,37,136)
(43%,15%,53%)

RGB channels and saturation

R 110 of 255 = 43%
G 37 of 255 = 15%
B 136 of 255 = 53%

110
37
136

R + G + B ~ 37%. #6E2588 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 37 + 136 = 283 (100%)
R 110 of 283 ~ 38.87%
G 37 of 283 ~ 13.07%
B 136 of 283 ~ 48.06%

%38.87
%13.07
%48.06

CMYK color model

#6E2588 color CMYK value is (19,73,0,47).

  • cyan value is 19.12%
  • magenta value is 72.79%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(19,73,0,47)
C19M73Y0K47 
(19%,73%,0%,47%)
(0.19/0.73/0.00/0.47)	

CMYK percentages

%19.12
%72.79
%0
%46.67

Codes

Color #6E2588 in popluar color models

6E2588
RGB11037136
HSL284°57.23%33.92%
HSB/HSV284°72.79%53.33%
CMYK19.12%72.79%0.00%
46.67%

Color #6E2588 in popluar number systems.

HEX6E2588
Decimal11037136
Binary110111010010110001000
Octal15645210

Shades and tints

Shades of #6E2588

#6E2588
(110,37,136)
#64227C
(100,34,124)
#5A1F70
(90,31,112)
#501C64
(80,28,100)
#461958
(70,25,88)
#3C164C
(60,22,76)
#321340
(50,19,64)
#281034
(40,16,52)
#1E0D28
(30,13,40)
#140A1C
(20,10,28)
#0A0710
(10,7,16)
#000000
(0,0,0)

Tints of #6E2588

#6E2588
(110,37,136)
#7B3892
(123,56,146)
#884B9C
(136,75,156)
#955EA6
(149,94,166)
#A271B0
(162,113,176)
#AF84BA
(175,132,186)
#BC97C4
(188,151,196)
#C9AACE
(201,170,206)
#D6BDD8
(214,189,216)
#E3D0E2
(227,208,226)
#F0E3EC
(240,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2588 color. Also use rgb(110,37,136) instead hex code.

Text Font Color

.myTextColor { color: #6E2588; }

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

This text font color is #6E2588.


Background Color

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

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

This div background color is #6E2588.


Border color

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

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

This div border color is #6E2588.


Opacity

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

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

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

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

This text has shadow with #6E2588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2588 on black background.


Color preview on white background

This text has color #6E2588 on white background.



Black color preview on #6E2588 background

This text has black color on #6E2588 background.


White color preview on #6E2588 background

This text has white color on #6E2588 background.