COLOR #628AA1

HEX: #628AA1
RGB: (98,138,161)

Color info

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

RGB color model

#628AA1 color RGB value is (98,138,161).

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

RGB channels and saturation

R 98 of 255 = 38%
G 138 of 255 = 54%
B 161 of 255 = 63%

98
138
161

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

Portions of RGB colors in percentages

R + G + B =
98 + 138 + 161 = 397 (100%)
R 98 of 397 ~ 24.69%
G 138 of 397 ~ 34.76%
B 161 of 397 ~ 40.55%

%24.69
%34.76
%40.55

CMYK color model

#628AA1 color CMYK value is (39,14,0,37).

  • cyan value is 39.13%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(39,14,0,37)
C39M14Y0K37 
(39%,14%,0%,37%)
(0.39/0.14/0.00/0.37)	

CMYK percentages

%39.13
%14.29
%0
%36.86

Codes

Color #628AA1 in popluar color models

628AA1
RGB98138161
HSL202°25.10%50.78%
HSB/HSV202°39.13%63.14%
CMYK39.13%14.29%0.00%
36.86%

Color #628AA1 in popluar number systems.

HEX628AA1
Decimal98138161
Binary11000101000101010100001
Octal142212241

Shades and tints

Shades of #628AA1

#628AA1
(98,138,161)
#5A7E93
(90,126,147)
#527285
(82,114,133)
#4A6677
(74,102,119)
#425A69
(66,90,105)
#3A4E5B
(58,78,91)
#32424D
(50,66,77)
#2A363F
(42,54,63)
#222A31
(34,42,49)
#1A1E23
(26,30,35)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #628AA1

#628AA1
(98,138,161)
#7094A9
(112,148,169)
#7E9EB1
(126,158,177)
#8CA8B9
(140,168,185)
#9AB2C1
(154,178,193)
#A8BCC9
(168,188,201)
#B6C6D1
(182,198,209)
#C4D0D9
(196,208,217)
#D2DAE1
(210,218,225)
#E0E4E9
(224,228,233)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628AA1; }

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

This text font color is #628AA1.


Background Color

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

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

This div background color is #628AA1.


Border color

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

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

This div border color is #628AA1.


Opacity

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

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

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

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

This text has shadow with #628AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628AA1 on black background.


Color preview on white background

This text has color #628AA1 on white background.



Black color preview on #628AA1 background

This text has black color on #628AA1 background.


White color preview on #628AA1 background

This text has white color on #628AA1 background.