COLOR #6E5165

HEX: #6E5165
RGB: (110,81,101)

Color info

#6E5165 contains red, green and blue colors in about the same proportion. Web safe color of #6E5165 is #666666 (or #666).

RGB color model

#6E5165 color RGB value is (110,81,101).

  • red value is 110;
  • green value is 81;
  • blue value is 101.
RGB:
(110,81,101)
(43%,32%,40%)

RGB channels and saturation

R 110 of 255 = 43%
G 81 of 255 = 32%
B 101 of 255 = 40%

110
81
101

R + G + B ~ 38%. #6E5165 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 81 + 101 = 292 (100%)
R 110 of 292 ~ 37.67%
G 81 of 292 ~ 27.74%
B 101 of 292 ~ 34.59%

%37.67
%27.74
%34.59

CMYK color model

#6E5165 color CMYK value is (0,26,8,57).

  • cyan value is 0.00%
  • magenta value is 26.36%
  • yellow value is 8.18%
  • key color value is 56.86%
CMYK:
(0,26,8,57)
C0M26Y8K57 
(0%,26%,8%,57%)
(0.00/0.26/0.08/0.57)	

CMYK percentages

%0
%26.36
%8.18
%56.86

Codes

Color #6E5165 in popluar color models

6E5165
RGB11081101
HSL319°15.18%37.45%
HSB/HSV319°26.36%43.14%
CMYK0.00%26.36%8.18%
56.86%

Color #6E5165 in popluar number systems.

HEX6E5165
Decimal11081101
Binary110111010100011100101
Octal156121145

Shades and tints

Shades of #6E5165

#6E5165
(110,81,101)
#644A5C
(100,74,92)
#5A4353
(90,67,83)
#503C4A
(80,60,74)
#463541
(70,53,65)
#3C2E38
(60,46,56)
#32272F
(50,39,47)
#282026
(40,32,38)
#1E191D
(30,25,29)
#141214
(20,18,20)
#0A0B0B
(10,11,11)
#000000
(0,0,0)

Tints of #6E5165

#6E5165
(110,81,101)
#7B6073
(123,96,115)
#886F81
(136,111,129)
#957E8F
(149,126,143)
#A28D9D
(162,141,157)
#AF9CAB
(175,156,171)
#BCABB9
(188,171,185)
#C9BAC7
(201,186,199)
#D6C9D5
(214,201,213)
#E3D8E3
(227,216,227)
#F0E7F1
(240,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5165 color. Also use rgb(110,81,101) instead hex code.

Text Font Color

.myTextColor { color: #6E5165; }

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

This text font color is #6E5165.


Background Color

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

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

This div background color is #6E5165.


Border color

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

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

This div border color is #6E5165.


Opacity

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

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

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

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

This text has shadow with #6E5165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5165 on black background.


Color preview on white background

This text has color #6E5165 on white background.



Black color preview on #6E5165 background

This text has black color on #6E5165 background.


White color preview on #6E5165 background

This text has white color on #6E5165 background.