COLOR #6D596C

HEX: #6D596C RGB: (109,89,108)

Color info

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

RGB color model

#6D596C color RGB value is (109,89,108).

RGB: (109,89,108) (43%, 35%, 42%)

RGB channels and saturation

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

109
89
108

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

Portions of RGB colors in percentages

R + G + B = 109 + 89 + 108 = 306 (100%)
R 109 of 306 ~ 35.62%
G 89 of 306 ~ 29.08%
B 108 of 306 ~ 35.29'%

%35.62
%29.08
%35.29

CMYK color model

#6D596C color CMYK value is (0,18,1,57).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 0.92%
  • key color value is 57.25%

CMYK: (0,18,1,57)
C0M18Y1K57 (0%, 18%, 1%, 57%)
(0.00 / 0.18 / 0.01 / 0.57)

CMYK percentages

%0
%18.35
%0.92
%57.25

Codes

Color #6D596C in popluar color models

6D 59 6C
RGB 109 89 108
HSL 303° 10.10% 38.82%
HSB/HSV 303° 18.35% 42.75%
CMYK 0.00% 18.35% 0.92%
57.25%

Color #6D596C in popluar number systems.

HEX 6D 59 6C
Decimal 109 89 108
Binary 1101101 1011001 1101100
Octal 155 131 154

Shades and tints

Shades of #6D596C

#6D596C
(109,89,108)
#645163
(100,81,99)
#5B495A
(91,73,90)
#524151
(82,65,81)
#493948
(73,57,72)
#40313F
(64,49,63)
#372936
(55,41,54)
#2E212D
(46,33,45)
#251924
(37,25,36)
#1C111B
(28,17,27)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #6D596C

#6D596C
(109,89,108)
#7A6879
(122,104,121)
#877786
(135,119,134)
#948693
(148,134,147)
#A195A0
(161,149,160)
#AEA4AD
(174,164,173)
#BBB3BA
(187,179,186)
#C8C2C7
(200,194,199)
#D5D1D4
(213,209,212)
#E2E0E1
(226,224,225)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D596C; }

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

This text font color is #6D596C.

Background Color

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

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

This div background color is #6D596C.

Border color

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

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

This div border color is #6D596C.

Opacity

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

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

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

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

This text has shadow with #6D596C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D596C.

Preview

Color preview on black background

This text has color #6D596C on black background.


Color preview on white background

This text has color #6D596C on white background.


Black color preview on #6D596C background

This text has black color on #6D596C background.


White color preview on #6D596C background

This text has white color on #6D596C background.


Related colors

Complementary color

Complementary color for #hex is #92A693.


I love getcolorcode.com

Triadic colors

1 #6C6D59 and #596C6D with #6D596C are triadic colors.

2 #6C596D and #596D6C with #6D596C are triadic colors.