COLOR #6E3D63

HEX: #6E3D63
RGB: (110,61,99)

Color info

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

RGB color model

#6E3D63 color RGB value is (110,61,99).

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

RGB channels and saturation

R 110 of 255 = 43%
G 61 of 255 = 24%
B 99 of 255 = 39%

110
61
99

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

Portions of RGB colors in percentages

R + G + B =
110 + 61 + 99 = 270 (100%)
R 110 of 270 ~ 40.74%
G 61 of 270 ~ 22.59%
B 99 of 270 ~ 36.67%

%40.74
%22.59
%36.67

CMYK color model

#6E3D63 color CMYK value is (0,45,10,57).

  • cyan value is 0.00%
  • magenta value is 44.55%
  • yellow value is 10.00%
  • key color value is 56.86%
CMYK:
(0,45,10,57)
C0M45Y10K57 
(0%,45%,10%,57%)
(0.00/0.45/0.10/0.57)	

CMYK percentages

%0
%44.55
%10
%56.86

Codes

Color #6E3D63 in popluar color models

6E3D63
RGB1106199
HSL313°28.65%33.53%
HSB/HSV313°44.55%43.14%
CMYK0.00%44.55%10.00%
56.86%

Color #6E3D63 in popluar number systems.

HEX6E3D63
Decimal1106199
Binary11011101111011100011
Octal15675143

Shades and tints

Shades of #6E3D63

#6E3D63
(110,61,99)
#64385A
(100,56,90)
#5A3351
(90,51,81)
#502E48
(80,46,72)
#46293F
(70,41,63)
#3C2436
(60,36,54)
#321F2D
(50,31,45)
#281A24
(40,26,36)
#1E151B
(30,21,27)
#141012
(20,16,18)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #6E3D63

#6E3D63
(110,61,99)
#7B4E71
(123,78,113)
#885F7F
(136,95,127)
#95708D
(149,112,141)
#A2819B
(162,129,155)
#AF92A9
(175,146,169)
#BCA3B7
(188,163,183)
#C9B4C5
(201,180,197)
#D6C5D3
(214,197,211)
#E3D6E1
(227,214,225)
#F0E7EF
(240,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3D63; }

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

This text font color is #6E3D63.


Background Color

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

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

This div background color is #6E3D63.


Border color

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

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

This div border color is #6E3D63.


Opacity

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

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

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

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

This text has shadow with #6E3D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3D63 on black background.


Color preview on white background

This text has color #6E3D63 on white background.



Black color preview on #6E3D63 background

This text has black color on #6E3D63 background.


White color preview on #6E3D63 background

This text has white color on #6E3D63 background.