COLOR #686789

HEX: #686789
RGB: (104,103,137)

Renk bilgisi

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

RGB renk modeli

#686789 color RGB value is (104,103,137).

  • kırmız ton 104;
  • yeşil ton 103;
  • mavi ton 137.
RGB:
(104,103,137)
(41%,40%,54%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 103 of 255 = 40%
B 137 of 255 = 54%

104
103
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 103 + 137 = 344 (100%)
R 104 of 344 ~ 30.23%
G 103 of 344 ~ 29.94%
B 137 of 344 ~ 39.83%

%30.23
%29.94
%39.83

CMYK RENK MODELİ

#686789 rengi CMYK tonu (24,25,0,46).

  • camgöbeği tonu 24.09%
  • eflatun tonu 24.82%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(24,25,0,46)
C24M25Y0K46 
(24%,25%,0%,46%)
(0.24/0.25/0.00/0.46)	

CMYK yüzdeleri

%24.09
%24.82
%0
%46.27

Codes

Color #686789 in popluar color models

686789
RGB104103137
HSL242°14.17%47.06%
HSB/HSV242°24.82%53.73%
CMYK24.09%24.82%0.00%
46.27%

Color #686789 in popluar number systems.

HEX686789
Decimal104103137
Binary1101000110011110001001
Octal150147211

Shades and tints

Shades of #686789

#686789
(104,103,137)
#5F5E7D
(95,94,125)
#565571
(86,85,113)
#4D4C65
(77,76,101)
#444359
(68,67,89)
#3B3A4D
(59,58,77)
#323141
(50,49,65)
#292835
(41,40,53)
#201F29
(32,31,41)
#17161D
(23,22,29)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #686789

#686789
(104,103,137)
#757493
(117,116,147)
#82819D
(130,129,157)
#8F8EA7
(143,142,167)
#9C9BB1
(156,155,177)
#A9A8BB
(169,168,187)
#B6B5C5
(182,181,197)
#C3C2CF
(195,194,207)
#D0CFD9
(208,207,217)
#DDDCE3
(221,220,227)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686789 color. Also use rgb(104,103,137) instead hex code.

Text Font Color

.myTextColor { color: #686789; }

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

This text font color is #686789.


Background Color

.myBgColor { background-color: #686789; }

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

This div background color is #686789.


Border color

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

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

This div border color is #686789.


Opacity

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

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

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

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

This text has shadow with #686789 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686789 on black background.


Color preview on white background

This text has color #686789 on white background.



Black color preview on #686789 background

This text has black color on #686789 background.


White color preview on #686789 background

This text has white color on #686789 background.