COLOR #6589BC

HEX: #6589BC
RGB: (101,137,188)

Renk bilgisi

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

RGB renk modeli

#6589BC color RGB value is (101,137,188).

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

RGB bağlantıları ve doygunluk

R 101 of 255 = 40%
G 137 of 255 = 54%
B 188 of 255 = 74%

101
137
188

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

Yüzdelerle RGB renk parçaları

R + G + B =
101 + 137 + 188 = 426 (100%)
R 101 of 426 ~ 23.71%
G 137 of 426 ~ 32.16%
B 188 of 426 ~ 44.13%

%23.71
%32.16
%44.13

CMYK RENK MODELİ

#6589BC rengi CMYK tonu (46,27,0,26).

  • camgöbeği tonu 46.28%
  • eflatun tonu 27.13%
  • sarı tonu 0.00%
  • ana renk tonu 26.27%
CMYK:
(46,27,0,26)
C46M27Y0K26 
(46%,27%,0%,26%)
(0.46/0.27/0.00/0.26)	

CMYK yüzdeleri

%46.28
%27.13
%0
%26.27

Codes

Color #6589BC in popluar color models

6589BC
RGB101137188
HSL215°39.37%56.67%
HSB/HSV215°46.28%73.73%
CMYK46.28%27.13%0.00%
26.27%

Color #6589BC in popluar number systems.

HEX6589BC
Decimal101137188
Binary11001011000100110111100
Octal145211274

Shades and tints

Shades of #6589BC

#6589BC
(101,137,188)
#5C7DAB
(92,125,171)
#53719A
(83,113,154)
#4A6589
(74,101,137)
#415978
(65,89,120)
#384D67
(56,77,103)
#2F4156
(47,65,86)
#263545
(38,53,69)
#1D2934
(29,41,52)
#141D23
(20,29,35)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #6589BC

#6589BC
(101,137,188)
#7393C2
(115,147,194)
#819DC8
(129,157,200)
#8FA7CE
(143,167,206)
#9DB1D4
(157,177,212)
#ABBBDA
(171,187,218)
#B9C5E0
(185,197,224)
#C7CFE6
(199,207,230)
#D5D9EC
(213,217,236)
#E3E3F2
(227,227,242)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6589BC color. Also use rgb(101,137,188) instead hex code.

Text Font Color

.myTextColor { color: #6589BC; }

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

This text font color is #6589BC.


Background Color

.myBgColor { background-color: #6589BC; }

<div style="background-color:#6589BC">Inner text</div>

This div background color is #6589BC.


Border color

.myBorderColor { border: 1px solid #6589BC; }

<div style="border:3px solid #6589BC">Div</div>

This div border color is #6589BC.


Opacity

.myOpacity80 { color: #6589BC; opacity: 0.8; }

<p style="color:#6589BC;opacity:0.8;">80%</p>

Text with #6589BC 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 #6589BC;}

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

This text has shadow with #6589BC color.

.textShadow {text-shadow: 3px 3px 1px #6589BC, 3px 3px 1px red;}

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

This text has shadow with #6589BC primary color and red secondary color.


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

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

This text has shadow with #6589BC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6589BC on black background.


Color preview on white background

This text has color #6589BC on white background.



Black color preview on #6589BC background

This text has black color on #6589BC background.


White color preview on #6589BC background

This text has white color on #6589BC background.