COLOR #6C5675

HEX: #6C5675 RGB: (108,86,117)

Color info

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

RGB color model

#6C5675 color RGB value is (108,86,117).

RGB: (108,86,117) (42%, 34%, 46%)

RGB channels and saturation

R 108 of 255 = 42%
G 86 of 255 = 34%
B 117 of 255 = 46%

108
86
117

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

Portions of RGB colors in percentages

R + G + B = 108 + 86 + 117 = 311 (100%)
R 108 of 311 ~ 34.73%
G 86 of 311 ~ 27.65%
B 117 of 311 ~ 37.62'%

%34.73
%27.65
%37.62

CMYK color model

#6C5675 color CMYK value is (8,26,0,54).

  • cyan value is 7.69%
  • magenta value is 26.50%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (8,26,0,54)
C8M26Y0K54 (8%, 26%, 0%, 54%)
(0.08 / 0.26 / 0.00 / 0.54)

CMYK percentages

%7.69
%26.5
%0
%54.12

Codes

Color #6C5675 in popluar color models

6C 56 75
RGB 108 86 117
HSL 283° 15.27% 39.80%
HSB/HSV 283° 26.50% 45.88%
CMYK 7.69% 26.50% 0.00%
54.12%

Color #6C5675 in popluar number systems.

HEX 6C 56 75
Decimal 108 86 117
Binary 1101100 1010110 1110101
Octal 154 126 165

Shades and tints

Shades of #6C5675

#6C5675
(108,86,117)
#634F6B
(99,79,107)
#5A4861
(90,72,97)
#514157
(81,65,87)
#483A4D
(72,58,77)
#3F3343
(63,51,67)
#362C39
(54,44,57)
#2D252F
(45,37,47)
#241E25
(36,30,37)
#1B171B
(27,23,27)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #6C5675

#6C5675
(108,86,117)
#796581
(121,101,129)
#86748D
(134,116,141)
#938399
(147,131,153)
#A092A5
(160,146,165)
#ADA1B1
(173,161,177)
#BAB0BD
(186,176,189)
#C7BFC9
(199,191,201)
#D4CED5
(212,206,213)
#E1DDE1
(225,221,225)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5675 color. Also use rgb(108,86,117) instead hex code.

Text Font Color

.myTextColor { color: #6C5675; }

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

This text font color is #6C5675.

Background Color

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

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

This div background color is #6C5675.

Border color

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

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

This div border color is #6C5675.

Opacity

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

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

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

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

This text has shadow with #6C5675 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5675.

Preview

Color preview on black background

This text has color #6C5675 on black background.


Color preview on white background

This text has color #6C5675 on white background.


Black color preview on #6C5675 background

This text has black color on #6C5675 background.


White color preview on #6C5675 background

This text has white color on #6C5675 background.


Related colors

Complementary color

Complementary color for #hex is #93A98A.


I love getcolorcode.com

Triadic colors

1 #756C56 and #56756C with #6C5675 are triadic colors.

2 #75566C and #566C75 with #6C5675 are triadic colors.