COLOR #688AAD

HEX: #688AAD
RGB: (104,138,173)

Renk bilgisi

#688AAD contains mainly green and blue colors. #688AAD ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#688AAD color RGB value is (104,138,173).

  • kırmız ton 104;
  • yeşil ton 138;
  • mavi ton 173.
RGB:
(104,138,173)
(41%,54%,68%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 138 of 255 = 54%
B 173 of 255 = 68%

104
138
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 138 + 173 = 415 (100%)
R 104 of 415 ~ 25.06%
G 138 of 415 ~ 33.25%
B 173 of 415 ~ 41.69%

%25.06
%33.25
%41.69

CMYK RENK MODELİ

#688AAD rengi CMYK tonu (40,20,0,32).

  • camgöbeği tonu 39.88%
  • eflatun tonu 20.23%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(40,20,0,32)
C40M20Y0K32 
(40%,20%,0%,32%)
(0.40/0.20/0.00/0.32)	

CMYK yüzdeleri

%39.88
%20.23
%0
%32.16

Codes

Color #688AAD in popluar color models

688AAD
RGB104138173
HSL210°29.61%54.31%
HSB/HSV210°39.88%67.84%
CMYK39.88%20.23%0.00%
32.16%

Color #688AAD in popluar number systems.

HEX688AAD
Decimal104138173
Binary11010001000101010101101
Octal150212255

Shades and tints

Shades of #688AAD

#688AAD
(104,138,173)
#5F7E9E
(95,126,158)
#56728F
(86,114,143)
#4D6680
(77,102,128)
#445A71
(68,90,113)
#3B4E62
(59,78,98)
#324253
(50,66,83)
#293644
(41,54,68)
#202A35
(32,42,53)
#171E26
(23,30,38)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #688AAD

#688AAD
(104,138,173)
#7594B4
(117,148,180)
#829EBB
(130,158,187)
#8FA8C2
(143,168,194)
#9CB2C9
(156,178,201)
#A9BCD0
(169,188,208)
#B6C6D7
(182,198,215)
#C3D0DE
(195,208,222)
#D0DAE5
(208,218,229)
#DDE4EC
(221,228,236)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #688AAD color. Also use rgb(104,138,173) instead hex code.

Text Font Color

.myTextColor { color: #688AAD; }

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

This text font color is #688AAD.


Background Color

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

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

This div background color is #688AAD.


Border color

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

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

This div border color is #688AAD.


Opacity

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

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

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

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

This text has shadow with #688AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #688AAD on black background.


Color preview on white background

This text has color #688AAD on white background.



Black color preview on #688AAD background

This text has black color on #688AAD background.


White color preview on #688AAD background

This text has white color on #688AAD background.