COLOR #6A5C6A

HEX: #6A5C6A
RGB: (106,92,106)

Color info

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

RGB color model

#6A5C6A color RGB value is (106,92,106).

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

RGB channels and saturation

R 106 of 255 = 42%
G 92 of 255 = 36%
B 106 of 255 = 42%

106
92
106

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

Portions of RGB colors in percentages

R + G + B =
106 + 92 + 106 = 304 (100%)
R 106 of 304 ~ 34.87%
G 92 of 304 ~ 30.26%
B 106 of 304 ~ 34.87%

%34.87
%30.26
%34.87

CMYK color model

#6A5C6A color CMYK value is (0,13,0,58).

  • cyan value is 0.00%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(0,13,0,58)
C0M13Y0K58 
(0%,13%,0%,58%)
(0.00/0.13/0.00/0.58)	

CMYK percentages

%0
%13.21
%0
%58.43

Codes

Color #6A5C6A in popluar color models

6A5C6A
RGB10692106
HSL300°7.07%38.82%
HSB/HSV300°13.21%41.57%
CMYK0.00%13.21%0.00%
58.43%

Color #6A5C6A in popluar number systems.

HEX6A5C6A
Decimal10692106
Binary110101010111001101010
Octal152134152

Shades and tints

Shades of #6A5C6A

#6A5C6A
(106,92,106)
#615461
(97,84,97)
#584C58
(88,76,88)
#4F444F
(79,68,79)
#463C46
(70,60,70)
#3D343D
(61,52,61)
#342C34
(52,44,52)
#2B242B
(43,36,43)
#221C22
(34,28,34)
#191419
(25,20,25)
#100C10
(16,12,16)
#000000
(0,0,0)

Tints of #6A5C6A

#6A5C6A
(106,92,106)
#776A77
(119,106,119)
#847884
(132,120,132)
#918691
(145,134,145)
#9E949E
(158,148,158)
#ABA2AB
(171,162,171)
#B8B0B8
(184,176,184)
#C5BEC5
(197,190,197)
#D2CCD2
(210,204,210)
#DFDADF
(223,218,223)
#ECE8EC
(236,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5C6A; }

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

This text font color is #6A5C6A.


Background Color

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

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

This div background color is #6A5C6A.


Border color

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

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

This div border color is #6A5C6A.


Opacity

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

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

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

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

This text has shadow with #6A5C6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5C6A on black background.


Color preview on white background

This text has color #6A5C6A on white background.



Black color preview on #6A5C6A background

This text has black color on #6A5C6A background.


White color preview on #6A5C6A background

This text has white color on #6A5C6A background.