COLOR #638BBB

HEX: #638BBB
RGB: (99,139,187)

Color info

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

RGB color model

#638BBB color RGB value is (99,139,187).

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

RGB channels and saturation

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

99
139
187

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

Portions of RGB colors in percentages

R + G + B =
99 + 139 + 187 = 425 (100%)
R 99 of 425 ~ 23.29%
G 139 of 425 ~ 32.71%
B 187 of 425 ~ 44%

%23.29
%32.71
%44

CMYK color model

#638BBB color CMYK value is (47,26,0,27).

  • cyan value is 47.06%
  • magenta value is 25.67%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(47,26,0,27)
C47M26Y0K27 
(47%,26%,0%,27%)
(0.47/0.26/0.00/0.27)	

CMYK percentages

%47.06
%25.67
%0
%26.67

Codes

Color #638BBB in popluar color models

638BBB
RGB99139187
HSL213°39.29%56.08%
HSB/HSV213°47.06%73.33%
CMYK47.06%25.67%0.00%
26.67%

Color #638BBB in popluar number systems.

HEX638BBB
Decimal99139187
Binary11000111000101110111011
Octal143213273

Shades and tints

Shades of #638BBB

#638BBB
(99,139,187)
#5A7FAA
(90,127,170)
#517399
(81,115,153)
#486788
(72,103,136)
#3F5B77
(63,91,119)
#364F66
(54,79,102)
#2D4355
(45,67,85)
#243744
(36,55,68)
#1B2B33
(27,43,51)
#121F22
(18,31,34)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #638BBB

#638BBB
(99,139,187)
#7195C1
(113,149,193)
#7F9FC7
(127,159,199)
#8DA9CD
(141,169,205)
#9BB3D3
(155,179,211)
#A9BDD9
(169,189,217)
#B7C7DF
(183,199,223)
#C5D1E5
(197,209,229)
#D3DBEB
(211,219,235)
#E1E5F1
(225,229,241)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638BBB; }

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

This text font color is #638BBB.


Background Color

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

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

This div background color is #638BBB.


Border color

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

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

This div border color is #638BBB.


Opacity

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

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

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

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

This text has shadow with #638BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638BBB on black background.


Color preview on white background

This text has color #638BBB on white background.



Black color preview on #638BBB background

This text has black color on #638BBB background.


White color preview on #638BBB background

This text has white color on #638BBB background.