COLOR #6689BD

HEX: #6689BD
RGB: (102,137,189)

Renk bilgisi

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

RGB renk modeli

#6689BD color RGB value is (102,137,189).

  • kırmız ton 102;
  • yeşil ton 137;
  • mavi ton 189.
RGB:
(102,137,189)
(40%,54%,74%)

RGB bağlantıları ve doygunluk

R 102 of 255 = 40%
G 137 of 255 = 54%
B 189 of 255 = 74%

102
137
189

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

Yüzdelerle RGB renk parçaları

R + G + B =
102 + 137 + 189 = 428 (100%)
R 102 of 428 ~ 23.83%
G 137 of 428 ~ 32.01%
B 189 of 428 ~ 44.16%

%23.83
%32.01
%44.16

CMYK RENK MODELİ

#6689BD rengi CMYK tonu (46,28,0,26).

  • camgöbeği tonu 46.03%
  • eflatun tonu 27.51%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(46,28,0,26)
C46M28Y0K26 
(46%,28%,0%,26%)
(0.46/0.28/0.00/0.26)	

CMYK yüzdeleri

%46.03
%27.51
%0
%25.88

Codes

Color #6689BD in popluar color models

6689BD
RGB102137189
HSL216°39.73%57.06%
HSB/HSV216°46.03%74.12%
CMYK46.03%27.51%0.00%
25.88%

Color #6689BD in popluar number systems.

HEX6689BD
Decimal102137189
Binary11001101000100110111101
Octal146211275

Shades and tints

Shades of #6689BD

#6689BD
(102,137,189)
#5D7DAC
(93,125,172)
#54719B
(84,113,155)
#4B658A
(75,101,138)
#425979
(66,89,121)
#394D68
(57,77,104)
#304157
(48,65,87)
#273546
(39,53,70)
#1E2935
(30,41,53)
#151D24
(21,29,36)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #6689BD

#6689BD
(102,137,189)
#7393C3
(115,147,195)
#809DC9
(128,157,201)
#8DA7CF
(141,167,207)
#9AB1D5
(154,177,213)
#A7BBDB
(167,187,219)
#B4C5E1
(180,197,225)
#C1CFE7
(193,207,231)
#CED9ED
(206,217,237)
#DBE3F3
(219,227,243)
#E8EDF9
(232,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6689BD color. Also use rgb(102,137,189) instead hex code.

Text Font Color

.myTextColor { color: #6689BD; }

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

This text font color is #6689BD.


Background Color

.myBgColor { background-color: #6689BD; }

<div style="background-color:#6689BD">Inner text</div>

This div background color is #6689BD.


Border color

.myBorderColor { border: 1px solid #6689BD; }

<div style="border:3px solid #6689BD">Div</div>

This div border color is #6689BD.


Opacity

.myOpacity80 { color: #6689BD; opacity: 0.8; }

<p style="color:#6689BD;opacity:0.8;">80%</p>

Text with #6689BD 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 #6689BD;}

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

This text has shadow with #6689BD color.

.textShadow {text-shadow: 3px 3px 1px #6689BD, 3px 3px 1px red;}

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

This text has shadow with #6689BD primary color and red secondary color.


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

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

This text has shadow with #6689BD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6689BD on black background.


Color preview on white background

This text has color #6689BD on white background.



Black color preview on #6689BD background

This text has black color on #6689BD background.


White color preview on #6689BD background

This text has white color on #6689BD background.