COLOR #6A6868

HEX: #6A6868 RGB: (106,104,104)

Color info

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

RGB color model

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

RGB: (106,104,104) (42%, 41%, 41%)

RGB channels and saturation

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

106
104
104

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

Portions of RGB colors in percentages

R + G + B = 106 + 104 + 104 = 314 (100%)
R 106 of 314 ~ 33.76%
G 104 of 314 ~ 33.12%
B 104 of 314 ~ 33.12'%

%33.76
%33.12
%33.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.89%
  • yellow value is 1.89%
  • key color value is 58.43%

CMYK: (0,2,2,58)
C0M2Y2K58 (0%, 2%, 2%, 58%)
(0.00 / 0.02 / 0.02 / 0.58)

CMYK percentages

%0
%1.89
%1.89
%58.43

Codes

Color #6A6868 in popluar color models

6A 68 68
RGB 106 104 104
HSL 0.95% 41.18%
HSB/HSV 1.89% 41.57%
CMYK 0.00% 1.89% 1.89%
58.43%

Color #6A6868 in popluar number systems.

HEX 6A 68 68
Decimal 106 104 104
Binary 1101010 1101000 1101000
Octal 152 150 150

Shades and tints

Shades of #6A6868

#6A6868
(106,104,104)
#615F5F
(97,95,95)
#585656
(88,86,86)
#4F4D4D
(79,77,77)
#464444
(70,68,68)
#3D3B3B
(61,59,59)
#343232
(52,50,50)
#2B2929
(43,41,41)
#222020
(34,32,32)
#191717
(25,23,23)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #6A6868

#6A6868
(106,104,104)
#777575
(119,117,117)
#848282
(132,130,130)
#918F8F
(145,143,143)
#9E9C9C
(158,156,156)
#ABA9A9
(171,169,169)
#B8B6B6
(184,182,182)
#C5C3C3
(197,195,195)
#D2D0D0
(210,208,208)
#DFDDDD
(223,221,221)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6868; }

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

This text font color is #6A6868.

Background Color

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

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

This div background color is #6A6868.

Border color

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

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

This div border color is #6A6868.

Opacity

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

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

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

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

This text has shadow with #6A6868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6868.

Preview

Color preview on black background

This text has color #6A6868 on black background.


Color preview on white background

This text has color #6A6868 on white background.


Black color preview on #6A6868 background

This text has black color on #6A6868 background.


White color preview on #6A6868 background

This text has white color on #6A6868 background.


Related colors

Complementary color

Complementary color for #hex is #959797.


I love getcolorcode.com