COLOR #68537E

HEX: #68537E
RGB: (104,83,126)

Color info

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

RGB color model

#68537E color RGB value is (104,83,126).

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

RGB channels and saturation

R 104 of 255 = 41%
G 83 of 255 = 33%
B 126 of 255 = 49%

104
83
126

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

Portions of RGB colors in percentages

R + G + B =
104 + 83 + 126 = 313 (100%)
R 104 of 313 ~ 33.23%
G 83 of 313 ~ 26.52%
B 126 of 313 ~ 40.26%

%33.23
%26.52
%40.26

CMYK color model

#68537E color CMYK value is (17,34,0,51).

  • cyan value is 17.46%
  • magenta value is 34.13%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(17,34,0,51)
C17M34Y0K51 
(17%,34%,0%,51%)
(0.17/0.34/0.00/0.51)	

CMYK percentages

%17.46
%34.13
%0
%50.59

Codes

Color #68537E in popluar color models

68537E
RGB10483126
HSL269°20.57%40.98%
HSB/HSV269°34.13%49.41%
CMYK17.46%34.13%0.00%
50.59%

Color #68537E in popluar number systems.

HEX68537E
Decimal10483126
Binary110100010100111111110
Octal150123176

Shades and tints

Shades of #68537E

#68537E
(104,83,126)
#5F4C73
(95,76,115)
#564568
(86,69,104)
#4D3E5D
(77,62,93)
#443752
(68,55,82)
#3B3047
(59,48,71)
#32293C
(50,41,60)
#292231
(41,34,49)
#201B26
(32,27,38)
#17141B
(23,20,27)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #68537E

#68537E
(104,83,126)
#756289
(117,98,137)
#827194
(130,113,148)
#8F809F
(143,128,159)
#9C8FAA
(156,143,170)
#A99EB5
(169,158,181)
#B6ADC0
(182,173,192)
#C3BCCB
(195,188,203)
#D0CBD6
(208,203,214)
#DDDAE1
(221,218,225)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68537E; }

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

This text font color is #68537E.


Background Color

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

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

This div background color is #68537E.


Border color

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

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

This div border color is #68537E.


Opacity

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

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

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

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

This text has shadow with #68537E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68537E on black background.


Color preview on white background

This text has color #68537E on white background.



Black color preview on #68537E background

This text has black color on #68537E background.


White color preview on #68537E background

This text has white color on #68537E background.