COLOR #685198

HEX: #685198
RGB: (104,81,152)

Color info

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

RGB color model

#685198 color RGB value is (104,81,152).

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

RGB channels and saturation

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

104
81
152

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

Portions of RGB colors in percentages

R + G + B =
104 + 81 + 152 = 337 (100%)
R 104 of 337 ~ 30.86%
G 81 of 337 ~ 24.04%
B 152 of 337 ~ 45.1%

%30.86
%24.04
%45.1

CMYK color model

#685198 color CMYK value is (32,47,0,40).

  • cyan value is 31.58%
  • magenta value is 46.71%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(32,47,0,40)
C32M47Y0K40 
(32%,47%,0%,40%)
(0.32/0.47/0.00/0.40)	

CMYK percentages

%31.58
%46.71
%0
%40.39

Codes

Color #685198 in popluar color models

685198
RGB10481152
HSL259°30.47%45.69%
HSB/HSV259°46.71%59.61%
CMYK31.58%46.71%0.00%
40.39%

Color #685198 in popluar number systems.

HEX685198
Decimal10481152
Binary1101000101000110011000
Octal150121230

Shades and tints

Shades of #685198

#685198
(104,81,152)
#5F4A8B
(95,74,139)
#56437E
(86,67,126)
#4D3C71
(77,60,113)
#443564
(68,53,100)
#3B2E57
(59,46,87)
#32274A
(50,39,74)
#29203D
(41,32,61)
#201930
(32,25,48)
#171223
(23,18,35)
#0E0B16
(14,11,22)
#000000
(0,0,0)

Tints of #685198

#685198
(104,81,152)
#7560A1
(117,96,161)
#826FAA
(130,111,170)
#8F7EB3
(143,126,179)
#9C8DBC
(156,141,188)
#A99CC5
(169,156,197)
#B6ABCE
(182,171,206)
#C3BAD7
(195,186,215)
#D0C9E0
(208,201,224)
#DDD8E9
(221,216,233)
#EAE7F2
(234,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685198; }

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

This text font color is #685198.


Background Color

.myBgColor { background-color: #685198; }

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

This div background color is #685198.


Border color

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

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

This div border color is #685198.


Opacity

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

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

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

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

This text has shadow with #685198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685198 on black background.


Color preview on white background

This text has color #685198 on white background.



Black color preview on #685198 background

This text has black color on #685198 background.


White color preview on #685198 background

This text has white color on #685198 background.