COLOR #6A6865

HEX: #6A6865
RGB: (106,104,101)

Color info

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

RGB color model

#6A6865 color RGB value is (106,104,101).

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

RGB channels and saturation

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

106
104
101

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

Portions of RGB colors in percentages

R + G + B =
106 + 104 + 101 = 311 (100%)
R 106 of 311 ~ 34.08%
G 104 of 311 ~ 33.44%
B 101 of 311 ~ 32.48%

%34.08
%33.44
%32.48

CMYK color model

#6A6865 color CMYK value is (0,2,5,58).

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 4.72%
  • key color value is 58.43%
CMYK:
(0,2,5,58)
C0M2Y5K58 
(0%,2%,5%,58%)
(0.00/0.02/0.05/0.58)	

CMYK percentages

%0
%1.89
%4.72
%58.43

Codes

Color #6A6865 in popluar color models

6A6865
RGB106104101
HSL36°2.42%40.59%
HSB/HSV36°4.72%41.57%
CMYK0.00%1.89%4.72%
58.43%

Color #6A6865 in popluar number systems.

HEX6A6865
Decimal106104101
Binary110101011010001100101
Octal152150145

Shades and tints

Shades of #6A6865

#6A6865
(106,104,101)
#615F5C
(97,95,92)
#585653
(88,86,83)
#4F4D4A
(79,77,74)
#464441
(70,68,65)
#3D3B38
(61,59,56)
#34322F
(52,50,47)
#2B2926
(43,41,38)
#22201D
(34,32,29)
#191714
(25,23,20)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #6A6865

#6A6865
(106,104,101)
#777573
(119,117,115)
#848281
(132,130,129)
#918F8F
(145,143,143)
#9E9C9D
(158,156,157)
#ABA9AB
(171,169,171)
#B8B6B9
(184,182,185)
#C5C3C7
(197,195,199)
#D2D0D5
(210,208,213)
#DFDDE3
(223,221,227)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6865; }

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

This text font color is #6A6865.


Background Color

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

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

This div background color is #6A6865.


Border color

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

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

This div border color is #6A6865.


Opacity

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

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

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

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

This text has shadow with #6A6865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6865 on black background.


Color preview on white background

This text has color #6A6865 on white background.



Black color preview on #6A6865 background

This text has black color on #6A6865 background.


White color preview on #6A6865 background

This text has white color on #6A6865 background.