COLOR #6E5865

HEX: #6E5865 RGB: (110,88,101)

Color info

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

RGB color model

#6E5865 color RGB value is (110,88,101).

RGB: (110,88,101) (43%, 35%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 88 of 255 = 35%
B 101 of 255 = 40%

110
88
101

R + G + B ~ 39%. #6E5865 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 88 + 101 = 299 (100%)
R 110 of 299 ~ 36.79%
G 88 of 299 ~ 29.43%
B 101 of 299 ~ 33.78'%

%36.79
%29.43
%33.78

CMYK color model

#6E5865 color CMYK value is (0,20,8,57).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 8.18%
  • key color value is 56.86%

CMYK: (0,20,8,57)
C0M20Y8K57 (0%, 20%, 8%, 57%)
(0.00 / 0.20 / 0.08 / 0.57)

CMYK percentages

%0
%20
%8.18
%56.86

Codes

Color #6E5865 in popluar color models

6E 58 65
RGB 110 88 101
HSL 325° 11.11% 38.82%
HSB/HSV 325° 20.00% 43.14%
CMYK 0.00% 20.00% 8.18%
56.86%

Color #6E5865 in popluar number systems.

HEX 6E 58 65
Decimal 110 88 101
Binary 1101110 1011000 1100101
Octal 156 130 145

Shades and tints

Shades of #6E5865

#6E5865
(110,88,101)
#64505C
(100,80,92)
#5A4853
(90,72,83)
#50404A
(80,64,74)
#463841
(70,56,65)
#3C3038
(60,48,56)
#32282F
(50,40,47)
#282026
(40,32,38)
#1E181D
(30,24,29)
#141014
(20,16,20)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #6E5865

#6E5865
(110,88,101)
#7B6773
(123,103,115)
#887681
(136,118,129)
#95858F
(149,133,143)
#A2949D
(162,148,157)
#AFA3AB
(175,163,171)
#BCB2B9
(188,178,185)
#C9C1C7
(201,193,199)
#D6D0D5
(214,208,213)
#E3DFE3
(227,223,227)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5865; }

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

This text font color is #6E5865.

Background Color

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

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

This div background color is #6E5865.

Border color

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

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

This div border color is #6E5865.

Opacity

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

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

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

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

This text has shadow with #6E5865 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5865.

Preview

Color preview on black background

This text has color #6E5865 on black background.


Color preview on white background

This text has color #6E5865 on white background.


Black color preview on #6E5865 background

This text has black color on #6E5865 background.


White color preview on #6E5865 background

This text has white color on #6E5865 background.


Related colors

Complementary color

Complementary color for #hex is #91A79A.


I love getcolorcode.com

Triadic colors

1 #656E58 and #58656E with #6E5865 are triadic colors.

2 #65586E and #586E65 with #6E5865 are triadic colors.