COLOR #6C587E

HEX: #6C587E RGB: (108,88,126)

Color info

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

RGB color model

#6C587E color RGB value is (108,88,126).

RGB: (108,88,126) (42%, 35%, 49%)

RGB channels and saturation

R 108 of 255 = 42%
G 88 of 255 = 35%
B 126 of 255 = 49%

108
88
126

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

Portions of RGB colors in percentages

R + G + B = 108 + 88 + 126 = 322 (100%)
R 108 of 322 ~ 33.54%
G 88 of 322 ~ 27.33%
B 126 of 322 ~ 39.13'%

%33.54
%27.33
%39.13

CMYK color model

#6C587E color CMYK value is (14,30,0,51).

  • cyan value is 14.29%
  • magenta value is 30.16%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (14,30,0,51)
C14M30Y0K51 (14%, 30%, 0%, 51%)
(0.14 / 0.30 / 0.00 / 0.51)

CMYK percentages

%14.29
%30.16
%0
%50.59

Codes

Color #6C587E in popluar color models

6C 58 7E
RGB 108 88 126
HSL 272° 17.76% 41.96%
HSB/HSV 272° 30.16% 49.41%
CMYK 14.29% 30.16% 0.00%
50.59%

Color #6C587E in popluar number systems.

HEX 6C 58 7E
Decimal 108 88 126
Binary 1101100 1011000 1111110
Octal 154 130 176

Shades and tints

Shades of #6C587E

#6C587E
(108,88,126)
#635073
(99,80,115)
#5A4868
(90,72,104)
#51405D
(81,64,93)
#483852
(72,56,82)
#3F3047
(63,48,71)
#36283C
(54,40,60)
#2D2031
(45,32,49)
#241826
(36,24,38)
#1B101B
(27,16,27)
#120810
(18,8,16)
#000000
(0,0,0)

Tints of #6C587E

#6C587E
(108,88,126)
#796789
(121,103,137)
#867694
(134,118,148)
#93859F
(147,133,159)
#A094AA
(160,148,170)
#ADA3B5
(173,163,181)
#BAB2C0
(186,178,192)
#C7C1CB
(199,193,203)
#D4D0D6
(212,208,214)
#E1DFE1
(225,223,225)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C587E color. Also use rgb(108,88,126) instead hex code.

Text Font Color

.myTextColor { color: #6C587E; }

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

This text font color is #6C587E.

Background Color

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

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

This div background color is #6C587E.

Border color

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

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

This div border color is #6C587E.

Opacity

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

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

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

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

This text has shadow with #6C587E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C587E.

Preview

Color preview on black background

This text has color #6C587E on black background.


Color preview on white background

This text has color #6C587E on white background.


Black color preview on #6C587E background

This text has black color on #6C587E background.


White color preview on #6C587E background

This text has white color on #6C587E background.


Related colors

Complementary color

Complementary color for #hex is #93A781.


I love getcolorcode.com

Triadic colors

1 #7E6C58 and #587E6C with #6C587E are triadic colors.

2 #7E586C and #586C7E with #6C587E are triadic colors.