COLOR #6A556F

HEX: #6A556F RGB: (106,85,111)

Color info

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

RGB color model

#6A556F color RGB value is (106,85,111).

RGB: (106,85,111) (42%, 33%, 44%)

RGB channels and saturation

R 106 of 255 = 42%
G 85 of 255 = 33%
B 111 of 255 = 44%

106
85
111

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

Portions of RGB colors in percentages

R + G + B = 106 + 85 + 111 = 302 (100%)
R 106 of 302 ~ 35.1%
G 85 of 302 ~ 28.15%
B 111 of 302 ~ 36.75'%

%35.1
%28.15
%36.75

CMYK color model

#6A556F color CMYK value is (5,23,0,56).

  • cyan value is 4.50%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (5,23,0,56)
C5M23Y0K56 (5%, 23%, 0%, 56%)
(0.05 / 0.23 / 0.00 / 0.56)

CMYK percentages

%4.5
%23.42
%0
%56.47

Codes

Color #6A556F in popluar color models

6A 55 6F
RGB 106 85 111
HSL 288° 13.27% 38.43%
HSB/HSV 288° 23.42% 43.53%
CMYK 4.50% 23.42% 0.00%
56.47%

Color #6A556F in popluar number systems.

HEX 6A 55 6F
Decimal 106 85 111
Binary 1101010 1010101 1101111
Octal 152 125 157

Shades and tints

Shades of #6A556F

#6A556F
(106,85,111)
#614E65
(97,78,101)
#58475B
(88,71,91)
#4F4051
(79,64,81)
#463947
(70,57,71)
#3D323D
(61,50,61)
#342B33
(52,43,51)
#2B2429
(43,36,41)
#221D1F
(34,29,31)
#191615
(25,22,21)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #6A556F

#6A556F
(106,85,111)
#77647C
(119,100,124)
#847389
(132,115,137)
#918296
(145,130,150)
#9E91A3
(158,145,163)
#ABA0B0
(171,160,176)
#B8AFBD
(184,175,189)
#C5BECA
(197,190,202)
#D2CDD7
(210,205,215)
#DFDCE4
(223,220,228)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A556F; }

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

This text font color is #6A556F.

Background Color

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

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

This div background color is #6A556F.

Border color

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

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

This div border color is #6A556F.

Opacity

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

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

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

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

This text has shadow with #6A556F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A556F.

Preview

Color preview on black background

This text has color #6A556F on black background.


Color preview on white background

This text has color #6A556F on white background.


Black color preview on #6A556F background

This text has black color on #6A556F background.


White color preview on #6A556F background

This text has white color on #6A556F background.


Related colors

Complementary color

Complementary color for #hex is #95AA90.


I love getcolorcode.com

Triadic colors

1 #6F6A55 and #556F6A with #6A556F are triadic colors.

2 #6F556A and #556A6F with #6A556F are triadic colors.