COLOR #6A5C6D

HEX: #6A5C6D
RGB: (106,92,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
92
109

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

Portions of RGB colors in percentages

R + G + B =
106 + 92 + 109 = 307 (100%)
R 106 of 307 ~ 34.53%
G 92 of 307 ~ 29.97%
B 109 of 307 ~ 35.5%

%34.53
%29.97
%35.5

CMYK color model

#6A5C6D color CMYK value is (3,16,0,57).

  • cyan value is 2.75%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(3,16,0,57)
C3M16Y0K57 
(3%,16%,0%,57%)
(0.03/0.16/0.00/0.57)	

CMYK percentages

%2.75
%15.6
%0
%57.25

Codes

Color #6A5C6D in popluar color models

6A5C6D
RGB10692109
HSL289°8.46%39.41%
HSB/HSV289°15.60%42.75%
CMYK2.75%15.60%0.00%
57.25%

Color #6A5C6D in popluar number systems.

HEX6A5C6D
Decimal10692109
Binary110101010111001101101
Octal152134155

Shades and tints

Shades of #6A5C6D

#6A5C6D
(106,92,109)
#615464
(97,84,100)
#584C5B
(88,76,91)
#4F4452
(79,68,82)
#463C49
(70,60,73)
#3D3440
(61,52,64)
#342C37
(52,44,55)
#2B242E
(43,36,46)
#221C25
(34,28,37)
#19141C
(25,20,28)
#100C13
(16,12,19)
#000000
(0,0,0)

Tints of #6A5C6D

#6A5C6D
(106,92,109)
#776A7A
(119,106,122)
#847887
(132,120,135)
#918694
(145,134,148)
#9E94A1
(158,148,161)
#ABA2AE
(171,162,174)
#B8B0BB
(184,176,187)
#C5BEC8
(197,190,200)
#D2CCD5
(210,204,213)
#DFDAE2
(223,218,226)
#ECE8EF
(236,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5C6D; }

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

This text font color is #6A5C6D.


Background Color

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

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

This div background color is #6A5C6D.


Border color

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

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

This div border color is #6A5C6D.


Opacity

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

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

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

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

This text has shadow with #6A5C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5C6D on black background.


Color preview on white background

This text has color #6A5C6D on white background.



Black color preview on #6A5C6D background

This text has black color on #6A5C6D background.


White color preview on #6A5C6D background

This text has white color on #6A5C6D background.