COLOR #639BBF

HEX: #639BBF
RGB: (99,155,191)

Color info

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

RGB color model

#639BBF color RGB value is (99,155,191).

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

RGB channels and saturation

R 99 of 255 = 39%
G 155 of 255 = 61%
B 191 of 255 = 75%

99
155
191

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

Portions of RGB colors in percentages

R + G + B =
99 + 155 + 191 = 445 (100%)
R 99 of 445 ~ 22.25%
G 155 of 445 ~ 34.83%
B 191 of 445 ~ 42.92%

%22.25
%34.83
%42.92

CMYK color model

#639BBF color CMYK value is (48,19,0,25).

  • cyan value is 48.17%
  • magenta value is 18.85%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(48,19,0,25)
C48M19Y0K25 
(48%,19%,0%,25%)
(0.48/0.19/0.00/0.25)	

CMYK percentages

%48.17
%18.85
%0
%25.1

Codes

Color #639BBF in popluar color models

639BBF
RGB99155191
HSL203°41.82%56.86%
HSB/HSV203°48.17%74.90%
CMYK48.17%18.85%0.00%
25.10%

Color #639BBF in popluar number systems.

HEX639BBF
Decimal99155191
Binary11000111001101110111111
Octal143233277

Shades and tints

Shades of #639BBF

#639BBF
(99,155,191)
#5A8DAE
(90,141,174)
#517F9D
(81,127,157)
#48718C
(72,113,140)
#3F637B
(63,99,123)
#36556A
(54,85,106)
#2D4759
(45,71,89)
#243948
(36,57,72)
#1B2B37
(27,43,55)
#121D26
(18,29,38)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #639BBF

#639BBF
(99,155,191)
#71A4C4
(113,164,196)
#7FADC9
(127,173,201)
#8DB6CE
(141,182,206)
#9BBFD3
(155,191,211)
#A9C8D8
(169,200,216)
#B7D1DD
(183,209,221)
#C5DAE2
(197,218,226)
#D3E3E7
(211,227,231)
#E1ECEC
(225,236,236)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #639BBF; }

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

This text font color is #639BBF.


Background Color

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

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

This div background color is #639BBF.


Border color

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

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

This div border color is #639BBF.


Opacity

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

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

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

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

This text has shadow with #639BBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #639BBF on black background.


Color preview on white background

This text has color #639BBF on white background.



Black color preview on #639BBF background

This text has black color on #639BBF background.


White color preview on #639BBF background

This text has white color on #639BBF background.