COLOR #686BA1

HEX: #686BA1
RGB: (104,107,161)

Renk bilgisi

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

RGB renk modeli

#686BA1 color RGB value is (104,107,161).

  • kırmız ton 104;
  • yeşil ton 107;
  • mavi ton 161.
RGB:
(104,107,161)
(41%,42%,63%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 107 of 255 = 42%
B 161 of 255 = 63%

104
107
161

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 107 + 161 = 372 (100%)
R 104 of 372 ~ 27.96%
G 107 of 372 ~ 28.76%
B 161 of 372 ~ 43.28%

%27.96
%28.76
%43.28

CMYK RENK MODELİ

#686BA1 rengi CMYK tonu (35,34,0,37).

  • camgöbeği tonu 35.40%
  • eflatun tonu 33.54%
  • sarı tonu 0.00%
  • ana renk tonu 36.86%
CMYK:
(35,34,0,37)
C35M34Y0K37 
(35%,34%,0%,37%)
(0.35/0.34/0.00/0.37)	

CMYK yüzdeleri

%35.4
%33.54
%0
%36.86

Codes

Color #686BA1 in popluar color models

686BA1
RGB104107161
HSL237°23.27%51.96%
HSB/HSV237°35.40%63.14%
CMYK35.40%33.54%0.00%
36.86%

Color #686BA1 in popluar number systems.

HEX686BA1
Decimal104107161
Binary1101000110101110100001
Octal150153241

Shades and tints

Shades of #686BA1

#686BA1
(104,107,161)
#5F6293
(95,98,147)
#565985
(86,89,133)
#4D5077
(77,80,119)
#444769
(68,71,105)
#3B3E5B
(59,62,91)
#32354D
(50,53,77)
#292C3F
(41,44,63)
#202331
(32,35,49)
#171A23
(23,26,35)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #686BA1

#686BA1
(104,107,161)
#7578A9
(117,120,169)
#8285B1
(130,133,177)
#8F92B9
(143,146,185)
#9C9FC1
(156,159,193)
#A9ACC9
(169,172,201)
#B6B9D1
(182,185,209)
#C3C6D9
(195,198,217)
#D0D3E1
(208,211,225)
#DDE0E9
(221,224,233)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686BA1 color. Also use rgb(104,107,161) instead hex code.

Text Font Color

.myTextColor { color: #686BA1; }

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

This text font color is #686BA1.


Background Color

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

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

This div background color is #686BA1.


Border color

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

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

This div border color is #686BA1.


Opacity

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

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

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

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

This text has shadow with #686BA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686BA1 on black background.


Color preview on white background

This text has color #686BA1 on white background.



Black color preview on #686BA1 background

This text has black color on #686BA1 background.


White color preview on #686BA1 background

This text has white color on #686BA1 background.