COLOR #686793

HEX: #686793
RGB: (104,103,147)

Renk bilgisi

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

RGB renk modeli

#686793 color RGB value is (104,103,147).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 103 of 255 = 40%
B 147 of 255 = 58%

104
103
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 103 + 147 = 354 (100%)
R 104 of 354 ~ 29.38%
G 103 of 354 ~ 29.1%
B 147 of 354 ~ 41.53%

%29.38
%29.1
%41.53

CMYK RENK MODELİ

#686793 rengi CMYK tonu (29,30,0,42).

  • camgöbeği tonu 29.25%
  • eflatun tonu 29.93%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(29,30,0,42)
C29M30Y0K42 
(29%,30%,0%,42%)
(0.29/0.30/0.00/0.42)	

CMYK yüzdeleri

%29.25
%29.93
%0
%42.35

Codes

Color #686793 in popluar color models

686793
RGB104103147
HSL241°17.60%49.02%
HSB/HSV241°29.93%57.65%
CMYK29.25%29.93%0.00%
42.35%

Color #686793 in popluar number systems.

HEX686793
Decimal104103147
Binary1101000110011110010011
Octal150147223

Shades and tints

Shades of #686793

#686793
(104,103,147)
#5F5E86
(95,94,134)
#565579
(86,85,121)
#4D4C6C
(77,76,108)
#44435F
(68,67,95)
#3B3A52
(59,58,82)
#323145
(50,49,69)
#292838
(41,40,56)
#201F2B
(32,31,43)
#17161E
(23,22,30)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #686793

#686793
(104,103,147)
#75749C
(117,116,156)
#8281A5
(130,129,165)
#8F8EAE
(143,142,174)
#9C9BB7
(156,155,183)
#A9A8C0
(169,168,192)
#B6B5C9
(182,181,201)
#C3C2D2
(195,194,210)
#D0CFDB
(208,207,219)
#DDDCE4
(221,220,228)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686793; }

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

This text font color is #686793.


Background Color

.myBgColor { background-color: #686793; }

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

This div background color is #686793.


Border color

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

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

This div border color is #686793.


Opacity

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

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

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

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

This text has shadow with #686793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686793 on black background.


Color preview on white background

This text has color #686793 on white background.



Black color preview on #686793 background

This text has black color on #686793 background.


White color preview on #686793 background

This text has white color on #686793 background.