COLOR #6E2575

HEX: #6E2575
RGB: (110,37,117)

Color info

#6E2575 contains mainly red and blue colors. Web safe color of #6E2575 is #663366 (or #636).

RGB color model

#6E2575 color RGB value is (110,37,117).

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

RGB channels and saturation

R 110 of 255 = 43%
G 37 of 255 = 15%
B 117 of 255 = 46%

110
37
117

R + G + B ~ 35%. #6E2575 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 37 + 117 = 264 (100%)
R 110 of 264 ~ 41.67%
G 37 of 264 ~ 14.02%
B 117 of 264 ~ 44.32%

%41.67
%14.02
%44.32

CMYK color model

#6E2575 color CMYK value is (6,68,0,54).

  • cyan value is 5.98%
  • magenta value is 68.38%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(6,68,0,54)
C6M68Y0K54 
(6%,68%,0%,54%)
(0.06/0.68/0.00/0.54)	

CMYK percentages

%5.98
%68.38
%0
%54.12

Codes

Color #6E2575 in popluar color models

6E2575
RGB11037117
HSL295°51.95%30.20%
HSB/HSV295°68.38%45.88%
CMYK5.98%68.38%0.00%
54.12%

Color #6E2575 in popluar number systems.

HEX6E2575
Decimal11037117
Binary11011101001011110101
Octal15645165

Shades and tints

Shades of #6E2575

#6E2575
(110,37,117)
#64226B
(100,34,107)
#5A1F61
(90,31,97)
#501C57
(80,28,87)
#46194D
(70,25,77)
#3C1643
(60,22,67)
#321339
(50,19,57)
#28102F
(40,16,47)
#1E0D25
(30,13,37)
#140A1B
(20,10,27)
#0A0711
(10,7,17)
#000000
(0,0,0)

Tints of #6E2575

#6E2575
(110,37,117)
#7B3881
(123,56,129)
#884B8D
(136,75,141)
#955E99
(149,94,153)
#A271A5
(162,113,165)
#AF84B1
(175,132,177)
#BC97BD
(188,151,189)
#C9AAC9
(201,170,201)
#D6BDD5
(214,189,213)
#E3D0E1
(227,208,225)
#F0E3ED
(240,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2575; }

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

This text font color is #6E2575.


Background Color

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

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

This div background color is #6E2575.


Border color

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

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

This div border color is #6E2575.


Opacity

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

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

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

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

This text has shadow with #6E2575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2575 on black background.


Color preview on white background

This text has color #6E2575 on white background.



Black color preview on #6E2575 background

This text has black color on #6E2575 background.


White color preview on #6E2575 background

This text has white color on #6E2575 background.