COLOR #628AB0

HEX: #628AB0
RGB: (98,138,176)

Color info

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

RGB color model

#628AB0 color RGB value is (98,138,176).

  • red value is 98;
  • green value is 138;
  • blue value is 176.
RGB:
(98,138,176)
(38%,54%,69%)

RGB channels and saturation

R 98 of 255 = 38%
G 138 of 255 = 54%
B 176 of 255 = 69%

98
138
176

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

Portions of RGB colors in percentages

R + G + B =
98 + 138 + 176 = 412 (100%)
R 98 of 412 ~ 23.79%
G 138 of 412 ~ 33.5%
B 176 of 412 ~ 42.72%

%23.79
%33.5
%42.72

CMYK color model

#628AB0 color CMYK value is (44,22,0,31).

  • cyan value is 44.32%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(44,22,0,31)
C44M22Y0K31 
(44%,22%,0%,31%)
(0.44/0.22/0.00/0.31)	

CMYK percentages

%44.32
%21.59
%0
%30.98

Codes

Color #628AB0 in popluar color models

628AB0
RGB98138176
HSL209°33.05%53.73%
HSB/HSV209°44.32%69.02%
CMYK44.32%21.59%0.00%
30.98%

Color #628AB0 in popluar number systems.

HEX628AB0
Decimal98138176
Binary11000101000101010110000
Octal142212260

Shades and tints

Shades of #628AB0

#628AB0
(98,138,176)
#5A7EA0
(90,126,160)
#527290
(82,114,144)
#4A6680
(74,102,128)
#425A70
(66,90,112)
#3A4E60
(58,78,96)
#324250
(50,66,80)
#2A3640
(42,54,64)
#222A30
(34,42,48)
#1A1E20
(26,30,32)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #628AB0

#628AB0
(98,138,176)
#7094B7
(112,148,183)
#7E9EBE
(126,158,190)
#8CA8C5
(140,168,197)
#9AB2CC
(154,178,204)
#A8BCD3
(168,188,211)
#B6C6DA
(182,198,218)
#C4D0E1
(196,208,225)
#D2DAE8
(210,218,232)
#E0E4EF
(224,228,239)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628AB0 color. Also use rgb(98,138,176) instead hex code.

Text Font Color

.myTextColor { color: #628AB0; }

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

This text font color is #628AB0.


Background Color

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

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

This div background color is #628AB0.


Border color

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

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

This div border color is #628AB0.


Opacity

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

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

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

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

This text has shadow with #628AB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628AB0 on black background.


Color preview on white background

This text has color #628AB0 on white background.



Black color preview on #628AB0 background

This text has black color on #628AB0 background.


White color preview on #628AB0 background

This text has white color on #628AB0 background.