COLOR #6A586F

HEX: #6A586F
RGB: (106,88,111)

Color info

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

RGB color model

#6A586F color RGB value is (106,88,111).

  • red value is 106;
  • green value is 88;
  • blue value is 111.
RGB:
(106,88,111)
(42%,35%,44%)

RGB channels and saturation

R 106 of 255 = 42%
G 88 of 255 = 35%
B 111 of 255 = 44%

106
88
111

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

Portions of RGB colors in percentages

R + G + B =
106 + 88 + 111 = 305 (100%)
R 106 of 305 ~ 34.75%
G 88 of 305 ~ 28.85%
B 111 of 305 ~ 36.39%

%34.75
%28.85
%36.39

CMYK color model

#6A586F color CMYK value is (5,21,0,56).

  • cyan value is 4.50%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(5,21,0,56)
C5M21Y0K56 
(5%,21%,0%,56%)
(0.05/0.21/0.00/0.56)	

CMYK percentages

%4.5
%20.72
%0
%56.47

Codes

Color #6A586F in popluar color models

6A586F
RGB10688111
HSL287°11.56%39.02%
HSB/HSV287°20.72%43.53%
CMYK4.50%20.72%0.00%
56.47%

Color #6A586F in popluar number systems.

HEX6A586F
Decimal10688111
Binary110101010110001101111
Octal152130157

Shades and tints

Shades of #6A586F

#6A586F
(106,88,111)
#615065
(97,80,101)
#58485B
(88,72,91)
#4F4051
(79,64,81)
#463847
(70,56,71)
#3D303D
(61,48,61)
#342833
(52,40,51)
#2B2029
(43,32,41)
#22181F
(34,24,31)
#191015
(25,16,21)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #6A586F

#6A586F
(106,88,111)
#77677C
(119,103,124)
#847689
(132,118,137)
#918596
(145,133,150)
#9E94A3
(158,148,163)
#ABA3B0
(171,163,176)
#B8B2BD
(184,178,189)
#C5C1CA
(197,193,202)
#D2D0D7
(210,208,215)
#DFDFE4
(223,223,228)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A586F; }

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

This text font color is #6A586F.


Background Color

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

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

This div background color is #6A586F.


Border color

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

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

This div border color is #6A586F.


Opacity

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

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

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

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

This text has shadow with #6A586F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A586F on black background.


Color preview on white background

This text has color #6A586F on white background.



Black color preview on #6A586F background

This text has black color on #6A586F background.


White color preview on #6A586F background

This text has white color on #6A586F background.