COLOR #685298

HEX: #685298
RGB: (104,82,152)

Color info

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

RGB color model

#685298 color RGB value is (104,82,152).

  • red value is 104;
  • green value is 82;
  • blue value is 152.
RGB:
(104,82,152)
(41%,32%,60%)

RGB channels and saturation

R 104 of 255 = 41%
G 82 of 255 = 32%
B 152 of 255 = 60%

104
82
152

R + G + B ~ 44%. #685298 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 82 + 152 = 338 (100%)
R 104 of 338 ~ 30.77%
G 82 of 338 ~ 24.26%
B 152 of 338 ~ 44.97%

%30.77
%24.26
%44.97

CMYK color model

#685298 color CMYK value is (32,46,0,40).

  • cyan value is 31.58%
  • magenta value is 46.05%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(32,46,0,40)
C32M46Y0K40 
(32%,46%,0%,40%)
(0.32/0.46/0.00/0.40)	

CMYK percentages

%31.58
%46.05
%0
%40.39

Codes

Color #685298 in popluar color models

685298
RGB10482152
HSL259°29.91%45.88%
HSB/HSV259°46.05%59.61%
CMYK31.58%46.05%0.00%
40.39%

Color #685298 in popluar number systems.

HEX685298
Decimal10482152
Binary1101000101001010011000
Octal150122230

Shades and tints

Shades of #685298

#685298
(104,82,152)
#5F4B8B
(95,75,139)
#56447E
(86,68,126)
#4D3D71
(77,61,113)
#443664
(68,54,100)
#3B2F57
(59,47,87)
#32284A
(50,40,74)
#29213D
(41,33,61)
#201A30
(32,26,48)
#171323
(23,19,35)
#0E0C16
(14,12,22)
#000000
(0,0,0)

Tints of #685298

#685298
(104,82,152)
#7561A1
(117,97,161)
#8270AA
(130,112,170)
#8F7FB3
(143,127,179)
#9C8EBC
(156,142,188)
#A99DC5
(169,157,197)
#B6ACCE
(182,172,206)
#C3BBD7
(195,187,215)
#D0CAE0
(208,202,224)
#DDD9E9
(221,217,233)
#EAE8F2
(234,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685298; }

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

This text font color is #685298.


Background Color

.myBgColor { background-color: #685298; }

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

This div background color is #685298.


Border color

.myBorderColor { border: 1px solid #685298; }

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

This div border color is #685298.


Opacity

.myOpacity80 { color: #685298; opacity: 0.8; }

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

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

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

This text has shadow with #685298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685298 on black background.


Color preview on white background

This text has color #685298 on white background.



Black color preview on #685298 background

This text has black color on #685298 background.


White color preview on #685298 background

This text has white color on #685298 background.