COLOR #6A7168

HEX: #6A7168
RGB: (106,113,104)

Color info

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

RGB color model

#6A7168 color RGB value is (106,113,104).

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

RGB channels and saturation

R 106 of 255 = 42%
G 113 of 255 = 44%
B 104 of 255 = 41%

106
113
104

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

Portions of RGB colors in percentages

R + G + B =
106 + 113 + 104 = 323 (100%)
R 106 of 323 ~ 32.82%
G 113 of 323 ~ 34.98%
B 104 of 323 ~ 32.2%

%32.82
%34.98
%32.2

CMYK color model

#6A7168 color CMYK value is (6,0,8,56).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 55.69%
CMYK:
(6,0,8,56)
C6M0Y8K56 
(6%,0%,8%,56%)
(0.06/0.00/0.08/0.56)	

CMYK percentages

%6.19
%0
%7.96
%55.69

Codes

Color #6A7168 in popluar color models

6A7168
RGB106113104
HSL107°4.15%42.55%
HSB/HSV107°7.96%44.31%
CMYK6.19%0.00%7.96%
55.69%

Color #6A7168 in popluar number systems.

HEX6A7168
Decimal106113104
Binary110101011100011101000
Octal152161150

Shades and tints

Shades of #6A7168

#6A7168
(106,113,104)
#61675F
(97,103,95)
#585D56
(88,93,86)
#4F534D
(79,83,77)
#464944
(70,73,68)
#3D3F3B
(61,63,59)
#343532
(52,53,50)
#2B2B29
(43,43,41)
#222120
(34,33,32)
#191717
(25,23,23)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #6A7168

#6A7168
(106,113,104)
#777D75
(119,125,117)
#848982
(132,137,130)
#91958F
(145,149,143)
#9EA19C
(158,161,156)
#ABADA9
(171,173,169)
#B8B9B6
(184,185,182)
#C5C5C3
(197,197,195)
#D2D1D0
(210,209,208)
#DFDDDD
(223,221,221)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A7168; }

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

This text font color is #6A7168.


Background Color

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

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

This div background color is #6A7168.


Border color

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

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

This div border color is #6A7168.


Opacity

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

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

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

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

This text has shadow with #6A7168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A7168 on black background.


Color preview on white background

This text has color #6A7168 on white background.



Black color preview on #6A7168 background

This text has black color on #6A7168 background.


White color preview on #6A7168 background

This text has white color on #6A7168 background.