COLOR #6C5876

HEX: #6C5876 RGB: (108,88,118)

Color info

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

RGB color model

#6C5876 color RGB value is (108,88,118).

RGB: (108,88,118) (42%, 35%, 46%)

RGB channels and saturation

R 108 of 255 = 42%
G 88 of 255 = 35%
B 118 of 255 = 46%

108
88
118

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

Portions of RGB colors in percentages

R + G + B = 108 + 88 + 118 = 314 (100%)
R 108 of 314 ~ 34.39%
G 88 of 314 ~ 28.03%
B 118 of 314 ~ 37.58'%

%34.39
%28.03
%37.58

CMYK color model

#6C5876 color CMYK value is (8,25,0,54).

  • cyan value is 8.47%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (8,25,0,54)
C8M25Y0K54 (8%, 25%, 0%, 54%)
(0.08 / 0.25 / 0.00 / 0.54)

CMYK percentages

%8.47
%25.42
%0
%53.73

Codes

Color #6C5876 in popluar color models

6C 58 76
RGB 108 88 118
HSL 280° 14.56% 40.39%
HSB/HSV 280° 25.42% 46.27%
CMYK 8.47% 25.42% 0.00%
53.73%

Color #6C5876 in popluar number systems.

HEX 6C 58 76
Decimal 108 88 118
Binary 1101100 1011000 1110110
Octal 154 130 166

Shades and tints

Shades of #6C5876

#6C5876
(108,88,118)
#63506C
(99,80,108)
#5A4862
(90,72,98)
#514058
(81,64,88)
#48384E
(72,56,78)
#3F3044
(63,48,68)
#36283A
(54,40,58)
#2D2030
(45,32,48)
#241826
(36,24,38)
#1B101C
(27,16,28)
#120812
(18,8,18)
#000000
(0,0,0)

Tints of #6C5876

#6C5876
(108,88,118)
#796782
(121,103,130)
#86768E
(134,118,142)
#93859A
(147,133,154)
#A094A6
(160,148,166)
#ADA3B2
(173,163,178)
#BAB2BE
(186,178,190)
#C7C1CA
(199,193,202)
#D4D0D6
(212,208,214)
#E1DFE2
(225,223,226)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5876; }

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

This text font color is #6C5876.

Background Color

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

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

This div background color is #6C5876.

Border color

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

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

This div border color is #6C5876.

Opacity

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

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

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

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

This text has shadow with #6C5876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5876.

Preview

Color preview on black background

This text has color #6C5876 on black background.


Color preview on white background

This text has color #6C5876 on white background.


Black color preview on #6C5876 background

This text has black color on #6C5876 background.


White color preview on #6C5876 background

This text has white color on #6C5876 background.


Related colors

Complementary color

Complementary color for #hex is #93A789.


I love getcolorcode.com

Triadic colors

1 #766C58 and #58766C with #6C5876 are triadic colors.

2 #76586C and #586C76 with #6C5876 are triadic colors.