COLOR #686688

HEX: #686688
RGB: (104,102,136)

Renk bilgisi

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

RGB renk modeli

#686688 color RGB value is (104,102,136).

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

RGB bağlantıları ve doygunluk

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

104
102
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 102 + 136 = 342 (100%)
R 104 of 342 ~ 30.41%
G 102 of 342 ~ 29.82%
B 136 of 342 ~ 39.77%

%30.41
%29.82
%39.77

CMYK RENK MODELİ

#686688 rengi CMYK tonu (24,25,0,47).

  • camgöbeği tonu 23.53%
  • eflatun tonu 25.00%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(24,25,0,47)
C24M25Y0K47 
(24%,25%,0%,47%)
(0.24/0.25/0.00/0.47)	

CMYK yüzdeleri

%23.53
%25
%0
%46.67

Codes

Color #686688 in popluar color models

686688
RGB104102136
HSL244°14.29%46.67%
HSB/HSV244°25.00%53.33%
CMYK23.53%25.00%0.00%
46.67%

Color #686688 in popluar number systems.

HEX686688
Decimal104102136
Binary1101000110011010001000
Octal150146210

Shades and tints

Shades of #686688

#686688
(104,102,136)
#5F5D7C
(95,93,124)
#565470
(86,84,112)
#4D4B64
(77,75,100)
#444258
(68,66,88)
#3B394C
(59,57,76)
#323040
(50,48,64)
#292734
(41,39,52)
#201E28
(32,30,40)
#17151C
(23,21,28)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #686688

#686688
(104,102,136)
#757392
(117,115,146)
#82809C
(130,128,156)
#8F8DA6
(143,141,166)
#9C9AB0
(156,154,176)
#A9A7BA
(169,167,186)
#B6B4C4
(182,180,196)
#C3C1CE
(195,193,206)
#D0CED8
(208,206,216)
#DDDBE2
(221,219,226)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686688; }

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

This text font color is #686688.


Background Color

.myBgColor { background-color: #686688; }

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

This div background color is #686688.


Border color

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

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

This div border color is #686688.


Opacity

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

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

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

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

This text has shadow with #686688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686688 on black background.


Color preview on white background

This text has color #686688 on white background.



Black color preview on #686688 background

This text has black color on #686688 background.


White color preview on #686688 background

This text has white color on #686688 background.