COLOR #68666F

HEX: #68666F RGB: (104,102,111)

Color info

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

RGB color model

#68666F color RGB value is (104,102,111).

RGB: (104,102,111) (41%, 40%, 44%)

RGB channels and saturation

R 104 of 255 = 41%
G 102 of 255 = 40%
B 111 of 255 = 44%

104
102
111

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

Portions of RGB colors in percentages

R + G + B = 104 + 102 + 111 = 317 (100%)
R 104 of 317 ~ 32.81%
G 102 of 317 ~ 32.18%
B 111 of 317 ~ 35.02'%

%32.81
%32.18
%35.02

CMYK color model

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

  • cyan value is 6.31%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (6,8,0,56)
C6M8Y0K56 (6%, 8%, 0%, 56%)
(0.06 / 0.08 / 0.00 / 0.56)

CMYK percentages

%6.31
%8.11
%0
%56.47

Codes

Color #68666F in popluar color models

68 66 6F
RGB 104 102 111
HSL 253° 4.23% 41.76%
HSB/HSV 253° 8.11% 43.53%
CMYK 6.31% 8.11% 0.00%
56.47%

Color #68666F in popluar number systems.

HEX 68 66 6F
Decimal 104 102 111
Binary 1101000 1100110 1101111
Octal 150 146 157

Shades and tints

Shades of #68666F

#68666F
(104,102,111)
#5F5D65
(95,93,101)
#56545B
(86,84,91)
#4D4B51
(77,75,81)
#444247
(68,66,71)
#3B393D
(59,57,61)
#323033
(50,48,51)
#292729
(41,39,41)
#201E1F
(32,30,31)
#171515
(23,21,21)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #68666F

#68666F
(104,102,111)
#75737C
(117,115,124)
#828089
(130,128,137)
#8F8D96
(143,141,150)
#9C9AA3
(156,154,163)
#A9A7B0
(169,167,176)
#B6B4BD
(182,180,189)
#C3C1CA
(195,193,202)
#D0CED7
(208,206,215)
#DDDBE4
(221,219,228)
#EAE8F1
(234,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68666F color. Also use rgb(104,102,111) instead hex code.

Text Font Color

.myTextColor { color: #68666F; }

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

This text font color is #68666F.

Background Color

.myBgColor { background-color: #68666F; }

<div style="background-color:#68666F">Inner text</div>

This div background color is #68666F.

Border color

.myBorderColor { border: 1px solid #68666F; }

<div style="border:3px solid #68666F">Div</div>

This div border color is #68666F.

Opacity

.myOpacity80 { color: #68666F; opacity: 0.8; }

<p style="color:#68666F;opacity:0.8;">80%</p>

Text with #68666F 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 #68666F;}

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

This text has shadow with #68666F color.


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

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

This text has shadow with #68666F primary color and red secondary color.


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

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

This text has shadow with #68666F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68666F.

Preview

Color preview on black background

This text has color #68666F on black background.


Color preview on white background

This text has color #68666F on white background.


Black color preview on #68666F background

This text has black color on #68666F background.


White color preview on #68666F background

This text has white color on #68666F background.


Related colors

Complementary color

Complementary color for #hex is #979990.


I love getcolorcode.com

Triadic colors

1 #6F6866 and #666F68 with #68666F are triadic colors.

2 #6F6668 and #66686F with #68666F are triadic colors.