COLOR #686687

HEX: #686687
RGB: (104,102,135)

Renk bilgisi

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

RGB renk modeli

#686687 color RGB value is (104,102,135).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 102 of 255 = 40%
B 135 of 255 = 53%

104
102
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 102 + 135 = 341 (100%)
R 104 of 341 ~ 30.5%
G 102 of 341 ~ 29.91%
B 135 of 341 ~ 39.59%

%30.5
%29.91
%39.59

CMYK RENK MODELİ

#686687 rengi CMYK tonu (23,24,0,47).

  • camgöbeği tonu 22.96%
  • eflatun tonu 24.44%
  • sarı tonu 0.00%
  • ana renk tonu 47.06%
CMYK:
(23,24,0,47)
C23M24Y0K47 
(23%,24%,0%,47%)
(0.23/0.24/0.00/0.47)	

CMYK yüzdeleri

%22.96
%24.44
%0
%47.06

Codes

Color #686687 in popluar color models

686687
RGB104102135
HSL244°13.92%46.47%
HSB/HSV244°24.44%52.94%
CMYK22.96%24.44%0.00%
47.06%

Color #686687 in popluar number systems.

HEX686687
Decimal104102135
Binary1101000110011010000111
Octal150146207

Shades and tints

Shades of #686687

#686687
(104,102,135)
#5F5D7B
(95,93,123)
#56546F
(86,84,111)
#4D4B63
(77,75,99)
#444257
(68,66,87)
#3B394B
(59,57,75)
#32303F
(50,48,63)
#292733
(41,39,51)
#201E27
(32,30,39)
#17151B
(23,21,27)
#0E0C0F
(14,12,15)
#000000
(0,0,0)

Tints of #686687

#686687
(104,102,135)
#757391
(117,115,145)
#82809B
(130,128,155)
#8F8DA5
(143,141,165)
#9C9AAF
(156,154,175)
#A9A7B9
(169,167,185)
#B6B4C3
(182,180,195)
#C3C1CD
(195,193,205)
#D0CED7
(208,206,215)
#DDDBE1
(221,219,225)
#EAE8EB
(234,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686687; }

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

This text font color is #686687.


Background Color

.myBgColor { background-color: #686687; }

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

This div background color is #686687.


Border color

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

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

This div border color is #686687.


Opacity

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

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

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

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

This text has shadow with #686687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686687 on black background.


Color preview on white background

This text has color #686687 on white background.



Black color preview on #686687 background

This text has black color on #686687 background.


White color preview on #686687 background

This text has white color on #686687 background.