COLOR #68607D

HEX: #68607D RGB: (104,96,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
96
125

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

Portions of RGB colors in percentages

R + G + B = 104 + 96 + 125 = 325 (100%)
R 104 of 325 ~ 32%
G 96 of 325 ~ 29.54%
B 125 of 325 ~ 38.46'%

%32
%29.54
%38.46

CMYK color model

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

  • cyan value is 16.80%
  • magenta value is 23.20%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (17,23,0,51)
C17M23Y0K51 (17%, 23%, 0%, 51%)
(0.17 / 0.23 / 0.00 / 0.51)

CMYK percentages

%16.8
%23.2
%0
%50.98

Codes

Color #68607D in popluar color models

68 60 7D
RGB 104 96 125
HSL 257° 13.12% 43.33%
HSB/HSV 257° 23.20% 49.02%
CMYK 16.80% 23.20% 0.00%
50.98%

Color #68607D in popluar number systems.

HEX 68 60 7D
Decimal 104 96 125
Binary 1101000 1100000 1111101
Octal 150 140 175

Shades and tints

Shades of #68607D

#68607D
(104,96,125)
#5F5872
(95,88,114)
#565067
(86,80,103)
#4D485C
(77,72,92)
#444051
(68,64,81)
#3B3846
(59,56,70)
#32303B
(50,48,59)
#292830
(41,40,48)
#202025
(32,32,37)
#17181A
(23,24,26)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #68607D

#68607D
(104,96,125)
#756E88
(117,110,136)
#827C93
(130,124,147)
#8F8A9E
(143,138,158)
#9C98A9
(156,152,169)
#A9A6B4
(169,166,180)
#B6B4BF
(182,180,191)
#C3C2CA
(195,194,202)
#D0D0D5
(208,208,213)
#DDDEE0
(221,222,224)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68607D; }

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

This text font color is #68607D.

Background Color

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

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

This div background color is #68607D.

Border color

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

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

This div border color is #68607D.

Opacity

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

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

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

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

This text has shadow with #68607D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68607D.

Preview

Color preview on black background

This text has color #68607D on black background.


Color preview on white background

This text has color #68607D on white background.


Black color preview on #68607D background

This text has black color on #68607D background.


White color preview on #68607D background

This text has white color on #68607D background.


Related colors

Complementary color

Complementary color for #hex is #979F82.


I love getcolorcode.com

Triadic colors

1 #7D6860 and #607D68 with #68607D are triadic colors.

2 #7D6068 and #60687D with #68607D are triadic colors.