COLOR #6E2D63

HEX: #6E2D63
RGB: (110,45,99)

Color info

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

RGB color model

#6E2D63 color RGB value is (110,45,99).

  • red value is 110;
  • green value is 45;
  • blue value is 99.
RGB:
(110,45,99)
(43%,18%,39%)

RGB channels and saturation

R 110 of 255 = 43%
G 45 of 255 = 18%
B 99 of 255 = 39%

110
45
99

R + G + B ~ 33%. #6E2D63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 45 + 99 = 254 (100%)
R 110 of 254 ~ 43.31%
G 45 of 254 ~ 17.72%
B 99 of 254 ~ 38.98%

%43.31
%17.72
%38.98

CMYK color model

#6E2D63 color CMYK value is (0,59,10,57).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 10.00%
  • key color value is 56.86%
CMYK:
(0,59,10,57)
C0M59Y10K57 
(0%,59%,10%,57%)
(0.00/0.59/0.10/0.57)	

CMYK percentages

%0
%59.09
%10
%56.86

Codes

Color #6E2D63 in popluar color models

6E2D63
RGB1104599
HSL310°41.94%30.39%
HSB/HSV310°59.09%43.14%
CMYK0.00%59.09%10.00%
56.86%

Color #6E2D63 in popluar number systems.

HEX6E2D63
Decimal1104599
Binary11011101011011100011
Octal15655143

Shades and tints

Shades of #6E2D63

#6E2D63
(110,45,99)
#64295A
(100,41,90)
#5A2551
(90,37,81)
#502148
(80,33,72)
#461D3F
(70,29,63)
#3C1936
(60,25,54)
#32152D
(50,21,45)
#281124
(40,17,36)
#1E0D1B
(30,13,27)
#140912
(20,9,18)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #6E2D63

#6E2D63
(110,45,99)
#7B4071
(123,64,113)
#88537F
(136,83,127)
#95668D
(149,102,141)
#A2799B
(162,121,155)
#AF8CA9
(175,140,169)
#BC9FB7
(188,159,183)
#C9B2C5
(201,178,197)
#D6C5D3
(214,197,211)
#E3D8E1
(227,216,225)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2D63 color. Also use rgb(110,45,99) instead hex code.

Text Font Color

.myTextColor { color: #6E2D63; }

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

This text font color is #6E2D63.


Background Color

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

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

This div background color is #6E2D63.


Border color

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

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

This div border color is #6E2D63.


Opacity

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

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

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

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

This text has shadow with #6E2D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2D63 on black background.


Color preview on white background

This text has color #6E2D63 on white background.



Black color preview on #6E2D63 background

This text has black color on #6E2D63 background.


White color preview on #6E2D63 background

This text has white color on #6E2D63 background.