COLOR #639DAD

HEX: #639DAD
RGB: (99,157,173)

Renk bilgisi

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

RGB renk modeli

#639DAD color RGB value is (99,157,173).

  • kırmız ton 99;
  • yeşil ton 157;
  • mavi ton 173.
RGB:
(99,157,173)
(39%,62%,68%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 157 of 255 = 62%
B 173 of 255 = 68%

99
157
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 157 + 173 = 429 (100%)
R 99 of 429 ~ 23.08%
G 157 of 429 ~ 36.6%
B 173 of 429 ~ 40.33%

%23.08
%36.6
%40.33

CMYK RENK MODELİ

#639DAD rengi CMYK tonu (43,9,0,32).

  • camgöbeği tonu 42.77%
  • eflatun tonu 9.25%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(43,9,0,32)
C43M9Y0K32 
(43%,9%,0%,32%)
(0.43/0.09/0.00/0.32)	

CMYK yüzdeleri

%42.77
%9.25
%0
%32.16

Codes

Color #639DAD in popluar color models

639DAD
RGB99157173
HSL193°31.09%53.33%
HSB/HSV193°42.77%67.84%
CMYK42.77%9.25%0.00%
32.16%

Color #639DAD in popluar number systems.

HEX639DAD
Decimal99157173
Binary11000111001110110101101
Octal143235255

Shades and tints

Shades of #639DAD

#639DAD
(99,157,173)
#5A8F9E
(90,143,158)
#51818F
(81,129,143)
#487380
(72,115,128)
#3F6571
(63,101,113)
#365762
(54,87,98)
#2D4953
(45,73,83)
#243B44
(36,59,68)
#1B2D35
(27,45,53)
#121F26
(18,31,38)
#091117
(9,17,23)
#000000
(0,0,0)

Tints of #639DAD

#639DAD
(99,157,173)
#71A5B4
(113,165,180)
#7FADBB
(127,173,187)
#8DB5C2
(141,181,194)
#9BBDC9
(155,189,201)
#A9C5D0
(169,197,208)
#B7CDD7
(183,205,215)
#C5D5DE
(197,213,222)
#D3DDE5
(211,221,229)
#E1E5EC
(225,229,236)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #639DAD color. Also use rgb(99,157,173) instead hex code.

Text Font Color

.myTextColor { color: #639DAD; }

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

This text font color is #639DAD.


Background Color

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

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

This div background color is #639DAD.


Border color

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

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

This div border color is #639DAD.


Opacity

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

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

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

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

This text has shadow with #639DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639DAD on black background.


Color preview on white background

This text has color #639DAD on white background.



Black color preview on #639DAD background

This text has black color on #639DAD background.


White color preview on #639DAD background

This text has white color on #639DAD background.