COLOR #628CA3

HEX: #628CA3
RGB: (98,140,163)

Color info

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

RGB color model

#628CA3 color RGB value is (98,140,163).

  • red value is 98;
  • green value is 140;
  • blue value is 163.
RGB:
(98,140,163)
(38%,55%,64%)

RGB channels and saturation

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

98
140
163

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

Portions of RGB colors in percentages

R + G + B =
98 + 140 + 163 = 401 (100%)
R 98 of 401 ~ 24.44%
G 140 of 401 ~ 34.91%
B 163 of 401 ~ 40.65%

%24.44
%34.91
%40.65

CMYK color model

#628CA3 color CMYK value is (40,14,0,36).

  • cyan value is 39.88%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(40,14,0,36)
C40M14Y0K36 
(40%,14%,0%,36%)
(0.40/0.14/0.00/0.36)	

CMYK percentages

%39.88
%14.11
%0
%36.08

Codes

Color #628CA3 in popluar color models

628CA3
RGB98140163
HSL201°26.10%51.18%
HSB/HSV201°39.88%63.92%
CMYK39.88%14.11%0.00%
36.08%

Color #628CA3 in popluar number systems.

HEX628CA3
Decimal98140163
Binary11000101000110010100011
Octal142214243

Shades and tints

Shades of #628CA3

#628CA3
(98,140,163)
#5A8095
(90,128,149)
#527487
(82,116,135)
#4A6879
(74,104,121)
#425C6B
(66,92,107)
#3A505D
(58,80,93)
#32444F
(50,68,79)
#2A3841
(42,56,65)
#222C33
(34,44,51)
#1A2025
(26,32,37)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #628CA3

#628CA3
(98,140,163)
#7096AB
(112,150,171)
#7EA0B3
(126,160,179)
#8CAABB
(140,170,187)
#9AB4C3
(154,180,195)
#A8BECB
(168,190,203)
#B6C8D3
(182,200,211)
#C4D2DB
(196,210,219)
#D2DCE3
(210,220,227)
#E0E6EB
(224,230,235)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628CA3; }

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

This text font color is #628CA3.


Background Color

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

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

This div background color is #628CA3.


Border color

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

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

This div border color is #628CA3.


Opacity

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

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

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

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

This text has shadow with #628CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628CA3 on black background.


Color preview on white background

This text has color #628CA3 on white background.



Black color preview on #628CA3 background

This text has black color on #628CA3 background.


White color preview on #628CA3 background

This text has white color on #628CA3 background.