COLOR #688CD5

HEX: #688CD5
RGB: (104,140,213)

Renk bilgisi

#688CD5 contains mainly blue color. #688CD5 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#688CD5 color RGB value is (104,140,213).

  • kırmız ton 104;
  • yeşil ton 140;
  • mavi ton 213.
RGB:
(104,140,213)
(41%,55%,84%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 140 of 255 = 55%
B 213 of 255 = 84%

104
140
213

R + G + B ~ 60%. #688CD5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 140 + 213 = 457 (100%)
R 104 of 457 ~ 22.76%
G 140 of 457 ~ 30.63%
B 213 of 457 ~ 46.61%

%22.76
%30.63
%46.61

CMYK RENK MODELİ

#688CD5 rengi CMYK tonu (51,34,0,16).

  • camgöbeği tonu 51.17%
  • eflatun tonu 34.27%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(51,34,0,16)
C51M34Y0K16 
(51%,34%,0%,16%)
(0.51/0.34/0.00/0.16)	

CMYK yüzdeleri

%51.17
%34.27
%0
%16.47

Codes

Color #688CD5 in popluar color models

688CD5
RGB104140213
HSL220°56.48%62.16%
HSB/HSV220°51.17%83.53%
CMYK51.17%34.27%0.00%
16.47%

Color #688CD5 in popluar number systems.

HEX688CD5
Decimal104140213
Binary11010001000110011010101
Octal150214325

Shades and tints

Shades of #688CD5

#688CD5
(104,140,213)
#5F80C2
(95,128,194)
#5674AF
(86,116,175)
#4D689C
(77,104,156)
#445C89
(68,92,137)
#3B5076
(59,80,118)
#324463
(50,68,99)
#293850
(41,56,80)
#202C3D
(32,44,61)
#17202A
(23,32,42)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #688CD5

#688CD5
(104,140,213)
#7596D8
(117,150,216)
#82A0DB
(130,160,219)
#8FAADE
(143,170,222)
#9CB4E1
(156,180,225)
#A9BEE4
(169,190,228)
#B6C8E7
(182,200,231)
#C3D2EA
(195,210,234)
#D0DCED
(208,220,237)
#DDE6F0
(221,230,240)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688CD5 color. Also use rgb(104,140,213) instead hex code.

Text Font Color

.myTextColor { color: #688CD5; }

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

This text font color is #688CD5.


Background Color

.myBgColor { background-color: #688CD5; }

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

This div background color is #688CD5.


Border color

.myBorderColor { border: 1px solid #688CD5; }

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

This div border color is #688CD5.


Opacity

.myOpacity80 { color: #688CD5; opacity: 0.8; }

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

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

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

This text has shadow with #688CD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688CD5 on black background.


Color preview on white background

This text has color #688CD5 on white background.



Black color preview on #688CD5 background

This text has black color on #688CD5 background.


White color preview on #688CD5 background

This text has white color on #688CD5 background.