COLOR #688FD2

HEX: #688FD2
RGB: (104,143,210)

Renk bilgisi

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

RGB renk modeli

#688FD2 color RGB value is (104,143,210).

  • kırmız ton 104;
  • yeşil ton 143;
  • mavi ton 210.
RGB:
(104,143,210)
(41%,56%,82%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 143 of 255 = 56%
B 210 of 255 = 82%

104
143
210

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 143 + 210 = 457 (100%)
R 104 of 457 ~ 22.76%
G 143 of 457 ~ 31.29%
B 210 of 457 ~ 45.95%

%22.76
%31.29
%45.95

CMYK RENK MODELİ

#688FD2 rengi CMYK tonu (50,32,0,18).

  • camgöbeği tonu 50.48%
  • eflatun tonu 31.90%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(50,32,0,18)
C50M32Y0K18 
(50%,32%,0%,18%)
(0.50/0.32/0.00/0.18)	

CMYK yüzdeleri

%50.48
%31.9
%0
%17.65

Codes

Color #688FD2 in popluar color models

688FD2
RGB104143210
HSL218°54.08%61.57%
HSB/HSV218°50.48%82.35%
CMYK50.48%31.90%0.00%
17.65%

Color #688FD2 in popluar number systems.

HEX688FD2
Decimal104143210
Binary11010001000111111010010
Octal150217322

Shades and tints

Shades of #688FD2

#688FD2
(104,143,210)
#5F82BF
(95,130,191)
#5675AC
(86,117,172)
#4D6899
(77,104,153)
#445B86
(68,91,134)
#3B4E73
(59,78,115)
#324160
(50,65,96)
#29344D
(41,52,77)
#20273A
(32,39,58)
#171A27
(23,26,39)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #688FD2

#688FD2
(104,143,210)
#7599D6
(117,153,214)
#82A3DA
(130,163,218)
#8FADDE
(143,173,222)
#9CB7E2
(156,183,226)
#A9C1E6
(169,193,230)
#B6CBEA
(182,203,234)
#C3D5EE
(195,213,238)
#D0DFF2
(208,223,242)
#DDE9F6
(221,233,246)
#EAF3FA
(234,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688FD2 color. Also use rgb(104,143,210) instead hex code.

Text Font Color

.myTextColor { color: #688FD2; }

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

This text font color is #688FD2.


Background Color

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

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

This div background color is #688FD2.


Border color

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

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

This div border color is #688FD2.


Opacity

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

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

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

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

This text has shadow with #688FD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688FD2 on black background.


Color preview on white background

This text has color #688FD2 on white background.



Black color preview on #688FD2 background

This text has black color on #688FD2 background.


White color preview on #688FD2 background

This text has white color on #688FD2 background.