COLOR #686E9F

HEX: #686E9F
RGB: (104,110,159)

Renk bilgisi

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

RGB renk modeli

#686E9F color RGB value is (104,110,159).

  • kırmız ton 104;
  • yeşil ton 110;
  • mavi ton 159.
RGB:
(104,110,159)
(41%,43%,62%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 110 of 255 = 43%
B 159 of 255 = 62%

104
110
159

R + G + B ~ 49%. #686E9F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 110 + 159 = 373 (100%)
R 104 of 373 ~ 27.88%
G 110 of 373 ~ 29.49%
B 159 of 373 ~ 42.63%

%27.88
%29.49
%42.63

CMYK RENK MODELİ

#686E9F rengi CMYK tonu (35,31,0,38).

  • camgöbeği tonu 34.59%
  • eflatun tonu 30.82%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(35,31,0,38)
C35M31Y0K38 
(35%,31%,0%,38%)
(0.35/0.31/0.00/0.38)	

CMYK yüzdeleri

%34.59
%30.82
%0
%37.65

Codes

Color #686E9F in popluar color models

686E9F
RGB104110159
HSL233°22.27%51.57%
HSB/HSV233°34.59%62.35%
CMYK34.59%30.82%0.00%
37.65%

Color #686E9F in popluar number systems.

HEX686E9F
Decimal104110159
Binary1101000110111010011111
Octal150156237

Shades and tints

Shades of #686E9F

#686E9F
(104,110,159)
#5F6491
(95,100,145)
#565A83
(86,90,131)
#4D5075
(77,80,117)
#444667
(68,70,103)
#3B3C59
(59,60,89)
#32324B
(50,50,75)
#29283D
(41,40,61)
#201E2F
(32,30,47)
#171421
(23,20,33)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #686E9F

#686E9F
(104,110,159)
#757BA7
(117,123,167)
#8288AF
(130,136,175)
#8F95B7
(143,149,183)
#9CA2BF
(156,162,191)
#A9AFC7
(169,175,199)
#B6BCCF
(182,188,207)
#C3C9D7
(195,201,215)
#D0D6DF
(208,214,223)
#DDE3E7
(221,227,231)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686E9F color. Also use rgb(104,110,159) instead hex code.

Text Font Color

.myTextColor { color: #686E9F; }

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

This text font color is #686E9F.


Background Color

.myBgColor { background-color: #686E9F; }

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

This div background color is #686E9F.


Border color

.myBorderColor { border: 1px solid #686E9F; }

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

This div border color is #686E9F.


Opacity

.myOpacity80 { color: #686E9F; opacity: 0.8; }

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

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

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

This text has shadow with #686E9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686E9F on black background.


Color preview on white background

This text has color #686E9F on white background.



Black color preview on #686E9F background

This text has black color on #686E9F background.


White color preview on #686E9F background

This text has white color on #686E9F background.