COLOR #6C7159

HEX: #6C7159 RGB: (108,113,89)

Color info

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

RGB color model

#6C7159 color RGB value is (108,113,89).

RGB: (108,113,89) (42%, 44%, 35%)

RGB channels and saturation

R 108 of 255 = 42%
G 113 of 255 = 44%
B 89 of 255 = 35%

108
113
89

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

Portions of RGB colors in percentages

R + G + B = 108 + 113 + 89 = 310 (100%)
R 108 of 310 ~ 34.84%
G 113 of 310 ~ 36.45%
B 89 of 310 ~ 28.71'%

%34.84
%36.45
%28.71

CMYK color model

#6C7159 color CMYK value is (4,0,21,56).

  • cyan value is 4.42%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 55.69%
CMYK: (4,0,21,56) C4M0Y21K56 (4%,0%,21%,56%) (0.04/0.00/0.21/0.56) 

CMYK percentages

%4.42
%0
%21.24
%55.69

Codes

Color #6C7159 in popluar color models

6C 71 59
RGB 108 113 89
HSL 73° 11.88% 39.61%
HSB/HSV 73° 21.24% 44.31%
CMYK 4.42% 0.00% 21.24%
55.69%

Color #6C7159 in popluar number systems.

HEX 6C 71 59
Decimal 108 113 89
Binary 1101100 1110001 1011001
Octal 154 161 131

Shades and tints

Shades of #6C7159

#6C7159
(108,113,89)
#636751
(99,103,81)
#5A5D49
(90,93,73)
#515341
(81,83,65)
#484939
(72,73,57)
#3F3F31
(63,63,49)
#363529
(54,53,41)
#2D2B21
(45,43,33)
#242119
(36,33,25)
#1B1711
(27,23,17)
#120D09
(18,13,9)
#000000
(0,0,0)

Tints of #6C7159

#6C7159
(108,113,89)
#797D68
(121,125,104)
#868977
(134,137,119)
#939586
(147,149,134)
#A0A195
(160,161,149)
#ADADA4
(173,173,164)
#BAB9B3
(186,185,179)
#C7C5C2
(199,197,194)
#D4D1D1
(212,209,209)
#E1DDE0
(225,221,224)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7159 color. Also use rgb(108,113,89) instead hex code.

Text Font Color

.myTextColor { color: #6C7159; }

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

This text font color is #6C7159.

Background Color

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

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

This div background color is #6C7159.

Border color

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

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

This div border color is #6C7159.

Opacity

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

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

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

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

This text has shadow with #6C7159 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7159.

Preview

Color preview on black background

This text has color #6C7159 on black background.


Color preview on white background

This text has color #6C7159 on white background.


Black color preview on #6C7159 background

This text has black color on #6C7159 background.


White color preview on #6C7159 background

This text has white color on #6C7159 background.


Related colors

Complementary color

Complementary color for #hex is #938EA6.


I love getcolorcode.com

Triadic colors

1 #596C71 and #71596C with #6C7159 are triadic colors.

2 #59716C and #716C59 with #6C7159 are triadic colors.