COLOR #6E4163

HEX: #6E4163
RGB: (110,65,99)

Color info

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

RGB color model

#6E4163 color RGB value is (110,65,99).

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

RGB channels and saturation

R 110 of 255 = 43%
G 65 of 255 = 25%
B 99 of 255 = 39%

110
65
99

R + G + B ~ 36%. #6E4163 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 65 + 99 = 274 (100%)
R 110 of 274 ~ 40.15%
G 65 of 274 ~ 23.72%
B 99 of 274 ~ 36.13%

%40.15
%23.72
%36.13

CMYK color model

#6E4163 color CMYK value is (0,41,10,57).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 10.00%
  • key color value is 56.86%
CMYK:
(0,41,10,57)
C0M41Y10K57 
(0%,41%,10%,57%)
(0.00/0.41/0.10/0.57)	

CMYK percentages

%0
%40.91
%10
%56.86

Codes

Color #6E4163 in popluar color models

6E4163
RGB1106599
HSL315°25.71%34.31%
HSB/HSV315°40.91%43.14%
CMYK0.00%40.91%10.00%
56.86%

Color #6E4163 in popluar number systems.

HEX6E4163
Decimal1106599
Binary110111010000011100011
Octal156101143

Shades and tints

Shades of #6E4163

#6E4163
(110,65,99)
#643C5A
(100,60,90)
#5A3751
(90,55,81)
#503248
(80,50,72)
#462D3F
(70,45,63)
#3C2836
(60,40,54)
#32232D
(50,35,45)
#281E24
(40,30,36)
#1E191B
(30,25,27)
#141412
(20,20,18)
#0A0F09
(10,15,9)
#000000
(0,0,0)

Tints of #6E4163

#6E4163
(110,65,99)
#7B5271
(123,82,113)
#88637F
(136,99,127)
#95748D
(149,116,141)
#A2859B
(162,133,155)
#AF96A9
(175,150,169)
#BCA7B7
(188,167,183)
#C9B8C5
(201,184,197)
#D6C9D3
(214,201,211)
#E3DAE1
(227,218,225)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E4163; }

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

This text font color is #6E4163.


Background Color

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

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

This div background color is #6E4163.


Border color

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

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

This div border color is #6E4163.


Opacity

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

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

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

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

This text has shadow with #6E4163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E4163 on black background.


Color preview on white background

This text has color #6E4163 on white background.



Black color preview on #6E4163 background

This text has black color on #6E4163 background.


White color preview on #6E4163 background

This text has white color on #6E4163 background.