COLOR #68627D

HEX: #68627D RGB: (104,98,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
98
125

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

Portions of RGB colors in percentages

R + G + B = 104 + 98 + 125 = 327 (100%)
R 104 of 327 ~ 31.8%
G 98 of 327 ~ 29.97%
B 125 of 327 ~ 38.23'%

%31.8
%29.97
%38.23

CMYK color model

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

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

CMYK: (17,22,0,51)
C17M22Y0K51 (17%, 22%, 0%, 51%)
(0.17 / 0.22 / 0.00 / 0.51)

CMYK percentages

%16.8
%21.6
%0
%50.98

Codes

Color #68627D in popluar color models

68 62 7D
RGB 104 98 125
HSL 253° 12.11% 43.73%
HSB/HSV 253° 21.60% 49.02%
CMYK 16.80% 21.60% 0.00%
50.98%

Color #68627D in popluar number systems.

HEX 68 62 7D
Decimal 104 98 125
Binary 1101000 1100010 1111101
Octal 150 142 175

Shades and tints

Shades of #68627D

#68627D
(104,98,125)
#5F5A72
(95,90,114)
#565267
(86,82,103)
#4D4A5C
(77,74,92)
#444251
(68,66,81)
#3B3A46
(59,58,70)
#32323B
(50,50,59)
#292A30
(41,42,48)
#202225
(32,34,37)
#171A1A
(23,26,26)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #68627D

#68627D
(104,98,125)
#757088
(117,112,136)
#827E93
(130,126,147)
#8F8C9E
(143,140,158)
#9C9AA9
(156,154,169)
#A9A8B4
(169,168,180)
#B6B6BF
(182,182,191)
#C3C4CA
(195,196,202)
#D0D2D5
(208,210,213)
#DDE0E0
(221,224,224)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68627D; }

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

This text font color is #68627D.

Background Color

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

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

This div background color is #68627D.

Border color

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

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

This div border color is #68627D.

Opacity

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

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

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

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

This text has shadow with #68627D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68627D.

Preview

Color preview on black background

This text has color #68627D on black background.


Color preview on white background

This text has color #68627D on white background.


Black color preview on #68627D background

This text has black color on #68627D background.


White color preview on #68627D background

This text has white color on #68627D background.


Related colors

Complementary color

Complementary color for #hex is #979D82.


I love getcolorcode.com

Triadic colors

1 #7D6862 and #627D68 with #68627D are triadic colors.

2 #7D6268 and #62687D with #68627D are triadic colors.