COLOR #68637E

HEX: #68637E RGB: (104,99,126)

Color info

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

RGB color model

#68637E color RGB value is (104,99,126).

RGB: (104,99,126) (41%, 39%, 49%)

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 126 of 255 = 49%

104
99
126

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

Portions of RGB colors in percentages

R + G + B = 104 + 99 + 126 = 329 (100%)
R 104 of 329 ~ 31.61%
G 99 of 329 ~ 30.09%
B 126 of 329 ~ 38.3'%

%31.61
%30.09
%38.3

CMYK color model

#68637E color CMYK value is (17,21,0,51).

  • cyan value is 17.46%
  • magenta value is 21.43%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (17,21,0,51)
C17M21Y0K51 (17%, 21%, 0%, 51%)
(0.17 / 0.21 / 0.00 / 0.51)

CMYK percentages

%17.46
%21.43
%0
%50.59

Codes

Color #68637E in popluar color models

68 63 7E
RGB 104 99 126
HSL 251° 12.00% 44.12%
HSB/HSV 251° 21.43% 49.41%
CMYK 17.46% 21.43% 0.00%
50.59%

Color #68637E in popluar number systems.

HEX 68 63 7E
Decimal 104 99 126
Binary 1101000 1100011 1111110
Octal 150 143 176

Shades and tints

Shades of #68637E

#68637E
(104,99,126)
#5F5A73
(95,90,115)
#565168
(86,81,104)
#4D485D
(77,72,93)
#443F52
(68,63,82)
#3B3647
(59,54,71)
#322D3C
(50,45,60)
#292431
(41,36,49)
#201B26
(32,27,38)
#17121B
(23,18,27)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #68637E

#68637E
(104,99,126)
#757189
(117,113,137)
#827F94
(130,127,148)
#8F8D9F
(143,141,159)
#9C9BAA
(156,155,170)
#A9A9B5
(169,169,181)
#B6B7C0
(182,183,192)
#C3C5CB
(195,197,203)
#D0D3D6
(208,211,214)
#DDE1E1
(221,225,225)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68637E color. Also use rgb(104,99,126) instead hex code.

Text Font Color

.myTextColor { color: #68637E; }

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

This text font color is #68637E.

Background Color

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

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

This div background color is #68637E.

Border color

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

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

This div border color is #68637E.

Opacity

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

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

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

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

This text has shadow with #68637E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68637E.

Preview

Color preview on black background

This text has color #68637E on black background.


Color preview on white background

This text has color #68637E on white background.


Black color preview on #68637E background

This text has black color on #68637E background.


White color preview on #68637E background

This text has white color on #68637E background.


Related colors

Complementary color

Complementary color for #hex is #979C81.


I love getcolorcode.com

Triadic colors

1 #7E6863 and #637E68 with #68637E are triadic colors.

2 #7E6368 and #63687E with #68637E are triadic colors.