COLOR #688EC0

HEX: #688EC0
RGB: (104,142,192)

Renk bilgisi

#688EC0 contains mainly green and blue colors. #688EC0 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#688EC0 color RGB value is (104,142,192).

  • kırmız ton 104;
  • yeşil ton 142;
  • mavi ton 192.
RGB:
(104,142,192)
(41%,56%,75%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 142 of 255 = 56%
B 192 of 255 = 75%

104
142
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 142 + 192 = 438 (100%)
R 104 of 438 ~ 23.74%
G 142 of 438 ~ 32.42%
B 192 of 438 ~ 43.84%

%23.74
%32.42
%43.84

CMYK RENK MODELİ

#688EC0 rengi CMYK tonu (46,26,0,25).

  • camgöbeği tonu 45.83%
  • eflatun tonu 26.04%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(46,26,0,25)
C46M26Y0K25 
(46%,26%,0%,25%)
(0.46/0.26/0.00/0.25)	

CMYK yüzdeleri

%45.83
%26.04
%0
%24.71

Codes

Color #688EC0 in popluar color models

688EC0
RGB104142192
HSL214°41.12%58.04%
HSB/HSV214°45.83%75.29%
CMYK45.83%26.04%0.00%
24.71%

Color #688EC0 in popluar number systems.

HEX688EC0
Decimal104142192
Binary11010001000111011000000
Octal150216300

Shades and tints

Shades of #688EC0

#688EC0
(104,142,192)
#5F82AF
(95,130,175)
#56769E
(86,118,158)
#4D6A8D
(77,106,141)
#445E7C
(68,94,124)
#3B526B
(59,82,107)
#32465A
(50,70,90)
#293A49
(41,58,73)
#202E38
(32,46,56)
#172227
(23,34,39)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #688EC0

#688EC0
(104,142,192)
#7598C5
(117,152,197)
#82A2CA
(130,162,202)
#8FACCF
(143,172,207)
#9CB6D4
(156,182,212)
#A9C0D9
(169,192,217)
#B6CADE
(182,202,222)
#C3D4E3
(195,212,227)
#D0DEE8
(208,222,232)
#DDE8ED
(221,232,237)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688EC0 color. Also use rgb(104,142,192) instead hex code.

Text Font Color

.myTextColor { color: #688EC0; }

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

This text font color is #688EC0.


Background Color

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

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

This div background color is #688EC0.


Border color

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

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

This div border color is #688EC0.


Opacity

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

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

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

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

This text has shadow with #688EC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688EC0 on black background.


Color preview on white background

This text has color #688EC0 on white background.



Black color preview on #688EC0 background

This text has black color on #688EC0 background.


White color preview on #688EC0 background

This text has white color on #688EC0 background.