COLOR #68507E

HEX: #68507E
RGB: (104,80,126)

Color info

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

RGB color model

#68507E color RGB value is (104,80,126).

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

RGB channels and saturation

R 104 of 255 = 41%
G 80 of 255 = 31%
B 126 of 255 = 49%

104
80
126

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

Portions of RGB colors in percentages

R + G + B =
104 + 80 + 126 = 310 (100%)
R 104 of 310 ~ 33.55%
G 80 of 310 ~ 25.81%
B 126 of 310 ~ 40.65%

%33.55
%25.81
%40.65

CMYK color model

#68507E color CMYK value is (17,37,0,51).

  • cyan value is 17.46%
  • magenta value is 36.51%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(17,37,0,51)
C17M37Y0K51 
(17%,37%,0%,51%)
(0.17/0.37/0.00/0.51)	

CMYK percentages

%17.46
%36.51
%0
%50.59

Codes

Color #68507E in popluar color models

68507E
RGB10480126
HSL271°22.33%40.39%
HSB/HSV271°36.51%49.41%
CMYK17.46%36.51%0.00%
50.59%

Color #68507E in popluar number systems.

HEX68507E
Decimal10480126
Binary110100010100001111110
Octal150120176

Shades and tints

Shades of #68507E

#68507E
(104,80,126)
#5F4973
(95,73,115)
#564268
(86,66,104)
#4D3B5D
(77,59,93)
#443452
(68,52,82)
#3B2D47
(59,45,71)
#32263C
(50,38,60)
#291F31
(41,31,49)
#201826
(32,24,38)
#17111B
(23,17,27)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #68507E

#68507E
(104,80,126)
#755F89
(117,95,137)
#826E94
(130,110,148)
#8F7D9F
(143,125,159)
#9C8CAA
(156,140,170)
#A99BB5
(169,155,181)
#B6AAC0
(182,170,192)
#C3B9CB
(195,185,203)
#D0C8D6
(208,200,214)
#DDD7E1
(221,215,225)
#EAE6EC
(234,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68507E; }

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

This text font color is #68507E.


Background Color

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

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

This div background color is #68507E.


Border color

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

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

This div border color is #68507E.


Opacity

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

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

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

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

This text has shadow with #68507E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68507E on black background.


Color preview on white background

This text has color #68507E on white background.



Black color preview on #68507E background

This text has black color on #68507E background.


White color preview on #68507E background

This text has white color on #68507E background.