COLOR #6A5563

HEX: #6A5563
RGB: (106,85,99)

Color info

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

RGB color model

#6A5563 color RGB value is (106,85,99).

  • red value is 106;
  • green value is 85;
  • blue value is 99.
RGB:
(106,85,99)
(42%,33%,39%)

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 99 of 255 = 39%

106
85
99

R + G + B ~ 38%. #6A5563 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 85 + 99 = 290 (100%)
R 106 of 290 ~ 36.55%
G 85 of 290 ~ 29.31%
B 99 of 290 ~ 34.14%

%36.55
%29.31
%34.14

CMYK color model

#6A5563 color CMYK value is (0,20,7,58).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 6.60%
  • key color value is 58.43%
CMYK:
(0,20,7,58)
C0M20Y7K58 
(0%,20%,7%,58%)
(0.00/0.20/0.07/0.58)	

CMYK percentages

%0
%19.81
%6.6
%58.43

Codes

Color #6A5563 in popluar color models

6A5563
RGB1068599
HSL320°10.99%37.45%
HSB/HSV320°19.81%41.57%
CMYK0.00%19.81%6.60%
58.43%

Color #6A5563 in popluar number systems.

HEX6A5563
Decimal1068599
Binary110101010101011100011
Octal152125143

Shades and tints

Shades of #6A5563

#6A5563
(106,85,99)
#614E5A
(97,78,90)
#584751
(88,71,81)
#4F4048
(79,64,72)
#46393F
(70,57,63)
#3D3236
(61,50,54)
#342B2D
(52,43,45)
#2B2424
(43,36,36)
#221D1B
(34,29,27)
#191612
(25,22,18)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #6A5563

#6A5563
(106,85,99)
#776471
(119,100,113)
#84737F
(132,115,127)
#91828D
(145,130,141)
#9E919B
(158,145,155)
#ABA0A9
(171,160,169)
#B8AFB7
(184,175,183)
#C5BEC5
(197,190,197)
#D2CDD3
(210,205,211)
#DFDCE1
(223,220,225)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5563; }

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

This text font color is #6A5563.


Background Color

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

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

This div background color is #6A5563.


Border color

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

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

This div border color is #6A5563.


Opacity

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

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

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

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

This text has shadow with #6A5563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5563 on black background.


Color preview on white background

This text has color #6A5563 on white background.



Black color preview on #6A5563 background

This text has black color on #6A5563 background.


White color preview on #6A5563 background

This text has white color on #6A5563 background.