COLOR #686696

HEX: #686696
RGB: (104,102,150)

Renk bilgisi

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

RGB renk modeli

#686696 color RGB value is (104,102,150).

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

RGB bağlantıları ve doygunluk

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

104
102
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 102 + 150 = 356 (100%)
R 104 of 356 ~ 29.21%
G 102 of 356 ~ 28.65%
B 150 of 356 ~ 42.13%

%29.21
%28.65
%42.13

CMYK RENK MODELİ

#686696 rengi CMYK tonu (31,32,0,41).

  • camgöbeği tonu 30.67%
  • eflatun tonu 32.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(31,32,0,41)
C31M32Y0K41 
(31%,32%,0%,41%)
(0.31/0.32/0.00/0.41)	

CMYK yüzdeleri

%30.67
%32
%0
%41.18

Codes

Color #686696 in popluar color models

686696
RGB104102150
HSL243°19.05%49.41%
HSB/HSV243°32.00%58.82%
CMYK30.67%32.00%0.00%
41.18%

Color #686696 in popluar number systems.

HEX686696
Decimal104102150
Binary1101000110011010010110
Octal150146226

Shades and tints

Shades of #686696

#686696
(104,102,150)
#5F5D89
(95,93,137)
#56547C
(86,84,124)
#4D4B6F
(77,75,111)
#444262
(68,66,98)
#3B3955
(59,57,85)
#323048
(50,48,72)
#29273B
(41,39,59)
#201E2E
(32,30,46)
#171521
(23,21,33)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #686696

#686696
(104,102,150)
#75739F
(117,115,159)
#8280A8
(130,128,168)
#8F8DB1
(143,141,177)
#9C9ABA
(156,154,186)
#A9A7C3
(169,167,195)
#B6B4CC
(182,180,204)
#C3C1D5
(195,193,213)
#D0CEDE
(208,206,222)
#DDDBE7
(221,219,231)
#EAE8F0
(234,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686696; }

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

This text font color is #686696.


Background Color

.myBgColor { background-color: #686696; }

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

This div background color is #686696.


Border color

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

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

This div border color is #686696.


Opacity

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

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

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

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

This text has shadow with #686696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686696 on black background.


Color preview on white background

This text has color #686696 on white background.



Black color preview on #686696 background

This text has black color on #686696 background.


White color preview on #686696 background

This text has white color on #686696 background.