COLOR #68606E

HEX: #68606E
RGB: (104,96,110)

Color info

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

RGB color model

#68606E color RGB value is (104,96,110).

  • red value is 104;
  • green value is 96;
  • blue value is 110.
RGB:
(104,96,110)
(41%,38%,43%)

RGB channels and saturation

R 104 of 255 = 41%
G 96 of 255 = 38%
B 110 of 255 = 43%

104
96
110

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

Portions of RGB colors in percentages

R + G + B =
104 + 96 + 110 = 310 (100%)
R 104 of 310 ~ 33.55%
G 96 of 310 ~ 30.97%
B 110 of 310 ~ 35.48%

%33.55
%30.97
%35.48

CMYK color model

#68606E color CMYK value is (5,13,0,57).

  • cyan value is 5.45%
  • magenta value is 12.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(5,13,0,57)
C5M13Y0K57 
(5%,13%,0%,57%)
(0.05/0.13/0.00/0.57)	

CMYK percentages

%5.45
%12.73
%0
%56.86

Codes

Color #68606E in popluar color models

68606E
RGB10496110
HSL274°6.80%40.39%
HSB/HSV274°12.73%43.14%
CMYK5.45%12.73%0.00%
56.86%

Color #68606E in popluar number systems.

HEX68606E
Decimal10496110
Binary110100011000001101110
Octal150140156

Shades and tints

Shades of #68606E

#68606E
(104,96,110)
#5F5864
(95,88,100)
#56505A
(86,80,90)
#4D4850
(77,72,80)
#444046
(68,64,70)
#3B383C
(59,56,60)
#323032
(50,48,50)
#292828
(41,40,40)
#20201E
(32,32,30)
#171814
(23,24,20)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #68606E

#68606E
(104,96,110)
#756E7B
(117,110,123)
#827C88
(130,124,136)
#8F8A95
(143,138,149)
#9C98A2
(156,152,162)
#A9A6AF
(169,166,175)
#B6B4BC
(182,180,188)
#C3C2C9
(195,194,201)
#D0D0D6
(208,208,214)
#DDDEE3
(221,222,227)
#EAECF0
(234,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68606E; }

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

This text font color is #68606E.


Background Color

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

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

This div background color is #68606E.


Border color

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

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

This div border color is #68606E.


Opacity

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

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

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

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

This text has shadow with #68606E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68606E on black background.


Color preview on white background

This text has color #68606E on white background.



Black color preview on #68606E background

This text has black color on #68606E background.


White color preview on #68606E background

This text has white color on #68606E background.