COLOR #638BBA

HEX: #638BBA
RGB: (99,139,186)

Color info

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

RGB color model

#638BBA color RGB value is (99,139,186).

  • red value is 99;
  • green value is 139;
  • blue value is 186.
RGB:
(99,139,186)
(39%,55%,73%)

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 186 of 255 = 73%

99
139
186

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

Portions of RGB colors in percentages

R + G + B =
99 + 139 + 186 = 424 (100%)
R 99 of 424 ~ 23.35%
G 139 of 424 ~ 32.78%
B 186 of 424 ~ 43.87%

%23.35
%32.78
%43.87

CMYK color model

#638BBA color CMYK value is (47,25,0,27).

  • cyan value is 46.77%
  • magenta value is 25.27%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(47,25,0,27)
C47M25Y0K27 
(47%,25%,0%,27%)
(0.47/0.25/0.00/0.27)	

CMYK percentages

%46.77
%25.27
%0
%27.06

Codes

Color #638BBA in popluar color models

638BBA
RGB99139186
HSL212°38.67%55.88%
HSB/HSV212°46.77%72.94%
CMYK46.77%25.27%0.00%
27.06%

Color #638BBA in popluar number systems.

HEX638BBA
Decimal99139186
Binary11000111000101110111010
Octal143213272

Shades and tints

Shades of #638BBA

#638BBA
(99,139,186)
#5A7FAA
(90,127,170)
#51739A
(81,115,154)
#48678A
(72,103,138)
#3F5B7A
(63,91,122)
#364F6A
(54,79,106)
#2D435A
(45,67,90)
#24374A
(36,55,74)
#1B2B3A
(27,43,58)
#121F2A
(18,31,42)
#09131A
(9,19,26)
#000000
(0,0,0)

Tints of #638BBA

#638BBA
(99,139,186)
#7195C0
(113,149,192)
#7F9FC6
(127,159,198)
#8DA9CC
(141,169,204)
#9BB3D2
(155,179,210)
#A9BDD8
(169,189,216)
#B7C7DE
(183,199,222)
#C5D1E4
(197,209,228)
#D3DBEA
(211,219,234)
#E1E5F0
(225,229,240)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #638BBA color. Also use rgb(99,139,186) instead hex code.

Text Font Color

.myTextColor { color: #638BBA; }

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

This text font color is #638BBA.


Background Color

.myBgColor { background-color: #638BBA; }

<div style="background-color:#638BBA">Inner text</div>

This div background color is #638BBA.


Border color

.myBorderColor { border: 1px solid #638BBA; }

<div style="border:3px solid #638BBA">Div</div>

This div border color is #638BBA.


Opacity

.myOpacity80 { color: #638BBA; opacity: 0.8; }

<p style="color:#638BBA;opacity:0.8;">80%</p>

Text with #638BBA 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 #638BBA;}

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

This text has shadow with #638BBA color.

.textShadow {text-shadow: 3px 3px 1px #638BBA, 3px 3px 1px red;}

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

This text has shadow with #638BBA primary color and red secondary color.


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

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

This text has shadow with #638BBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638BBA on black background.


Color preview on white background

This text has color #638BBA on white background.



Black color preview on #638BBA background

This text has black color on #638BBA background.


White color preview on #638BBA background

This text has white color on #638BBA background.