COLOR #688BBA

HEX: #688BBA
RGB: (104,139,186)

Renk bilgisi

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

RGB renk modeli

#688BBA color RGB value is (104,139,186).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 139 of 255 = 55%
B 186 of 255 = 73%

104
139
186

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 139 + 186 = 429 (100%)
R 104 of 429 ~ 24.24%
G 139 of 429 ~ 32.4%
B 186 of 429 ~ 43.36%

%24.24
%32.4
%43.36

CMYK RENK MODELİ

#688BBA rengi CMYK tonu (44,25,0,27).

  • camgöbeği tonu 44.09%
  • eflatun tonu 25.27%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(44,25,0,27)
C44M25Y0K27 
(44%,25%,0%,27%)
(0.44/0.25/0.00/0.27)	

CMYK yüzdeleri

%44.09
%25.27
%0
%27.06

Codes

Color #688BBA in popluar color models

688BBA
RGB104139186
HSL214°37.27%56.86%
HSB/HSV214°44.09%72.94%
CMYK44.09%25.27%0.00%
27.06%

Color #688BBA in popluar number systems.

HEX688BBA
Decimal104139186
Binary11010001000101110111010
Octal150213272

Shades and tints

Shades of #688BBA

#688BBA
(104,139,186)
#5F7FAA
(95,127,170)
#56739A
(86,115,154)
#4D678A
(77,103,138)
#445B7A
(68,91,122)
#3B4F6A
(59,79,106)
#32435A
(50,67,90)
#29374A
(41,55,74)
#202B3A
(32,43,58)
#171F2A
(23,31,42)
#0E131A
(14,19,26)
#000000
(0,0,0)

Tints of #688BBA

#688BBA
(104,139,186)
#7595C0
(117,149,192)
#829FC6
(130,159,198)
#8FA9CC
(143,169,204)
#9CB3D2
(156,179,210)
#A9BDD8
(169,189,216)
#B6C7DE
(182,199,222)
#C3D1E4
(195,209,228)
#D0DBEA
(208,219,234)
#DDE5F0
(221,229,240)
#EAEFF6
(234,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #688BBA; }

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

This text font color is #688BBA.


Background Color

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

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

This div background color is #688BBA.


Border color

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

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

This div border color is #688BBA.


Opacity

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

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

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

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

This text has shadow with #688BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688BBA on black background.


Color preview on white background

This text has color #688BBA on white background.



Black color preview on #688BBA background

This text has black color on #688BBA background.


White color preview on #688BBA background

This text has white color on #688BBA background.