COLOR #685196

HEX: #685196
RGB: (104,81,150)

Color info

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

RGB color model

#685196 color RGB value is (104,81,150).

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

RGB channels and saturation

R 104 of 255 = 41%
G 81 of 255 = 32%
B 150 of 255 = 59%

104
81
150

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

Portions of RGB colors in percentages

R + G + B =
104 + 81 + 150 = 335 (100%)
R 104 of 335 ~ 31.04%
G 81 of 335 ~ 24.18%
B 150 of 335 ~ 44.78%

%31.04
%24.18
%44.78

CMYK color model

#685196 color CMYK value is (31,46,0,41).

  • cyan value is 30.67%
  • magenta value is 46.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK: (31,46,0,41) C31M46Y0K41 (31%,46%,0%,41%) (0.31/0.46/0.00/0.41)

CMYK percentages

%30.67
%46
%0
%41.18

Codes

Color #685196 in popluar color models

685196
RGB10481150
HSL260°29.87%45.29%
HSB/HSV260°46.00%58.82%
CMYK30.67%46.00%0.00%
41.18%

Color #685196 in popluar number systems.

HEX685196
Decimal10481150
Binary1101000101000110010110
Octal150121226

Shades and tints

Shades of #685196

#685196
(104,81,150)
#5F4A89
(95,74,137)
#56437C
(86,67,124)
#4D3C6F
(77,60,111)
#443562
(68,53,98)
#3B2E55
(59,46,85)
#322748
(50,39,72)
#29203B
(41,32,59)
#20192E
(32,25,46)
#171221
(23,18,33)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #685196

#685196
(104,81,150)
#75609F
(117,96,159)
#826FA8
(130,111,168)
#8F7EB1
(143,126,177)
#9C8DBA
(156,141,186)
#A99CC3
(169,156,195)
#B6ABCC
(182,171,204)
#C3BAD5
(195,186,213)
#D0C9DE
(208,201,222)
#DDD8E7
(221,216,231)
#EAE7F0
(234,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685196; }

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

This text font color is #685196.


Background Color

.myBgColor { background-color: #685196; }

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

This div background color is #685196.


Border color

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

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

This div border color is #685196.


Opacity

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

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

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

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

This text has shadow with #685196 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #685196 on black background.


Color preview on white background

This text has color #685196 on white background.



Black color preview on #685196 background

This text has black color on #685196 background.


White color preview on #685196 background

This text has white color on #685196 background.