COLOR #6A6670

HEX: #6A6670
RGB: (106,102,112)

Color info

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

RGB color model

#6A6670 color RGB value is (106,102,112).

  • red value is 106;
  • green value is 102;
  • blue value is 112.
RGB:
(106,102,112)
(42%,40%,44%)

RGB channels and saturation

R 106 of 255 = 42%
G 102 of 255 = 40%
B 112 of 255 = 44%

106
102
112

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

Portions of RGB colors in percentages

R + G + B =
106 + 102 + 112 = 320 (100%)
R 106 of 320 ~ 33.13%
G 102 of 320 ~ 31.88%
B 112 of 320 ~ 35%

%33.13
%31.88
%35

CMYK color model

#6A6670 color CMYK value is (5,9,0,56).

  • cyan value is 5.36%
  • magenta value is 8.93%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(5,9,0,56)
C5M9Y0K56 
(5%,9%,0%,56%)
(0.05/0.09/0.00/0.56)	

CMYK percentages

%5.36
%8.93
%0
%56.08

Codes

Color #6A6670 in popluar color models

6A6670
RGB106102112
HSL264°4.67%41.96%
HSB/HSV264°8.93%43.92%
CMYK5.36%8.93%0.00%
56.08%

Color #6A6670 in popluar number systems.

HEX6A6670
Decimal106102112
Binary110101011001101110000
Octal152146160

Shades and tints

Shades of #6A6670

#6A6670
(106,102,112)
#615D66
(97,93,102)
#58545C
(88,84,92)
#4F4B52
(79,75,82)
#464248
(70,66,72)
#3D393E
(61,57,62)
#343034
(52,48,52)
#2B272A
(43,39,42)
#221E20
(34,30,32)
#191516
(25,21,22)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #6A6670

#6A6670
(106,102,112)
#77737D
(119,115,125)
#84808A
(132,128,138)
#918D97
(145,141,151)
#9E9AA4
(158,154,164)
#ABA7B1
(171,167,177)
#B8B4BE
(184,180,190)
#C5C1CB
(197,193,203)
#D2CED8
(210,206,216)
#DFDBE5
(223,219,229)
#ECE8F2
(236,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6670; }

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

This text font color is #6A6670.


Background Color

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

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

This div background color is #6A6670.


Border color

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

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

This div border color is #6A6670.


Opacity

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

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

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

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

This text has shadow with #6A6670 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6670 on black background.


Color preview on white background

This text has color #6A6670 on white background.



Black color preview on #6A6670 background

This text has black color on #6A6670 background.


White color preview on #6A6670 background

This text has white color on #6A6670 background.