COLOR #6E5868

HEX: #6E5868
RGB: (110,88,104)

Color info

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

RGB color model

#6E5868 color RGB value is (110,88,104).

  • red value is 110;
  • green value is 88;
  • blue value is 104.
RGB:
(110,88,104)
(43%,35%,41%)

RGB channels and saturation

R 110 of 255 = 43%
G 88 of 255 = 35%
B 104 of 255 = 41%

110
88
104

R + G + B ~ 40%. #6E5868 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 88 + 104 = 302 (100%)
R 110 of 302 ~ 36.42%
G 88 of 302 ~ 29.14%
B 104 of 302 ~ 34.44%

%36.42
%29.14
%34.44

CMYK color model

#6E5868 color CMYK value is (0,20,5,57).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 5.45%
  • key color value is 56.86%
CMYK:
(0,20,5,57)
C0M20Y5K57 
(0%,20%,5%,57%)
(0.00/0.20/0.05/0.57)	

CMYK percentages

%0
%20
%5.45
%56.86

Codes

Color #6E5868 in popluar color models

6E5868
RGB11088104
HSL316°11.11%38.82%
HSB/HSV316°20.00%43.14%
CMYK0.00%20.00%5.45%
56.86%

Color #6E5868 in popluar number systems.

HEX6E5868
Decimal11088104
Binary110111010110001101000
Octal156130150

Shades and tints

Shades of #6E5868

#6E5868
(110,88,104)
#64505F
(100,80,95)
#5A4856
(90,72,86)
#50404D
(80,64,77)
#463844
(70,56,68)
#3C303B
(60,48,59)
#322832
(50,40,50)
#282029
(40,32,41)
#1E1820
(30,24,32)
#141017
(20,16,23)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #6E5868

#6E5868
(110,88,104)
#7B6775
(123,103,117)
#887682
(136,118,130)
#95858F
(149,133,143)
#A2949C
(162,148,156)
#AFA3A9
(175,163,169)
#BCB2B6
(188,178,182)
#C9C1C3
(201,193,195)
#D6D0D0
(214,208,208)
#E3DFDD
(227,223,221)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5868; }

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

This text font color is #6E5868.


Background Color

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

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

This div background color is #6E5868.


Border color

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

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

This div border color is #6E5868.


Opacity

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

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

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

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

This text has shadow with #6E5868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5868 on black background.


Color preview on white background

This text has color #6E5868 on white background.



Black color preview on #6E5868 background

This text has black color on #6E5868 background.


White color preview on #6E5868 background

This text has white color on #6E5868 background.