COLOR #628BB9

HEX: #628BB9
RGB: (98,139,185)

Color info

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

RGB color model

#628BB9 color RGB value is (98,139,185).

  • red value is 98;
  • green value is 139;
  • blue value is 185.
RGB:
(98,139,185)
(38%,55%,73%)

RGB channels and saturation

R 98 of 255 = 38%
G 139 of 255 = 55%
B 185 of 255 = 73%

98
139
185

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

Portions of RGB colors in percentages

R + G + B =
98 + 139 + 185 = 422 (100%)
R 98 of 422 ~ 23.22%
G 139 of 422 ~ 32.94%
B 185 of 422 ~ 43.84%

%23.22
%32.94
%43.84

CMYK color model

#628BB9 color CMYK value is (47,25,0,27).

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

CMYK percentages

%47.03
%24.86
%0
%27.45

Codes

Color #628BB9 in popluar color models

628BB9
RGB98139185
HSL212°38.33%55.49%
HSB/HSV212°47.03%72.55%
CMYK47.03%24.86%0.00%
27.45%

Color #628BB9 in popluar number systems.

HEX628BB9
Decimal98139185
Binary11000101000101110111001
Octal142213271

Shades and tints

Shades of #628BB9

#628BB9
(98,139,185)
#5A7FA9
(90,127,169)
#527399
(82,115,153)
#4A6789
(74,103,137)
#425B79
(66,91,121)
#3A4F69
(58,79,105)
#324359
(50,67,89)
#2A3749
(42,55,73)
#222B39
(34,43,57)
#1A1F29
(26,31,41)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #628BB9

#628BB9
(98,139,185)
#7095BF
(112,149,191)
#7E9FC5
(126,159,197)
#8CA9CB
(140,169,203)
#9AB3D1
(154,179,209)
#A8BDD7
(168,189,215)
#B6C7DD
(182,199,221)
#C4D1E3
(196,209,227)
#D2DBE9
(210,219,233)
#E0E5EF
(224,229,239)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628BB9 color. Also use rgb(98,139,185) instead hex code.

Text Font Color

.myTextColor { color: #628BB9; }

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

This text font color is #628BB9.


Background Color

.myBgColor { background-color: #628BB9; }

<div style="background-color:#628BB9">Inner text</div>

This div background color is #628BB9.


Border color

.myBorderColor { border: 1px solid #628BB9; }

<div style="border:3px solid #628BB9">Div</div>

This div border color is #628BB9.


Opacity

.myOpacity80 { color: #628BB9; opacity: 0.8; }

<p style="color:#628BB9;opacity:0.8;">80%</p>

Text with #628BB9 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 #628BB9;}

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

This text has shadow with #628BB9 color.

.textShadow {text-shadow: 3px 3px 1px #628BB9, 3px 3px 1px red;}

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

This text has shadow with #628BB9 primary color and red secondary color.


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

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

This text has shadow with #628BB9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628BB9 on black background.


Color preview on white background

This text has color #628BB9 on white background.



Black color preview on #628BB9 background

This text has black color on #628BB9 background.


White color preview on #628BB9 background

This text has white color on #628BB9 background.