COLOR #6E587C

HEX: #6E587C
RGB: (110,88,124)

Color info

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

RGB color model

#6E587C color RGB value is (110,88,124).

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

RGB channels and saturation

R 110 of 255 = 43%
G 88 of 255 = 35%
B 124 of 255 = 49%

110
88
124

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

Portions of RGB colors in percentages

R + G + B =
110 + 88 + 124 = 322 (100%)
R 110 of 322 ~ 34.16%
G 88 of 322 ~ 27.33%
B 124 of 322 ~ 38.51%

%34.16
%27.33
%38.51

CMYK color model

#6E587C color CMYK value is (11,29,0,51).

  • cyan value is 11.29%
  • magenta value is 29.03%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(11,29,0,51)
C11M29Y0K51 
(11%,29%,0%,51%)
(0.11/0.29/0.00/0.51)	

CMYK percentages

%11.29
%29.03
%0
%51.37

Codes

Color #6E587C in popluar color models

6E587C
RGB11088124
HSL277°16.98%41.57%
HSB/HSV277°29.03%48.63%
CMYK11.29%29.03%0.00%
51.37%

Color #6E587C in popluar number systems.

HEX6E587C
Decimal11088124
Binary110111010110001111100
Octal156130174

Shades and tints

Shades of #6E587C

#6E587C
(110,88,124)
#645071
(100,80,113)
#5A4866
(90,72,102)
#50405B
(80,64,91)
#463850
(70,56,80)
#3C3045
(60,48,69)
#32283A
(50,40,58)
#28202F
(40,32,47)
#1E1824
(30,24,36)
#141019
(20,16,25)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #6E587C

#6E587C
(110,88,124)
#7B6787
(123,103,135)
#887692
(136,118,146)
#95859D
(149,133,157)
#A294A8
(162,148,168)
#AFA3B3
(175,163,179)
#BCB2BE
(188,178,190)
#C9C1C9
(201,193,201)
#D6D0D4
(214,208,212)
#E3DFDF
(227,223,223)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E587C; }

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

This text font color is #6E587C.


Background Color

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

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

This div background color is #6E587C.


Border color

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

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

This div border color is #6E587C.


Opacity

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

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

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

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

This text has shadow with #6E587C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E587C on black background.


Color preview on white background

This text has color #6E587C on white background.



Black color preview on #6E587C background

This text has black color on #6E587C background.


White color preview on #6E587C background

This text has white color on #6E587C background.