COLOR #639BC6

HEX: #639BC6 RGB: (99,155,198)

Color info

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

RGB color model

#639BC6 color RGB value is (99,155,198).

RGB: (99,155,198) (39%, 61%, 78%)

RGB channels and saturation

R 99 of 255 = 39%
G 155 of 255 = 61%
B 198 of 255 = 78%

99
155
198

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

Portions of RGB colors in percentages

R + G + B = 99 + 155 + 198 = 452 (100%)
R 99 of 452 ~ 21.9%
G 155 of 452 ~ 34.29%
B 198 of 452 ~ 43.81'%

%21.9
%34.29
%43.81

CMYK color model

#639BC6 color CMYK value is (50,22,0,22).

  • cyan value is 50.00%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (50,22,0,22)
C50M22Y0K22 (50%, 22%, 0%, 22%)
(0.50 / 0.22 / 0.00 / 0.22)

CMYK percentages

%50
%21.72
%0
%22.35

Codes

Color #639BC6 in popluar color models

63 9B C6
RGB 99 155 198
HSL 206° 46.48% 58.24%
HSB/HSV 206° 50.00% 77.65%
CMYK 50.00% 21.72% 0.00%
22.35%

Color #639BC6 in popluar number systems.

HEX 63 9B C6
Decimal 99 155 198
Binary 1100011 10011011 11000110
Octal 143 233 306

Shades and tints

Shades of #639BC6

#639BC6
(99,155,198)
#5A8DB4
(90,141,180)
#517FA2
(81,127,162)
#487190
(72,113,144)
#3F637E
(63,99,126)
#36556C
(54,85,108)
#2D475A
(45,71,90)
#243948
(36,57,72)
#1B2B36
(27,43,54)
#121D24
(18,29,36)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #639BC6

#639BC6
(99,155,198)
#71A4CB
(113,164,203)
#7FADD0
(127,173,208)
#8DB6D5
(141,182,213)
#9BBFDA
(155,191,218)
#A9C8DF
(169,200,223)
#B7D1E4
(183,209,228)
#C5DAE9
(197,218,233)
#D3E3EE
(211,227,238)
#E1ECF3
(225,236,243)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639BC6; }

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

This text font color is #639BC6.

Background Color

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

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

This div background color is #639BC6.

Border color

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

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

This div border color is #639BC6.

Opacity

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

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

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

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

This text has shadow with #639BC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #639BC6.

Preview

Color preview on black background

This text has color #639BC6 on black background.


Color preview on white background

This text has color #639BC6 on white background.


Black color preview on #639BC6 background

This text has black color on #639BC6 background.


White color preview on #639BC6 background

This text has white color on #639BC6 background.


Related colors

Complementary color

Complementary color for #hex is #9C6439.


I love getcolorcode.com

Triadic colors

1 #C6639B and #9BC663 with #639BC6 are triadic colors.

2 #C69B63 and #9B63C6 with #639BC6 are triadic colors.