COLOR #688BC0

HEX: #688BC0
RGB: (104,139,192)

Renk bilgisi

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

RGB renk modeli

#688BC0 color RGB value is (104,139,192).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 139 of 255 = 55%
B 192 of 255 = 75%

104
139
192

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 139 + 192 = 435 (100%)
R 104 of 435 ~ 23.91%
G 139 of 435 ~ 31.95%
B 192 of 435 ~ 44.14%

%23.91
%31.95
%44.14

CMYK RENK MODELİ

#688BC0 rengi CMYK tonu (46,28,0,25).

  • camgöbeği tonu 45.83%
  • eflatun tonu 27.60%
  • sarı tonu 0.00%
  • ana renk tonu 24.71%
CMYK:
(46,28,0,25)
C46M28Y0K25 
(46%,28%,0%,25%)
(0.46/0.28/0.00/0.25)	

CMYK yüzdeleri

%45.83
%27.6
%0
%24.71

Codes

Color #688BC0 in popluar color models

688BC0
RGB104139192
HSL216°41.12%58.04%
HSB/HSV216°45.83%75.29%
CMYK45.83%27.60%0.00%
24.71%

Color #688BC0 in popluar number systems.

HEX688BC0
Decimal104139192
Binary11010001000101111000000
Octal150213300

Shades and tints

Shades of #688BC0

#688BC0
(104,139,192)
#5F7FAF
(95,127,175)
#56739E
(86,115,158)
#4D678D
(77,103,141)
#445B7C
(68,91,124)
#3B4F6B
(59,79,107)
#32435A
(50,67,90)
#293749
(41,55,73)
#202B38
(32,43,56)
#171F27
(23,31,39)
#0E1316
(14,19,22)
#000000
(0,0,0)

Tints of #688BC0

#688BC0
(104,139,192)
#7595C5
(117,149,197)
#829FCA
(130,159,202)
#8FA9CF
(143,169,207)
#9CB3D4
(156,179,212)
#A9BDD9
(169,189,217)
#B6C7DE
(182,199,222)
#C3D1E3
(195,209,227)
#D0DBE8
(208,219,232)
#DDE5ED
(221,229,237)
#EAEFF2
(234,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688BC0; }

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

This text font color is #688BC0.


Background Color

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

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

This div background color is #688BC0.


Border color

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

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

This div border color is #688BC0.


Opacity

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

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

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

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

This text has shadow with #688BC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688BC0 on black background.


Color preview on white background

This text has color #688BC0 on white background.



Black color preview on #688BC0 background

This text has black color on #688BC0 background.


White color preview on #688BC0 background

This text has white color on #688BC0 background.