COLOR #6C495C

HEX: #6C495C
RGB: (108,73,92)

Color info

#6C495C contains red, green and blue colors in about the same proportion. Web safe color of #6C495C is #663366 (or #636).

RGB color model

#6C495C color RGB value is (108,73,92).

  • red value is 108;
  • green value is 73;
  • blue value is 92.
RGB:
(108,73,92)
(42%,29%,36%)

RGB channels and saturation

R 108 of 255 = 42%
G 73 of 255 = 29%
B 92 of 255 = 36%

108
73
92

R + G + B ~ 36%. #6C495C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 73 + 92 = 273 (100%)
R 108 of 273 ~ 39.56%
G 73 of 273 ~ 26.74%
B 92 of 273 ~ 33.7%

%39.56
%26.74
%33.7

CMYK color model

#6C495C color CMYK value is (0,32,15,58).

  • cyan value is 0.00%
  • magenta value is 32.41%
  • yellow value is 14.81%
  • key color value is 57.65%
CMYK:
(0,32,15,58)
C0M32Y15K58 
(0%,32%,15%,58%)
(0.00/0.32/0.15/0.58)	

CMYK percentages

%0
%32.41
%14.81
%57.65

Codes

Color #6C495C in popluar color models

6C495C
RGB1087392
HSL327°19.34%35.49%
HSB/HSV327°32.41%42.35%
CMYK0.00%32.41%14.81%
57.65%

Color #6C495C in popluar number systems.

HEX6C495C
Decimal1087392
Binary110110010010011011100
Octal154111134

Shades and tints

Shades of #6C495C

#6C495C
(108,73,92)
#634354
(99,67,84)
#5A3D4C
(90,61,76)
#513744
(81,55,68)
#48313C
(72,49,60)
#3F2B34
(63,43,52)
#36252C
(54,37,44)
#2D1F24
(45,31,36)
#24191C
(36,25,28)
#1B1314
(27,19,20)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #6C495C

#6C495C
(108,73,92)
#79596A
(121,89,106)
#866978
(134,105,120)
#937986
(147,121,134)
#A08994
(160,137,148)
#AD99A2
(173,153,162)
#BAA9B0
(186,169,176)
#C7B9BE
(199,185,190)
#D4C9CC
(212,201,204)
#E1D9DA
(225,217,218)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C495C color. Also use rgb(108,73,92) instead hex code.

Text Font Color

.myTextColor { color: #6C495C; }

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

This text font color is #6C495C.


Background Color

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

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

This div background color is #6C495C.


Border color

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

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

This div border color is #6C495C.


Opacity

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

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

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

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

This text has shadow with #6C495C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C495C on black background.


Color preview on white background

This text has color #6C495C on white background.



Black color preview on #6C495C background

This text has black color on #6C495C background.


White color preview on #6C495C background

This text has white color on #6C495C background.