COLOR #6A616A

HEX: #6A616A
RGB: (106,97,106)

Color info

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

RGB color model

#6A616A color RGB value is (106,97,106).

  • red value is 106;
  • green value is 97;
  • blue value is 106.
RGB:
(106,97,106)
(42%,38%,42%)

RGB channels and saturation

R 106 of 255 = 42%
G 97 of 255 = 38%
B 106 of 255 = 42%

106
97
106

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

Portions of RGB colors in percentages

R + G + B =
106 + 97 + 106 = 309 (100%)
R 106 of 309 ~ 34.3%
G 97 of 309 ~ 31.39%
B 106 of 309 ~ 34.3%

%34.3
%31.39
%34.3

CMYK color model

#6A616A color CMYK value is (0,8,0,58).

  • cyan value is 0.00%
  • magenta value is 8.49%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(0,8,0,58)
C0M8Y0K58 
(0%,8%,0%,58%)
(0.00/0.08/0.00/0.58)	

CMYK percentages

%0
%8.49
%0
%58.43

Codes

Color #6A616A in popluar color models

6A616A
RGB10697106
HSL300°4.43%39.80%
HSB/HSV300°8.49%41.57%
CMYK0.00%8.49%0.00%
58.43%

Color #6A616A in popluar number systems.

HEX6A616A
Decimal10697106
Binary110101011000011101010
Octal152141152

Shades and tints

Shades of #6A616A

#6A616A
(106,97,106)
#615961
(97,89,97)
#585158
(88,81,88)
#4F494F
(79,73,79)
#464146
(70,65,70)
#3D393D
(61,57,61)
#343134
(52,49,52)
#2B292B
(43,41,43)
#222122
(34,33,34)
#191919
(25,25,25)
#101110
(16,17,16)
#000000
(0,0,0)

Tints of #6A616A

#6A616A
(106,97,106)
#776F77
(119,111,119)
#847D84
(132,125,132)
#918B91
(145,139,145)
#9E999E
(158,153,158)
#ABA7AB
(171,167,171)
#B8B5B8
(184,181,184)
#C5C3C5
(197,195,197)
#D2D1D2
(210,209,210)
#DFDFDF
(223,223,223)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A616A; }

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

This text font color is #6A616A.


Background Color

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

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

This div background color is #6A616A.


Border color

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

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

This div border color is #6A616A.


Opacity

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

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

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

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

This text has shadow with #6A616A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A616A on black background.


Color preview on white background

This text has color #6A616A on white background.



Black color preview on #6A616A background

This text has black color on #6A616A background.


White color preview on #6A616A background

This text has white color on #6A616A background.