COLOR #639DBB

HEX: #639DBB RGB: (99,157,187)

Color info

#639DBB contains mainly green and blue colors. Web safe color of #639DBB is #6699CC (or #69C).

RGB color model

#639DBB color RGB value is (99,157,187).

RGB: (99,157,187) (39%, 62%, 73%)

RGB channels and saturation

R 99 of 255 = 39%
G 157 of 255 = 62%
B 187 of 255 = 73%

99
157
187

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

Portions of RGB colors in percentages

R + G + B = 99 + 157 + 187 = 443 (100%)
R 99 of 443 ~ 22.35%
G 157 of 443 ~ 35.44%
B 187 of 443 ~ 42.21'%

%22.35
%35.44
%42.21

CMYK color model

#639DBB color CMYK value is (47,16,0,27).

  • cyan value is 47.06%
  • magenta value is 16.04%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (47,16,0,27)
C47M16Y0K27 (47%, 16%, 0%, 27%)
(0.47 / 0.16 / 0.00 / 0.27)

CMYK percentages

%47.06
%16.04
%0
%26.67

Codes

Color #639DBB in popluar color models

63 9D BB
RGB 99 157 187
HSL 200° 39.29% 56.08%
HSB/HSV 200° 47.06% 73.33%
CMYK 47.06% 16.04% 0.00%
26.67%

Color #639DBB in popluar number systems.

HEX 63 9D BB
Decimal 99 157 187
Binary 1100011 10011101 10111011
Octal 143 235 273

Shades and tints

Shades of #639DBB

#639DBB
(99,157,187)
#5A8FAA
(90,143,170)
#518199
(81,129,153)
#487388
(72,115,136)
#3F6577
(63,101,119)
#365766
(54,87,102)
#2D4955
(45,73,85)
#243B44
(36,59,68)
#1B2D33
(27,45,51)
#121F22
(18,31,34)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #639DBB

#639DBB
(99,157,187)
#71A5C1
(113,165,193)
#7FADC7
(127,173,199)
#8DB5CD
(141,181,205)
#9BBDD3
(155,189,211)
#A9C5D9
(169,197,217)
#B7CDDF
(183,205,223)
#C5D5E5
(197,213,229)
#D3DDEB
(211,221,235)
#E1E5F1
(225,229,241)
#EFEDF7
(239,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639DBB; }

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

This text font color is #639DBB.

Background Color

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

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

This div background color is #639DBB.

Border color

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

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

This div border color is #639DBB.

Opacity

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

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

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

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

This text has shadow with #639DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #639DBB.

Preview

Color preview on black background

This text has color #639DBB on black background.


Color preview on white background

This text has color #639DBB on white background.


Black color preview on #639DBB background

This text has black color on #639DBB background.


White color preview on #639DBB background

This text has white color on #639DBB background.


Related colors

Complementary color

Complementary color for #hex is #9C6244.


I love getcolorcode.com

Triadic colors

1 #BB639D and #9DBB63 with #639DBB are triadic colors.

2 #BB9D63 and #9D63BB with #639DBB are triadic colors.