COLOR #68667E

HEX: #68667E
RGB: (104,102,126)

Color info

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

RGB color model

#68667E color RGB value is (104,102,126).

  • red value is 104;
  • green value is 102;
  • blue value is 126.
RGB:
(104,102,126)
(41%,40%,49%)

RGB channels and saturation

R 104 of 255 = 41%
G 102 of 255 = 40%
B 126 of 255 = 49%

104
102
126

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

Portions of RGB colors in percentages

R + G + B =
104 + 102 + 126 = 332 (100%)
R 104 of 332 ~ 31.33%
G 102 of 332 ~ 30.72%
B 126 of 332 ~ 37.95%

%31.33
%30.72
%37.95

CMYK color model

#68667E color CMYK value is (17,19,0,51).

  • cyan value is 17.46%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(17,19,0,51)
C17M19Y0K51 
(17%,19%,0%,51%)
(0.17/0.19/0.00/0.51)	

CMYK percentages

%17.46
%19.05
%0
%50.59

Codes

Color #68667E in popluar color models

68667E
RGB104102126
HSL245°10.53%44.71%
HSB/HSV245°19.05%49.41%
CMYK17.46%19.05%0.00%
50.59%

Color #68667E in popluar number systems.

HEX68667E
Decimal104102126
Binary110100011001101111110
Octal150146176

Shades and tints

Shades of #68667E

#68667E
(104,102,126)
#5F5D73
(95,93,115)
#565468
(86,84,104)
#4D4B5D
(77,75,93)
#444252
(68,66,82)
#3B3947
(59,57,71)
#32303C
(50,48,60)
#292731
(41,39,49)
#201E26
(32,30,38)
#17151B
(23,21,27)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #68667E

#68667E
(104,102,126)
#757389
(117,115,137)
#828094
(130,128,148)
#8F8D9F
(143,141,159)
#9C9AAA
(156,154,170)
#A9A7B5
(169,167,181)
#B6B4C0
(182,180,192)
#C3C1CB
(195,193,203)
#D0CED6
(208,206,214)
#DDDBE1
(221,219,225)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68667E; }

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

This text font color is #68667E.


Background Color

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

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

This div background color is #68667E.


Border color

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

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

This div border color is #68667E.


Opacity

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

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

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

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

This text has shadow with #68667E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68667E on black background.


Color preview on white background

This text has color #68667E on white background.



Black color preview on #68667E background

This text has black color on #68667E background.


White color preview on #68667E background

This text has white color on #68667E background.