COLOR #628BBF

HEX: #628BBF
RGB: (98,139,191)

Color info

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

RGB color model

#628BBF color RGB value is (98,139,191).

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

RGB channels and saturation

R 98 of 255 = 38%
G 139 of 255 = 55%
B 191 of 255 = 75%

98
139
191

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

Portions of RGB colors in percentages

R + G + B =
98 + 139 + 191 = 428 (100%)
R 98 of 428 ~ 22.9%
G 139 of 428 ~ 32.48%
B 191 of 428 ~ 44.63%

%22.9
%32.48
%44.63

CMYK color model

#628BBF color CMYK value is (49,27,0,25).

  • cyan value is 48.69%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(49,27,0,25)
C49M27Y0K25 
(49%,27%,0%,25%)
(0.49/0.27/0.00/0.25)	

CMYK percentages

%48.69
%27.23
%0
%25.1

Codes

Color #628BBF in popluar color models

628BBF
RGB98139191
HSL214°42.08%56.67%
HSB/HSV214°48.69%74.90%
CMYK48.69%27.23%0.00%
25.10%

Color #628BBF in popluar number systems.

HEX628BBF
Decimal98139191
Binary11000101000101110111111
Octal142213277

Shades and tints

Shades of #628BBF

#628BBF
(98,139,191)
#5A7FAE
(90,127,174)
#52739D
(82,115,157)
#4A678C
(74,103,140)
#425B7B
(66,91,123)
#3A4F6A
(58,79,106)
#324359
(50,67,89)
#2A3748
(42,55,72)
#222B37
(34,43,55)
#1A1F26
(26,31,38)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #628BBF

#628BBF
(98,139,191)
#7095C4
(112,149,196)
#7E9FC9
(126,159,201)
#8CA9CE
(140,169,206)
#9AB3D3
(154,179,211)
#A8BDD8
(168,189,216)
#B6C7DD
(182,199,221)
#C4D1E2
(196,209,226)
#D2DBE7
(210,219,231)
#E0E5EC
(224,229,236)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628BBF; }

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

This text font color is #628BBF.


Background Color

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

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

This div background color is #628BBF.


Border color

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

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

This div border color is #628BBF.


Opacity

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

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

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

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

This text has shadow with #628BBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628BBF on black background.


Color preview on white background

This text has color #628BBF on white background.



Black color preview on #628BBF background

This text has black color on #628BBF background.


White color preview on #628BBF background

This text has white color on #628BBF background.