COLOR #628491

HEX: #628491
RGB: (98,132,145)

Color info

#628491 contains red, green and blue colors in about the same proportion. Web safe color of #628491 is #669999 (or #699).

RGB color model

#628491 color RGB value is (98,132,145).

  • red value is 98;
  • green value is 132;
  • blue value is 145.
RGB:
(98,132,145)
(38%,52%,57%)

RGB channels and saturation

R 98 of 255 = 38%
G 132 of 255 = 52%
B 145 of 255 = 57%

98
132
145

R + G + B ~ 49%. #628491 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 132 + 145 = 375 (100%)
R 98 of 375 ~ 26.13%
G 132 of 375 ~ 35.2%
B 145 of 375 ~ 38.67%

%26.13
%35.2
%38.67

CMYK color model

#628491 color CMYK value is (32,9,0,43).

  • cyan value is 32.41%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(32,9,0,43)
C32M9Y0K43 
(32%,9%,0%,43%)
(0.32/0.09/0.00/0.43)	

CMYK percentages

%32.41
%8.97
%0
%43.14

Codes

Color #628491 in popluar color models

628491
RGB98132145
HSL197°19.34%47.65%
HSB/HSV197°32.41%56.86%
CMYK32.41%8.97%0.00%
43.14%

Color #628491 in popluar number systems.

HEX628491
Decimal98132145
Binary11000101000010010010001
Octal142204221

Shades and tints

Shades of #628491

#628491
(98,132,145)
#5A7884
(90,120,132)
#526C77
(82,108,119)
#4A606A
(74,96,106)
#42545D
(66,84,93)
#3A4850
(58,72,80)
#323C43
(50,60,67)
#2A3036
(42,48,54)
#222429
(34,36,41)
#1A181C
(26,24,28)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #628491

#628491
(98,132,145)
#708F9B
(112,143,155)
#7E9AA5
(126,154,165)
#8CA5AF
(140,165,175)
#9AB0B9
(154,176,185)
#A8BBC3
(168,187,195)
#B6C6CD
(182,198,205)
#C4D1D7
(196,209,215)
#D2DCE1
(210,220,225)
#E0E7EB
(224,231,235)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628491 color. Also use rgb(98,132,145) instead hex code.

Text Font Color

.myTextColor { color: #628491; }

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

This text font color is #628491.


Background Color

.myBgColor { background-color: #628491; }

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

This div background color is #628491.


Border color

.myBorderColor { border: 1px solid #628491; }

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

This div border color is #628491.


Opacity

.myOpacity80 { color: #628491; opacity: 0.8; }

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

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

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

This text has shadow with #628491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628491 on black background.


Color preview on white background

This text has color #628491 on white background.



Black color preview on #628491 background

This text has black color on #628491 background.


White color preview on #628491 background

This text has white color on #628491 background.