COLOR #628BA3

HEX: #628BA3 RGB: (98,139,163)

Color info

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

RGB color model

#628BA3 color RGB value is (98,139,163).

RGB: (98,139,163) (38%, 55%, 64%)

RGB channels and saturation

R 98 of 255 = 38%
G 139 of 255 = 55%
B 163 of 255 = 64%

98
139
163

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

Portions of RGB colors in percentages

R + G + B = 98 + 139 + 163 = 400 (100%)
R 98 of 400 ~ 24.5%
G 139 of 400 ~ 34.75%
B 163 of 400 ~ 40.75'%

%24.5
%34.75
%40.75

CMYK color model

#628BA3 color CMYK value is (40,15,0,36).

  • cyan value is 39.88%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK: (40,15,0,36) C40M15Y0K36 (40%,15%,0%,36%) (0.40/0.15/0.00/0.36) 

CMYK percentages

%39.88
%14.72
%0
%36.08

Codes

Color #628BA3 in popluar color models

62 8B A3
RGB 98 139 163
HSL 202° 26.10% 51.18%
HSB/HSV 202° 39.88% 63.92%
CMYK 39.88% 14.72% 0.00%
36.08%

Color #628BA3 in popluar number systems.

HEX 62 8B A3
Decimal 98 139 163
Binary 1100010 10001011 10100011
Octal 142 213 243

Shades and tints

Shades of #628BA3

#628BA3
(98,139,163)
#5A7F95
(90,127,149)
#527387
(82,115,135)
#4A6779
(74,103,121)
#425B6B
(66,91,107)
#3A4F5D
(58,79,93)
#32434F
(50,67,79)
#2A3741
(42,55,65)
#222B33
(34,43,51)
#1A1F25
(26,31,37)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #628BA3

#628BA3
(98,139,163)
#7095AB
(112,149,171)
#7E9FB3
(126,159,179)
#8CA9BB
(140,169,187)
#9AB3C3
(154,179,195)
#A8BDCB
(168,189,203)
#B6C7D3
(182,199,211)
#C4D1DB
(196,209,219)
#D2DBE3
(210,219,227)
#E0E5EB
(224,229,235)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628BA3; }

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

This text font color is #628BA3.

Background Color

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

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

This div background color is #628BA3.

Border color

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

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

This div border color is #628BA3.

Opacity

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

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

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

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

This text has shadow with #628BA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628BA3.

Preview

Color preview on black background

This text has color #628BA3 on black background.


Color preview on white background

This text has color #628BA3 on white background.


Black color preview on #628BA3 background

This text has black color on #628BA3 background.


White color preview on #628BA3 background

This text has white color on #628BA3 background.


Related colors

Complementary color

Complementary color for #hex is #9D745C.


I love getcolorcode.com

Triadic colors

1 #A3628B and #8BA362 with #628BA3 are triadic colors.

2 #A38B62 and #8B62A3 with #628BA3 are triadic colors.