COLOR #689CCB

HEX: #689CCB
RGB: (104,156,203)

Renk bilgisi

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

RGB renk modeli

#689CCB color RGB value is (104,156,203).

  • kırmız ton 104;
  • yeşil ton 156;
  • mavi ton 203.
RGB:
(104,156,203)
(41%,61%,80%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 156 of 255 = 61%
B 203 of 255 = 80%

104
156
203

R + G + B ~ 61%. #689CCB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 156 + 203 = 463 (100%)
R 104 of 463 ~ 22.46%
G 156 of 463 ~ 33.69%
B 203 of 463 ~ 43.84%

%22.46
%33.69
%43.84

CMYK RENK MODELİ

#689CCB rengi CMYK tonu (49,23,0,20).

  • camgöbeği tonu 48.77%
  • eflatun tonu 23.15%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(49,23,0,20)
C49M23Y0K20 
(49%,23%,0%,20%)
(0.49/0.23/0.00/0.20)	

CMYK yüzdeleri

%48.77
%23.15
%0
%20.39

Codes

Color #689CCB in popluar color models

689CCB
RGB104156203
HSL208°48.77%60.20%
HSB/HSV208°48.77%79.61%
CMYK48.77%23.15%0.00%
20.39%

Color #689CCB in popluar number systems.

HEX689CCB
Decimal104156203
Binary11010001001110011001011
Octal150234313

Shades and tints

Shades of #689CCB

#689CCB
(104,156,203)
#5F8EB9
(95,142,185)
#5680A7
(86,128,167)
#4D7295
(77,114,149)
#446483
(68,100,131)
#3B5671
(59,86,113)
#32485F
(50,72,95)
#293A4D
(41,58,77)
#202C3B
(32,44,59)
#171E29
(23,30,41)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #689CCB

#689CCB
(104,156,203)
#75A5CF
(117,165,207)
#82AED3
(130,174,211)
#8FB7D7
(143,183,215)
#9CC0DB
(156,192,219)
#A9C9DF
(169,201,223)
#B6D2E3
(182,210,227)
#C3DBE7
(195,219,231)
#D0E4EB
(208,228,235)
#DDEDEF
(221,237,239)
#EAF6F3
(234,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689CCB color. Also use rgb(104,156,203) instead hex code.

Text Font Color

.myTextColor { color: #689CCB; }

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

This text font color is #689CCB.


Background Color

.myBgColor { background-color: #689CCB; }

<div style="background-color:#689CCB">Inner text</div>

This div background color is #689CCB.


Border color

.myBorderColor { border: 1px solid #689CCB; }

<div style="border:3px solid #689CCB">Div</div>

This div border color is #689CCB.


Opacity

.myOpacity80 { color: #689CCB; opacity: 0.8; }

<p style="color:#689CCB;opacity:0.8;">80%</p>

Text with #689CCB 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 #689CCB;}

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

This text has shadow with #689CCB color.

.textShadow {text-shadow: 3px 3px 1px #689CCB, 3px 3px 1px red;}

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

This text has shadow with #689CCB primary color and red secondary color.


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

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

This text has shadow with #689CCB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689CCB on black background.


Color preview on white background

This text has color #689CCB on white background.



Black color preview on #689CCB background

This text has black color on #689CCB background.


White color preview on #689CCB background

This text has white color on #689CCB background.