COLOR #6C596E

HEX: #6C596E
RGB: (108,89,110)

Color info

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

RGB color model

#6C596E color RGB value is (108,89,110).

  • red value is 108;
  • green value is 89;
  • blue value is 110.
RGB:
(108,89,110)
(42%,35%,43%)

RGB channels and saturation

R 108 of 255 = 42%
G 89 of 255 = 35%
B 110 of 255 = 43%

108
89
110

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

Portions of RGB colors in percentages

R + G + B =
108 + 89 + 110 = 307 (100%)
R 108 of 307 ~ 35.18%
G 89 of 307 ~ 28.99%
B 110 of 307 ~ 35.83%

%35.18
%28.99
%35.83

CMYK color model

#6C596E color CMYK value is (2,19,0,57).

  • cyan value is 1.82%
  • magenta value is 19.09%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(2,19,0,57)
C2M19Y0K57 
(2%,19%,0%,57%)
(0.02/0.19/0.00/0.57)	

CMYK percentages

%1.82
%19.09
%0
%56.86

Codes

Color #6C596E in popluar color models

6C596E
RGB10889110
HSL294°10.55%39.02%
HSB/HSV294°19.09%43.14%
CMYK1.82%19.09%0.00%
56.86%

Color #6C596E in popluar number systems.

HEX6C596E
Decimal10889110
Binary110110010110011101110
Octal154131156

Shades and tints

Shades of #6C596E

#6C596E
(108,89,110)
#635164
(99,81,100)
#5A495A
(90,73,90)
#514150
(81,65,80)
#483946
(72,57,70)
#3F313C
(63,49,60)
#362932
(54,41,50)
#2D2128
(45,33,40)
#24191E
(36,25,30)
#1B1114
(27,17,20)
#12090A
(18,9,10)
#000000
(0,0,0)

Tints of #6C596E

#6C596E
(108,89,110)
#79687B
(121,104,123)
#867788
(134,119,136)
#938695
(147,134,149)
#A095A2
(160,149,162)
#ADA4AF
(173,164,175)
#BAB3BC
(186,179,188)
#C7C2C9
(199,194,201)
#D4D1D6
(212,209,214)
#E1E0E3
(225,224,227)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C596E; }

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

This text font color is #6C596E.


Background Color

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

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

This div background color is #6C596E.


Border color

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

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

This div border color is #6C596E.


Opacity

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

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

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

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

This text has shadow with #6C596E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C596E on black background.


Color preview on white background

This text has color #6C596E on white background.



Black color preview on #6C596E background

This text has black color on #6C596E background.


White color preview on #6C596E background

This text has white color on #6C596E background.