COLOR #6C5775

HEX: #6C5775
RGB: (108,87,117)

Color info

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

RGB color model

#6C5775 color RGB value is (108,87,117).

  • red value is 108;
  • green value is 87;
  • blue value is 117.
RGB:
(108,87,117)
(42%,34%,46%)

RGB channels and saturation

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

108
87
117

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

Portions of RGB colors in percentages

R + G + B =
108 + 87 + 117 = 312 (100%)
R 108 of 312 ~ 34.62%
G 87 of 312 ~ 27.88%
B 117 of 312 ~ 37.5%

%34.62
%27.88
%37.5

CMYK color model

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

  • cyan value is 7.69%
  • magenta value is 25.64%
  • 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
%25.64
%0
%54.12

Codes

Color #6C5775 in popluar color models

6C5775
RGB10887117
HSL282°14.71%40.00%
HSB/HSV282°25.64%45.88%
CMYK7.69%25.64%0.00%
54.12%

Color #6C5775 in popluar number systems.

HEX6C5775
Decimal10887117
Binary110110010101111110101
Octal154127165

Shades and tints

Shades of #6C5775

#6C5775
(108,87,117)
#63506B
(99,80,107)
#5A4961
(90,73,97)
#514257
(81,66,87)
#483B4D
(72,59,77)
#3F3443
(63,52,67)
#362D39
(54,45,57)
#2D262F
(45,38,47)
#241F25
(36,31,37)
#1B181B
(27,24,27)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #6C5775

#6C5775
(108,87,117)
#796681
(121,102,129)
#86758D
(134,117,141)
#938499
(147,132,153)
#A093A5
(160,147,165)
#ADA2B1
(173,162,177)
#BAB1BD
(186,177,189)
#C7C0C9
(199,192,201)
#D4CFD5
(212,207,213)
#E1DEE1
(225,222,225)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5775; }

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

This text font color is #6C5775.


Background Color

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

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

This div background color is #6C5775.


Border color

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

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

This div border color is #6C5775.


Opacity

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

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

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

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

This text has shadow with #6C5775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5775 on black background.


Color preview on white background

This text has color #6C5775 on white background.



Black color preview on #6C5775 background

This text has black color on #6C5775 background.


White color preview on #6C5775 background

This text has white color on #6C5775 background.