COLOR #68617D

HEX: #68617D
RGB: (104,97,125)

Color info

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

RGB color model

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

  • red value is 104;
  • green value is 97;
  • blue value is 125.
RGB:
(104,97,125)
(41%,38%,49%)

RGB channels and saturation

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

104
97
125

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

Portions of RGB colors in percentages

R + G + B =
104 + 97 + 125 = 326 (100%)
R 104 of 326 ~ 31.9%
G 97 of 326 ~ 29.75%
B 125 of 326 ~ 38.34%

%31.9
%29.75
%38.34

CMYK color model

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

  • cyan value is 16.80%
  • magenta value is 22.40%
  • 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
%22.4
%0
%50.98

Codes

Color #68617D in popluar color models

68617D
RGB10497125
HSL255°12.61%43.53%
HSB/HSV255°22.40%49.02%
CMYK16.80%22.40%0.00%
50.98%

Color #68617D in popluar number systems.

HEX68617D
Decimal10497125
Binary110100011000011111101
Octal150141175

Shades and tints

Shades of #68617D

#68617D
(104,97,125)
#5F5972
(95,89,114)
#565167
(86,81,103)
#4D495C
(77,73,92)
#444151
(68,65,81)
#3B3946
(59,57,70)
#32313B
(50,49,59)
#292930
(41,41,48)
#202125
(32,33,37)
#17191A
(23,25,26)
#0E110F
(14,17,15)
#000000
(0,0,0)

Tints of #68617D

#68617D
(104,97,125)
#756F88
(117,111,136)
#827D93
(130,125,147)
#8F8B9E
(143,139,158)
#9C99A9
(156,153,169)
#A9A7B4
(169,167,180)
#B6B5BF
(182,181,191)
#C3C3CA
(195,195,202)
#D0D1D5
(208,209,213)
#DDDFE0
(221,223,224)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68617D; }

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

This text font color is #68617D.


Background Color

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

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

This div background color is #68617D.


Border color

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

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

This div border color is #68617D.


Opacity

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

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

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

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

This text has shadow with #68617D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68617D on black background.


Color preview on white background

This text has color #68617D on white background.



Black color preview on #68617D background

This text has black color on #68617D background.


White color preview on #68617D background

This text has white color on #68617D background.