COLOR #6C587A

HEX: #6C587A RGB: (108,88,122)

Color info

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

RGB color model

#6C587A color RGB value is (108,88,122).

RGB: (108,88,122) (42%, 35%, 48%)

RGB channels and saturation

R 108 of 255 = 42%
G 88 of 255 = 35%
B 122 of 255 = 48%

108
88
122

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

Portions of RGB colors in percentages

R + G + B = 108 + 88 + 122 = 318 (100%)
R 108 of 318 ~ 33.96%
G 88 of 318 ~ 27.67%
B 122 of 318 ~ 38.36'%

%33.96
%27.67
%38.36

CMYK color model

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

  • cyan value is 11.48%
  • 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

%11.48
%27.87
%0
%52.16

Codes

Color #6C587A in popluar color models

6C 58 7A
RGB 108 88 122
HSL 275° 16.19% 41.18%
HSB/HSV 275° 27.87% 47.84%
CMYK 11.48% 27.87% 0.00%
52.16%

Color #6C587A in popluar number systems.

HEX 6C 58 7A
Decimal 108 88 122
Binary 1101100 1011000 1111010
Octal 154 130 172

Shades and tints

Shades of #6C587A

#6C587A
(108,88,122)
#63506F
(99,80,111)
#5A4864
(90,72,100)
#514059
(81,64,89)
#48384E
(72,56,78)
#3F3043
(63,48,67)
#362838
(54,40,56)
#2D202D
(45,32,45)
#241822
(36,24,34)
#1B1017
(27,16,23)
#12080C
(18,8,12)
#000000
(0,0,0)

Tints of #6C587A

#6C587A
(108,88,122)
#796786
(121,103,134)
#867692
(134,118,146)
#93859E
(147,133,158)
#A094AA
(160,148,170)
#ADA3B6
(173,163,182)
#BAB2C2
(186,178,194)
#C7C1CE
(199,193,206)
#D4D0DA
(212,208,218)
#E1DFE6
(225,223,230)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C587A; }

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

This text font color is #6C587A.

Background Color

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

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

This div background color is #6C587A.

Border color

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

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

This div border color is #6C587A.

Opacity

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

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

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

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

This text has shadow with #6C587A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C587A.

Preview

Color preview on black background

This text has color #6C587A on black background.


Color preview on white background

This text has color #6C587A on white background.


Black color preview on #6C587A background

This text has black color on #6C587A background.


White color preview on #6C587A background

This text has white color on #6C587A background.


Related colors

Complementary color

Complementary color for #hex is #93A785.


I love getcolorcode.com

Triadic colors

1 #7A6C58 and #587A6C with #6C587A are triadic colors.

2 #7A586C and #586C7A with #6C587A are triadic colors.