COLOR #6A5566

HEX: #6A5566 RGB: (106,85,102)

Color info

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

RGB color model

#6A5566 color RGB value is (106,85,102).

RGB: (106,85,102) (42%, 33%, 40%)

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 102 of 255 = 40%

106
85
102

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

Portions of RGB colors in percentages

R + G + B = 106 + 85 + 102 = 293 (100%)
R 106 of 293 ~ 36.18%
G 85 of 293 ~ 29.01%
B 102 of 293 ~ 34.81'%

%36.18
%29.01
%34.81

CMYK color model

#6A5566 color CMYK value is (0,20,4,58).

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 3.77%
  • key color value is 58.43%

CMYK: (0,20,4,58)
C0M20Y4K58 (0%, 20%, 4%, 58%)
(0.00 / 0.20 / 0.04 / 0.58)

CMYK percentages

%0
%19.81
%3.77
%58.43

Codes

Color #6A5566 in popluar color models

6A 55 66
RGB 106 85 102
HSL 311° 10.99% 37.45%
HSB/HSV 311° 19.81% 41.57%
CMYK 0.00% 19.81% 3.77%
58.43%

Color #6A5566 in popluar number systems.

HEX 6A 55 66
Decimal 106 85 102
Binary 1101010 1010101 1100110
Octal 152 125 146

Shades and tints

Shades of #6A5566

#6A5566
(106,85,102)
#614E5D
(97,78,93)
#584754
(88,71,84)
#4F404B
(79,64,75)
#463942
(70,57,66)
#3D3239
(61,50,57)
#342B30
(52,43,48)
#2B2427
(43,36,39)
#221D1E
(34,29,30)
#191615
(25,22,21)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #6A5566

#6A5566
(106,85,102)
#776473
(119,100,115)
#847380
(132,115,128)
#91828D
(145,130,141)
#9E919A
(158,145,154)
#ABA0A7
(171,160,167)
#B8AFB4
(184,175,180)
#C5BEC1
(197,190,193)
#D2CDCE
(210,205,206)
#DFDCDB
(223,220,219)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5566; }

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

This text font color is #6A5566.

Background Color

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

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

This div background color is #6A5566.

Border color

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

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

This div border color is #6A5566.

Opacity

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

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

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

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

This text has shadow with #6A5566 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A5566.

Preview

Color preview on black background

This text has color #6A5566 on black background.


Color preview on white background

This text has color #6A5566 on white background.


Black color preview on #6A5566 background

This text has black color on #6A5566 background.


White color preview on #6A5566 background

This text has white color on #6A5566 background.


Related colors

Complementary color

Complementary color for #hex is #95AA99.


I love getcolorcode.com

Triadic colors

1 #666A55 and #55666A with #6A5566 are triadic colors.

2 #66556A and #556A66 with #6A5566 are triadic colors.