COLOR #639BC9

HEX: #639BC9
RGB: (99,155,201)

Color info

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

RGB color model

#639BC9 color RGB value is (99,155,201).

  • red value is 99;
  • green value is 155;
  • blue value is 201.
RGB:
(99,155,201)
(39%,61%,79%)

RGB channels and saturation

R 99 of 255 = 39%
G 155 of 255 = 61%
B 201 of 255 = 79%

99
155
201

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

Portions of RGB colors in percentages

R + G + B =
99 + 155 + 201 = 455 (100%)
R 99 of 455 ~ 21.76%
G 155 of 455 ~ 34.07%
B 201 of 455 ~ 44.18%

%21.76
%34.07
%44.18

CMYK color model

#639BC9 color CMYK value is (51,23,0,21).

  • cyan value is 50.75%
  • magenta value is 22.89%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(51,23,0,21)
C51M23Y0K21 
(51%,23%,0%,21%)
(0.51/0.23/0.00/0.21)	

CMYK percentages

%50.75
%22.89
%0
%21.18

Codes

Color #639BC9 in popluar color models

639BC9
RGB99155201
HSL207°48.57%58.82%
HSB/HSV207°50.75%78.82%
CMYK50.75%22.89%0.00%
21.18%

Color #639BC9 in popluar number systems.

HEX639BC9
Decimal99155201
Binary11000111001101111001001
Octal143233311

Shades and tints

Shades of #639BC9

#639BC9
(99,155,201)
#5A8DB7
(90,141,183)
#517FA5
(81,127,165)
#487193
(72,113,147)
#3F6381
(63,99,129)
#36556F
(54,85,111)
#2D475D
(45,71,93)
#24394B
(36,57,75)
#1B2B39
(27,43,57)
#121D27
(18,29,39)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #639BC9

#639BC9
(99,155,201)
#71A4CD
(113,164,205)
#7FADD1
(127,173,209)
#8DB6D5
(141,182,213)
#9BBFD9
(155,191,217)
#A9C8DD
(169,200,221)
#B7D1E1
(183,209,225)
#C5DAE5
(197,218,229)
#D3E3E9
(211,227,233)
#E1ECED
(225,236,237)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639BC9; }

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

This text font color is #639BC9.


Background Color

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

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

This div background color is #639BC9.


Border color

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

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

This div border color is #639BC9.


Opacity

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

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

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

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

This text has shadow with #639BC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639BC9 on black background.


Color preview on white background

This text has color #639BC9 on white background.



Black color preview on #639BC9 background

This text has black color on #639BC9 background.


White color preview on #639BC9 background

This text has white color on #639BC9 background.