COLOR #639BAD

HEX: #639BAD RGB: (99,155,173)

Color info

#639BAD contains mainly green and blue colors. Web safe color of #639BAD is #669999 (or #699).

RGB color model

#639BAD color RGB value is (99,155,173).

RGB: (99,155,173) (39%, 61%, 68%)

RGB channels and saturation

R 99 of 255 = 39%
G 155 of 255 = 61%
B 173 of 255 = 68%

99
155
173

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

Portions of RGB colors in percentages

R + G + B = 99 + 155 + 173 = 427 (100%)
R 99 of 427 ~ 23.19%
G 155 of 427 ~ 36.3%
B 173 of 427 ~ 40.52'%

%23.19
%36.3
%40.52

CMYK color model

#639BAD color CMYK value is (43,10,0,32).

  • cyan value is 42.77%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (43,10,0,32) C43M10Y0K32 (43%,10%,0%,32%) (0.43/0.10/0.00/0.32) 

CMYK percentages

%42.77
%10.4
%0
%32.16

Codes

Color #639BAD in popluar color models

63 9B AD
RGB 99 155 173
HSL 195° 31.09% 53.33%
HSB/HSV 195° 42.77% 67.84%
CMYK 42.77% 10.40% 0.00%
32.16%

Color #639BAD in popluar number systems.

HEX 63 9B AD
Decimal 99 155 173
Binary 1100011 10011011 10101101
Octal 143 233 255

Shades and tints

Shades of #639BAD

#639BAD
(99,155,173)
#5A8D9E
(90,141,158)
#517F8F
(81,127,143)
#487180
(72,113,128)
#3F6371
(63,99,113)
#365562
(54,85,98)
#2D4753
(45,71,83)
#243944
(36,57,68)
#1B2B35
(27,43,53)
#121D26
(18,29,38)
#090F17
(9,15,23)
#000000
(0,0,0)

Tints of #639BAD

#639BAD
(99,155,173)
#71A4B4
(113,164,180)
#7FADBB
(127,173,187)
#8DB6C2
(141,182,194)
#9BBFC9
(155,191,201)
#A9C8D0
(169,200,208)
#B7D1D7
(183,209,215)
#C5DADE
(197,218,222)
#D3E3E5
(211,227,229)
#E1ECEC
(225,236,236)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639BAD; }

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

This text font color is #639BAD.

Background Color

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

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

This div background color is #639BAD.

Border color

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

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

This div border color is #639BAD.

Opacity

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

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

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

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

This text has shadow with #639BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #639BAD.

Preview

Color preview on black background

This text has color #639BAD on black background.


Color preview on white background

This text has color #639BAD on white background.


Black color preview on #639BAD background

This text has black color on #639BAD background.


White color preview on #639BAD background

This text has white color on #639BAD background.


Related colors

Complementary color

Complementary color for #hex is #9C6452.


I love getcolorcode.com

Triadic colors

1 #AD639B and #9BAD63 with #639BAD are triadic colors.

2 #AD9B63 and #9B63AD with #639BAD are triadic colors.