COLOR #6D5869

HEX: #6D5869
RGB: (109,88,105)

Color info

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

RGB color model

#6D5869 color RGB value is (109,88,105).

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

RGB channels and saturation

R 109 of 255 = 43%
G 88 of 255 = 35%
B 105 of 255 = 41%

109
88
105

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

Portions of RGB colors in percentages

R + G + B =
109 + 88 + 105 = 302 (100%)
R 109 of 302 ~ 36.09%
G 88 of 302 ~ 29.14%
B 105 of 302 ~ 34.77%

%36.09
%29.14
%34.77

CMYK color model

#6D5869 color CMYK value is (0,19,4,57).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 3.67%
  • key color value is 57.25%
CMYK:
(0,19,4,57)
C0M19Y4K57 
(0%,19%,4%,57%)
(0.00/0.19/0.04/0.57)	

CMYK percentages

%0
%19.27
%3.67
%57.25

Codes

Color #6D5869 in popluar color models

6D5869
RGB10988105
HSL311°10.66%38.63%
HSB/HSV311°19.27%42.75%
CMYK0.00%19.27%3.67%
57.25%

Color #6D5869 in popluar number systems.

HEX6D5869
Decimal10988105
Binary110110110110001101001
Octal155130151

Shades and tints

Shades of #6D5869

#6D5869
(109,88,105)
#645060
(100,80,96)
#5B4857
(91,72,87)
#52404E
(82,64,78)
#493845
(73,56,69)
#40303C
(64,48,60)
#372833
(55,40,51)
#2E202A
(46,32,42)
#251821
(37,24,33)
#1C1018
(28,16,24)
#13080F
(19,8,15)
#000000
(0,0,0)

Tints of #6D5869

#6D5869
(109,88,105)
#7A6776
(122,103,118)
#877683
(135,118,131)
#948590
(148,133,144)
#A1949D
(161,148,157)
#AEA3AA
(174,163,170)
#BBB2B7
(187,178,183)
#C8C1C4
(200,193,196)
#D5D0D1
(213,208,209)
#E2DFDE
(226,223,222)
#EFEEEB
(239,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5869 color. Also use rgb(109,88,105) instead hex code.

Text Font Color

.myTextColor { color: #6D5869; }

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

This text font color is #6D5869.


Background Color

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

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

This div background color is #6D5869.


Border color

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

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

This div border color is #6D5869.


Opacity

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

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

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

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

This text has shadow with #6D5869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5869 on black background.


Color preview on white background

This text has color #6D5869 on white background.



Black color preview on #6D5869 background

This text has black color on #6D5869 background.


White color preview on #6D5869 background

This text has white color on #6D5869 background.