COLOR #68529F

HEX: #68529F RGB: (104,82,159)

Color info

#68529F contains mainly red and blue colors. Web safe color of #68529F is #666699 (or #669).

RGB color model

#68529F color RGB value is (104,82,159).

RGB: (104,82,159) (41%, 32%, 62%)

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 159 of 255 = 62%

104
82
159

R + G + B ~ 45%. #68529F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 82 + 159 = 345 (100%)
R 104 of 345 ~ 30.14%
G 82 of 345 ~ 23.77%
B 159 of 345 ~ 46.09'%

%30.14
%23.77
%46.09

CMYK color model

#68529F color CMYK value is (35,48,0,38).

  • cyan value is 34.59%
  • magenta value is 48.43%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (35,48,0,38)
C35M48Y0K38 (35%, 48%, 0%, 38%)
(0.35 / 0.48 / 0.00 / 0.38)

CMYK percentages

%34.59
%48.43
%0
%37.65

Codes

Color #68529F in popluar color models

68 52 9F
RGB 104 82 159
HSL 257° 31.95% 47.25%
HSB/HSV 257° 48.43% 62.35%
CMYK 34.59% 48.43% 0.00%
37.65%

Color #68529F in popluar number systems.

HEX 68 52 9F
Decimal 104 82 159
Binary 1101000 1010010 10011111
Octal 150 122 237

Shades and tints

Shades of #68529F

#68529F
(104,82,159)
#5F4B91
(95,75,145)
#564483
(86,68,131)
#4D3D75
(77,61,117)
#443667
(68,54,103)
#3B2F59
(59,47,89)
#32284B
(50,40,75)
#29213D
(41,33,61)
#201A2F
(32,26,47)
#171321
(23,19,33)
#0E0C13
(14,12,19)
#000000
(0,0,0)

Tints of #68529F

#68529F
(104,82,159)
#7561A7
(117,97,167)
#8270AF
(130,112,175)
#8F7FB7
(143,127,183)
#9C8EBF
(156,142,191)
#A99DC7
(169,157,199)
#B6ACCF
(182,172,207)
#C3BBD7
(195,187,215)
#D0CADF
(208,202,223)
#DDD9E7
(221,217,231)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68529F color. Also use rgb(104,82,159) instead hex code.

Text Font Color

.myTextColor { color: #68529F; }

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

This text font color is #68529F.

Background Color

.myBgColor { background-color: #68529F; }

<div style="background-color:#68529F">Inner text</div>

This div background color is #68529F.

Border color

.myBorderColor { border: 1px solid #68529F; }

<div style="border:3px solid #68529F">Div</div>

This div border color is #68529F.

Opacity

.myOpacity80 { color: #68529F; opacity: 0.8; }

<p style="color:#68529F;opacity:0.8;">80%</p>

Text with #68529F 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 #68529F;}

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

This text has shadow with #68529F color.


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

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

This text has shadow with #68529F primary color and red secondary color.


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

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

This text has shadow with #68529F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68529F.

Preview

Color preview on black background

This text has color #68529F on black background.


Color preview on white background

This text has color #68529F on white background.


Black color preview on #68529F background

This text has black color on #68529F background.


White color preview on #68529F background

This text has white color on #68529F background.


Related colors

Complementary color

Complementary color for #hex is #97AD60.


I love getcolorcode.com

Triadic colors

1 #9F6852 and #529F68 with #68529F are triadic colors.

2 #9F5268 and #52689F with #68529F are triadic colors.