COLOR #6D587A

HEX: #6D587A
RGB: (109,88,122)

Color info

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

RGB color model

#6D587A color RGB value is (109,88,122).

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

RGB channels and saturation

R 109 of 255 = 43%
G 88 of 255 = 35%
B 122 of 255 = 48%

109
88
122

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

Portions of RGB colors in percentages

R + G + B =
109 + 88 + 122 = 319 (100%)
R 109 of 319 ~ 34.17%
G 88 of 319 ~ 27.59%
B 122 of 319 ~ 38.24%

%34.17
%27.59
%38.24

CMYK color model

#6D587A color CMYK value is (11,28,0,52).

  • cyan value is 10.66%
  • magenta value is 27.87%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(11,28,0,52)
C11M28Y0K52 
(11%,28%,0%,52%)
(0.11/0.28/0.00/0.52)	

CMYK percentages

%10.66
%27.87
%0
%52.16

Codes

Color #6D587A in popluar color models

6D587A
RGB10988122
HSL277°16.19%41.18%
HSB/HSV277°27.87%47.84%
CMYK10.66%27.87%0.00%
52.16%

Color #6D587A in popluar number systems.

HEX6D587A
Decimal10988122
Binary110110110110001111010
Octal155130172

Shades and tints

Shades of #6D587A

#6D587A
(109,88,122)
#64506F
(100,80,111)
#5B4864
(91,72,100)
#524059
(82,64,89)
#49384E
(73,56,78)
#403043
(64,48,67)
#372838
(55,40,56)
#2E202D
(46,32,45)
#251822
(37,24,34)
#1C1017
(28,16,23)
#13080C
(19,8,12)
#000000
(0,0,0)

Tints of #6D587A

#6D587A
(109,88,122)
#7A6786
(122,103,134)
#877692
(135,118,146)
#94859E
(148,133,158)
#A194AA
(161,148,170)
#AEA3B6
(174,163,182)
#BBB2C2
(187,178,194)
#C8C1CE
(200,193,206)
#D5D0DA
(213,208,218)
#E2DFE6
(226,223,230)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D587A; }

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

This text font color is #6D587A.


Background Color

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

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

This div background color is #6D587A.


Border color

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

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

This div border color is #6D587A.


Opacity

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

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

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

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

This text has shadow with #6D587A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D587A on black background.


Color preview on white background

This text has color #6D587A on white background.



Black color preview on #6D587A background

This text has black color on #6D587A background.


White color preview on #6D587A background

This text has white color on #6D587A background.