COLOR #6A556B

HEX: #6A556B RGB: (106,85,107)

Color info

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

RGB color model

#6A556B color RGB value is (106,85,107).

RGB: (106,85,107) (42%, 33%, 42%)

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 107 of 255 = 42%

106
85
107

R + G + B ~ 39%. #6A556B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 85 + 107 = 298 (100%)
R 106 of 298 ~ 35.57%
G 85 of 298 ~ 28.52%
B 107 of 298 ~ 35.91'%

%35.57
%28.52
%35.91

CMYK color model

#6A556B color CMYK value is (1,21,0,58).

  • cyan value is 0.93%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (1,21,0,58)
C1M21Y0K58 (1%, 21%, 0%, 58%)
(0.01 / 0.21 / 0.00 / 0.58)

CMYK percentages

%0.93
%20.56
%0
%58.04

Codes

Color #6A556B in popluar color models

6A 55 6B
RGB 106 85 107
HSL 297° 11.46% 37.65%
HSB/HSV 297° 20.56% 41.96%
CMYK 0.93% 20.56% 0.00%
58.04%

Color #6A556B in popluar number systems.

HEX 6A 55 6B
Decimal 106 85 107
Binary 1101010 1010101 1101011
Octal 152 125 153

Shades and tints

Shades of #6A556B

#6A556B
(106,85,107)
#614E62
(97,78,98)
#584759
(88,71,89)
#4F4050
(79,64,80)
#463947
(70,57,71)
#3D323E
(61,50,62)
#342B35
(52,43,53)
#2B242C
(43,36,44)
#221D23
(34,29,35)
#19161A
(25,22,26)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #6A556B

#6A556B
(106,85,107)
#776478
(119,100,120)
#847385
(132,115,133)
#918292
(145,130,146)
#9E919F
(158,145,159)
#ABA0AC
(171,160,172)
#B8AFB9
(184,175,185)
#C5BEC6
(197,190,198)
#D2CDD3
(210,205,211)
#DFDCE0
(223,220,224)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A556B; }

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

This text font color is #6A556B.

Background Color

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

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

This div background color is #6A556B.

Border color

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

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

This div border color is #6A556B.

Opacity

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

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

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

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

This text has shadow with #6A556B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A556B.

Preview

Color preview on black background

This text has color #6A556B on black background.


Color preview on white background

This text has color #6A556B on white background.


Black color preview on #6A556B background

This text has black color on #6A556B background.


White color preview on #6A556B background

This text has white color on #6A556B background.


Related colors

Complementary color

Complementary color for #hex is #95AA94.


I love getcolorcode.com

Triadic colors

1 #6B6A55 and #556B6A with #6A556B are triadic colors.

2 #6B556A and #556A6B with #6A556B are triadic colors.