COLOR #6A6569

HEX: #6A6569
RGB: (106,101,105)

Color info

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

RGB color model

#6A6569 color RGB value is (106,101,105).

  • red value is 106;
  • green value is 101;
  • blue value is 105.
RGB:
(106,101,105)
(42%,40%,41%)

RGB channels and saturation

R 106 of 255 = 42%
G 101 of 255 = 40%
B 105 of 255 = 41%

106
101
105

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

Portions of RGB colors in percentages

R + G + B =
106 + 101 + 105 = 312 (100%)
R 106 of 312 ~ 33.97%
G 101 of 312 ~ 32.37%
B 105 of 312 ~ 33.65%

%33.97
%32.37
%33.65

CMYK color model

#6A6569 color CMYK value is (0,5,1,58).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 0.94%
  • key color value is 58.43%
CMYK:
(0,5,1,58)
C0M5Y1K58 
(0%,5%,1%,58%)
(0.00/0.05/0.01/0.58)	

CMYK percentages

%0
%4.72
%0.94
%58.43

Codes

Color #6A6569 in popluar color models

6A6569
RGB106101105
HSL312°2.42%40.59%
HSB/HSV312°4.72%41.57%
CMYK0.00%4.72%0.94%
58.43%

Color #6A6569 in popluar number systems.

HEX6A6569
Decimal106101105
Binary110101011001011101001
Octal152145151

Shades and tints

Shades of #6A6569

#6A6569
(106,101,105)
#615C60
(97,92,96)
#585357
(88,83,87)
#4F4A4E
(79,74,78)
#464145
(70,65,69)
#3D383C
(61,56,60)
#342F33
(52,47,51)
#2B262A
(43,38,42)
#221D21
(34,29,33)
#191418
(25,20,24)
#100B0F
(16,11,15)
#000000
(0,0,0)

Tints of #6A6569

#6A6569
(106,101,105)
#777376
(119,115,118)
#848183
(132,129,131)
#918F90
(145,143,144)
#9E9D9D
(158,157,157)
#ABABAA
(171,171,170)
#B8B9B7
(184,185,183)
#C5C7C4
(197,199,196)
#D2D5D1
(210,213,209)
#DFE3DE
(223,227,222)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6569 color. Also use rgb(106,101,105) instead hex code.

Text Font Color

.myTextColor { color: #6A6569; }

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

This text font color is #6A6569.


Background Color

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

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

This div background color is #6A6569.


Border color

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

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

This div border color is #6A6569.


Opacity

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

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

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

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

This text has shadow with #6A6569 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6569 on black background.


Color preview on white background

This text has color #6A6569 on white background.



Black color preview on #6A6569 background

This text has black color on #6A6569 background.


White color preview on #6A6569 background

This text has white color on #6A6569 background.