COLOR #639BD5

HEX: #639BD5
RGB: (99,155,213)

Renk bilgisi

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

RGB renk modeli

#639BD5 color RGB value is (99,155,213).

  • kırmız ton 99;
  • yeşil ton 155;
  • mavi ton 213.
RGB:
(99,155,213)
(39%,61%,84%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 155 of 255 = 61%
B 213 of 255 = 84%

99
155
213

R + G + B ~ 61%. #639BD5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 155 + 213 = 467 (100%)
R 99 of 467 ~ 21.2%
G 155 of 467 ~ 33.19%
B 213 of 467 ~ 45.61%

%21.2
%33.19
%45.61

CMYK RENK MODELİ

#639BD5 rengi CMYK tonu (54,27,0,16).

  • camgöbeği tonu 53.52%
  • eflatun tonu 27.23%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(54,27,0,16)
C54M27Y0K16 
(54%,27%,0%,16%)
(0.54/0.27/0.00/0.16)	

CMYK yüzdeleri

%53.52
%27.23
%0
%16.47

Codes

Color #639BD5 in popluar color models

639BD5
RGB99155213
HSL211°57.58%61.18%
HSB/HSV211°53.52%83.53%
CMYK53.52%27.23%0.00%
16.47%

Color #639BD5 in popluar number systems.

HEX639BD5
Decimal99155213
Binary11000111001101111010101
Octal143233325

Shades and tints

Shades of #639BD5

#639BD5
(99,155,213)
#5A8DC2
(90,141,194)
#517FAF
(81,127,175)
#48719C
(72,113,156)
#3F6389
(63,99,137)
#365576
(54,85,118)
#2D4763
(45,71,99)
#243950
(36,57,80)
#1B2B3D
(27,43,61)
#121D2A
(18,29,42)
#090F17
(9,15,23)
#000000
(0,0,0)

Tints of #639BD5

#639BD5
(99,155,213)
#71A4D8
(113,164,216)
#7FADDB
(127,173,219)
#8DB6DE
(141,182,222)
#9BBFE1
(155,191,225)
#A9C8E4
(169,200,228)
#B7D1E7
(183,209,231)
#C5DAEA
(197,218,234)
#D3E3ED
(211,227,237)
#E1ECF0
(225,236,240)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639BD5 color. Also use rgb(99,155,213) instead hex code.

Text Font Color

.myTextColor { color: #639BD5; }

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

This text font color is #639BD5.


Background Color

.myBgColor { background-color: #639BD5; }

<div style="background-color:#639BD5">Inner text</div>

This div background color is #639BD5.


Border color

.myBorderColor { border: 1px solid #639BD5; }

<div style="border:3px solid #639BD5">Div</div>

This div border color is #639BD5.


Opacity

.myOpacity80 { color: #639BD5; opacity: 0.8; }

<p style="color:#639BD5;opacity:0.8;">80%</p>

Text with #639BD5 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 #639BD5;}

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

This text has shadow with #639BD5 color.

.textShadow {text-shadow: 3px 3px 1px #639BD5, 3px 3px 1px red;}

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

This text has shadow with #639BD5 primary color and red secondary color.


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

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

This text has shadow with #639BD5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639BD5 on black background.


Color preview on white background

This text has color #639BD5 on white background.



Black color preview on #639BD5 background

This text has black color on #639BD5 background.


White color preview on #639BD5 background

This text has white color on #639BD5 background.