COLOR #68687D

HEX: #68687D RGB: (104,104,125)

Color info

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

RGB color model

#68687D color RGB value is (104,104,125).

RGB: (104,104,125) (41%, 41%, 49%)

RGB channels and saturation

R 104 of 255 = 41%
G 104 of 255 = 41%
B 125 of 255 = 49%

104
104
125

R + G + B ~ 44%. #68687D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 104 + 125 = 333 (100%)
R 104 of 333 ~ 31.23%
G 104 of 333 ~ 31.23%
B 125 of 333 ~ 37.54'%

%31.23
%31.23
%37.54

CMYK color model

#68687D color CMYK value is (17,17,0,51).

  • cyan value is 16.80%
  • magenta value is 16.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK: (17,17,0,51) C17M17Y0K51 (17%,17%,0%,51%) (0.17/0.17/0.00/0.51) 

CMYK percentages

%16.8
%16.8
%0
%50.98

Codes

Color #68687D in popluar color models

68 68 7D
RGB 104 104 125
HSL 240° 9.17% 44.90%
HSB/HSV 240° 16.80% 49.02%
CMYK 16.80% 16.80% 0.00%
50.98%

Color #68687D in popluar number systems.

HEX 68 68 7D
Decimal 104 104 125
Binary 1101000 1101000 1111101
Octal 150 150 175

Shades and tints

Shades of #68687D

#68687D
(104,104,125)
#5F5F72
(95,95,114)
#565667
(86,86,103)
#4D4D5C
(77,77,92)
#444451
(68,68,81)
#3B3B46
(59,59,70)
#32323B
(50,50,59)
#292930
(41,41,48)
#202025
(32,32,37)
#17171A
(23,23,26)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #68687D

#68687D
(104,104,125)
#757588
(117,117,136)
#828293
(130,130,147)
#8F8F9E
(143,143,158)
#9C9CA9
(156,156,169)
#A9A9B4
(169,169,180)
#B6B6BF
(182,182,191)
#C3C3CA
(195,195,202)
#D0D0D5
(208,208,213)
#DDDDE0
(221,221,224)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68687D color. Also use rgb(104,104,125) instead hex code.

Text Font Color

.myTextColor { color: #68687D; }

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

This text font color is #68687D.

Background Color

.myBgColor { background-color: #68687D; }

<div style="background-color:#68687D">Inner text</div>

This div background color is #68687D.

Border color

.myBorderColor { border: 1px solid #68687D; }

<div style="border:3px solid #68687D">Div</div>

This div border color is #68687D.

Opacity

.myOpacity80 { color: #68687D; opacity: 0.8; }

<p style="color:#68687D;opacity:0.8;">80%</p>

Text with #68687D 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 #68687D;}

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

This text has shadow with #68687D color.


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

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

This text has shadow with #68687D primary color and red secondary color.


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

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

This text has shadow with #68687D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68687D.

Preview

Color preview on black background

This text has color #68687D on black background.


Color preview on white background

This text has color #68687D on white background.


Black color preview on #68687D background

This text has black color on #68687D background.


White color preview on #68687D background

This text has white color on #68687D background.


Related colors

Complementary color

Complementary color for #hex is #979782.


I love getcolorcode.com