COLOR #686596

HEX: #686596
RGB: (104,101,150)

Renk bilgisi

#686596 contains red, green and blue colors in about the same proportion. #686596 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#686596 color RGB value is (104,101,150).

  • kırmız ton 104;
  • yeşil ton 101;
  • mavi ton 150.
RGB:
(104,101,150)
(41%,40%,59%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 101 of 255 = 40%
B 150 of 255 = 59%

104
101
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 101 + 150 = 355 (100%)
R 104 of 355 ~ 29.3%
G 101 of 355 ~ 28.45%
B 150 of 355 ~ 42.25%

%29.3
%28.45
%42.25

CMYK RENK MODELİ

#686596 rengi CMYK tonu (31,33,0,41).

  • camgöbeği tonu 30.67%
  • eflatun tonu 32.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(31,33,0,41)
C31M33Y0K41 
(31%,33%,0%,41%)
(0.31/0.33/0.00/0.41)	

CMYK yüzdeleri

%30.67
%32.67
%0
%41.18

Codes

Color #686596 in popluar color models

686596
RGB104101150
HSL244°19.52%49.22%
HSB/HSV244°32.67%58.82%
CMYK30.67%32.67%0.00%
41.18%

Color #686596 in popluar number systems.

HEX686596
Decimal104101150
Binary1101000110010110010110
Octal150145226

Shades and tints

Shades of #686596

#686596
(104,101,150)
#5F5C89
(95,92,137)
#56537C
(86,83,124)
#4D4A6F
(77,74,111)
#444162
(68,65,98)
#3B3855
(59,56,85)
#322F48
(50,47,72)
#29263B
(41,38,59)
#201D2E
(32,29,46)
#171421
(23,20,33)
#0E0B14
(14,11,20)
#000000
(0,0,0)

Tints of #686596

#686596
(104,101,150)
#75739F
(117,115,159)
#8281A8
(130,129,168)
#8F8FB1
(143,143,177)
#9C9DBA
(156,157,186)
#A9ABC3
(169,171,195)
#B6B9CC
(182,185,204)
#C3C7D5
(195,199,213)
#D0D5DE
(208,213,222)
#DDE3E7
(221,227,231)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686596; }

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

This text font color is #686596.


Background Color

.myBgColor { background-color: #686596; }

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

This div background color is #686596.


Border color

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

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

This div border color is #686596.


Opacity

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

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

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

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

This text has shadow with #686596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686596 on black background.


Color preview on white background

This text has color #686596 on white background.



Black color preview on #686596 background

This text has black color on #686596 background.


White color preview on #686596 background

This text has white color on #686596 background.