COLOR #628FB3

HEX: #628FB3
RGB: (98,143,179)

Color info

#628FB3 contains mainly green and blue colors. Web safe color of #628FB3 is #669999 (or #699).

RGB color model

#628FB3 color RGB value is (98,143,179).

  • red value is 98;
  • green value is 143;
  • blue value is 179.
RGB:
(98,143,179)
(38%,56%,70%)

RGB channels and saturation

R 98 of 255 = 38%
G 143 of 255 = 56%
B 179 of 255 = 70%

98
143
179

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

Portions of RGB colors in percentages

R + G + B =
98 + 143 + 179 = 420 (100%)
R 98 of 420 ~ 23.33%
G 143 of 420 ~ 34.05%
B 179 of 420 ~ 42.62%

%23.33
%34.05
%42.62

CMYK color model

#628FB3 color CMYK value is (45,20,0,30).

  • cyan value is 45.25%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(45,20,0,30)
C45M20Y0K30 
(45%,20%,0%,30%)
(0.45/0.20/0.00/0.30)	

CMYK percentages

%45.25
%20.11
%0
%29.8

Codes

Color #628FB3 in popluar color models

628FB3
RGB98143179
HSL207°34.76%54.31%
HSB/HSV207°45.25%70.20%
CMYK45.25%20.11%0.00%
29.80%

Color #628FB3 in popluar number systems.

HEX628FB3
Decimal98143179
Binary11000101000111110110011
Octal142217263

Shades and tints

Shades of #628FB3

#628FB3
(98,143,179)
#5A82A3
(90,130,163)
#527593
(82,117,147)
#4A6883
(74,104,131)
#425B73
(66,91,115)
#3A4E63
(58,78,99)
#324153
(50,65,83)
#2A3443
(42,52,67)
#222733
(34,39,51)
#1A1A23
(26,26,35)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #628FB3

#628FB3
(98,143,179)
#7099B9
(112,153,185)
#7EA3BF
(126,163,191)
#8CADC5
(140,173,197)
#9AB7CB
(154,183,203)
#A8C1D1
(168,193,209)
#B6CBD7
(182,203,215)
#C4D5DD
(196,213,221)
#D2DFE3
(210,223,227)
#E0E9E9
(224,233,233)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628FB3 color. Also use rgb(98,143,179) instead hex code.

Text Font Color

.myTextColor { color: #628FB3; }

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

This text font color is #628FB3.


Background Color

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

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

This div background color is #628FB3.


Border color

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

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

This div border color is #628FB3.


Opacity

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

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

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

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

This text has shadow with #628FB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628FB3 on black background.


Color preview on white background

This text has color #628FB3 on white background.



Black color preview on #628FB3 background

This text has black color on #628FB3 background.


White color preview on #628FB3 background

This text has white color on #628FB3 background.