COLOR #6E3C58

HEX: #6E3C58
RGB: (110,60,88)

Color info

#6E3C58 contains red, green and blue colors in about the same proportion. Web safe color of #6E3C58 is #663366 (or #636).

RGB color model

#6E3C58 color RGB value is (110,60,88).

  • red value is 110;
  • green value is 60;
  • blue value is 88.
RGB:
(110,60,88)
(43%,24%,35%)

RGB channels and saturation

R 110 of 255 = 43%
G 60 of 255 = 24%
B 88 of 255 = 35%

110
60
88

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

Portions of RGB colors in percentages

R + G + B =
110 + 60 + 88 = 258 (100%)
R 110 of 258 ~ 42.64%
G 60 of 258 ~ 23.26%
B 88 of 258 ~ 34.11%

%42.64
%23.26
%34.11

CMYK color model

#6E3C58 color CMYK value is (0,45,20,57).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 20.00%
  • key color value is 56.86%
CMYK:
(0,45,20,57)
C0M45Y20K57 
(0%,45%,20%,57%)
(0.00/0.45/0.20/0.57)	

CMYK percentages

%0
%45.45
%20
%56.86

Codes

Color #6E3C58 in popluar color models

6E3C58
RGB1106088
HSL326°29.41%33.33%
HSB/HSV326°45.45%43.14%
CMYK0.00%45.45%20.00%
56.86%

Color #6E3C58 in popluar number systems.

HEX6E3C58
Decimal1106088
Binary11011101111001011000
Octal15674130

Shades and tints

Shades of #6E3C58

#6E3C58
(110,60,88)
#643750
(100,55,80)
#5A3248
(90,50,72)
#502D40
(80,45,64)
#462838
(70,40,56)
#3C2330
(60,35,48)
#321E28
(50,30,40)
#281920
(40,25,32)
#1E1418
(30,20,24)
#140F10
(20,15,16)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #6E3C58

#6E3C58
(110,60,88)
#7B4D67
(123,77,103)
#885E76
(136,94,118)
#956F85
(149,111,133)
#A28094
(162,128,148)
#AF91A3
(175,145,163)
#BCA2B2
(188,162,178)
#C9B3C1
(201,179,193)
#D6C4D0
(214,196,208)
#E3D5DF
(227,213,223)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3C58 color. Also use rgb(110,60,88) instead hex code.

Text Font Color

.myTextColor { color: #6E3C58; }

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

This text font color is #6E3C58.


Background Color

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

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

This div background color is #6E3C58.


Border color

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

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

This div border color is #6E3C58.


Opacity

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

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

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

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

This text has shadow with #6E3C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3C58 on black background.


Color preview on white background

This text has color #6E3C58 on white background.



Black color preview on #6E3C58 background

This text has black color on #6E3C58 background.


White color preview on #6E3C58 background

This text has white color on #6E3C58 background.