COLOR #68606F

HEX: #68606F RGB: (104,96,111)

Color info

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

RGB color model

#68606F color RGB value is (104,96,111).

RGB: (104,96,111) (41%, 38%, 44%)

RGB channels and saturation

R 104 of 255 = 41%
G 96 of 255 = 38%
B 111 of 255 = 44%

104
96
111

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

Portions of RGB colors in percentages

R + G + B = 104 + 96 + 111 = 311 (100%)
R 104 of 311 ~ 33.44%
G 96 of 311 ~ 30.87%
B 111 of 311 ~ 35.69'%

%33.44
%30.87
%35.69

CMYK color model

#68606F color CMYK value is (6,14,0,56).

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

CMYK: (6,14,0,56)
C6M14Y0K56 (6%, 14%, 0%, 56%)
(0.06 / 0.14 / 0.00 / 0.56)

CMYK percentages

%6.31
%13.51
%0
%56.47

Codes

Color #68606F in popluar color models

68 60 6F
RGB 104 96 111
HSL 272° 7.25% 40.59%
HSB/HSV 272° 13.51% 43.53%
CMYK 6.31% 13.51% 0.00%
56.47%

Color #68606F in popluar number systems.

HEX 68 60 6F
Decimal 104 96 111
Binary 1101000 1100000 1101111
Octal 150 140 157

Shades and tints

Shades of #68606F

#68606F
(104,96,111)
#5F5865
(95,88,101)
#56505B
(86,80,91)
#4D4851
(77,72,81)
#444047
(68,64,71)
#3B383D
(59,56,61)
#323033
(50,48,51)
#292829
(41,40,41)
#20201F
(32,32,31)
#171815
(23,24,21)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #68606F

#68606F
(104,96,111)
#756E7C
(117,110,124)
#827C89
(130,124,137)
#8F8A96
(143,138,150)
#9C98A3
(156,152,163)
#A9A6B0
(169,166,176)
#B6B4BD
(182,180,189)
#C3C2CA
(195,194,202)
#D0D0D7
(208,208,215)
#DDDEE4
(221,222,228)
#EAECF1
(234,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68606F; }

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

This text font color is #68606F.

Background Color

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

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

This div background color is #68606F.

Border color

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

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

This div border color is #68606F.

Opacity

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

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

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

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

This text has shadow with #68606F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68606F.

Preview

Color preview on black background

This text has color #68606F on black background.


Color preview on white background

This text has color #68606F on white background.


Black color preview on #68606F background

This text has black color on #68606F background.


White color preview on #68606F background

This text has white color on #68606F background.


Related colors

Complementary color

Complementary color for #hex is #979F90.


I love getcolorcode.com

Triadic colors

1 #6F6860 and #606F68 with #68606F are triadic colors.

2 #6F6068 and #60686F with #68606F are triadic colors.