COLOR #638BB7

HEX: #638BB7
RGB: (99,139,183)

Color info

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

RGB color model

#638BB7 color RGB value is (99,139,183).

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

RGB channels and saturation

R 99 of 255 = 39%
G 139 of 255 = 55%
B 183 of 255 = 72%

99
139
183

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

Portions of RGB colors in percentages

R + G + B =
99 + 139 + 183 = 421 (100%)
R 99 of 421 ~ 23.52%
G 139 of 421 ~ 33.02%
B 183 of 421 ~ 43.47%

%23.52
%33.02
%43.47

CMYK color model

#638BB7 color CMYK value is (46,24,0,28).

  • cyan value is 45.90%
  • magenta value is 24.04%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(46,24,0,28)
C46M24Y0K28 
(46%,24%,0%,28%)
(0.46/0.24/0.00/0.28)	

CMYK percentages

%45.9
%24.04
%0
%28.24

Codes

Color #638BB7 in popluar color models

638BB7
RGB99139183
HSL211°36.84%55.29%
HSB/HSV211°45.90%71.76%
CMYK45.90%24.04%0.00%
28.24%

Color #638BB7 in popluar number systems.

HEX638BB7
Decimal99139183
Binary11000111000101110110111
Octal143213267

Shades and tints

Shades of #638BB7

#638BB7
(99,139,183)
#5A7FA7
(90,127,167)
#517397
(81,115,151)
#486787
(72,103,135)
#3F5B77
(63,91,119)
#364F67
(54,79,103)
#2D4357
(45,67,87)
#243747
(36,55,71)
#1B2B37
(27,43,55)
#121F27
(18,31,39)
#091317
(9,19,23)
#000000
(0,0,0)

Tints of #638BB7

#638BB7
(99,139,183)
#7195BD
(113,149,189)
#7F9FC3
(127,159,195)
#8DA9C9
(141,169,201)
#9BB3CF
(155,179,207)
#A9BDD5
(169,189,213)
#B7C7DB
(183,199,219)
#C5D1E1
(197,209,225)
#D3DBE7
(211,219,231)
#E1E5ED
(225,229,237)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #638BB7; }

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

This text font color is #638BB7.


Background Color

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

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

This div background color is #638BB7.


Border color

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

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

This div border color is #638BB7.


Opacity

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

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

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

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

This text has shadow with #638BB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #638BB7 on black background.


Color preview on white background

This text has color #638BB7 on white background.



Black color preview on #638BB7 background

This text has black color on #638BB7 background.


White color preview on #638BB7 background

This text has white color on #638BB7 background.