COLOR #628893

HEX: #628893
RGB: (98,136,147)

Color info

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

RGB color model

#628893 color RGB value is (98,136,147).

  • red value is 98;
  • green value is 136;
  • blue value is 147.
RGB:
(98,136,147)
(38%,53%,58%)

RGB channels and saturation

R 98 of 255 = 38%
G 136 of 255 = 53%
B 147 of 255 = 58%

98
136
147

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

Portions of RGB colors in percentages

R + G + B =
98 + 136 + 147 = 381 (100%)
R 98 of 381 ~ 25.72%
G 136 of 381 ~ 35.7%
B 147 of 381 ~ 38.58%

%25.72
%35.7
%38.58

CMYK color model

#628893 color CMYK value is (33,7,0,42).

  • cyan value is 33.33%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(33,7,0,42)
C33M7Y0K42 
(33%,7%,0%,42%)
(0.33/0.07/0.00/0.42)	

CMYK percentages

%33.33
%7.48
%0
%42.35

Codes

Color #628893 in popluar color models

628893
RGB98136147
HSL193°20.00%48.04%
HSB/HSV193°33.33%57.65%
CMYK33.33%7.48%0.00%
42.35%

Color #628893 in popluar number systems.

HEX628893
Decimal98136147
Binary11000101000100010010011
Octal142210223

Shades and tints

Shades of #628893

#628893
(98,136,147)
#5A7C86
(90,124,134)
#527079
(82,112,121)
#4A646C
(74,100,108)
#42585F
(66,88,95)
#3A4C52
(58,76,82)
#324045
(50,64,69)
#2A3438
(42,52,56)
#22282B
(34,40,43)
#1A1C1E
(26,28,30)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #628893

#628893
(98,136,147)
#70929C
(112,146,156)
#7E9CA5
(126,156,165)
#8CA6AE
(140,166,174)
#9AB0B7
(154,176,183)
#A8BAC0
(168,186,192)
#B6C4C9
(182,196,201)
#C4CED2
(196,206,210)
#D2D8DB
(210,216,219)
#E0E2E4
(224,226,228)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628893 color. Also use rgb(98,136,147) instead hex code.

Text Font Color

.myTextColor { color: #628893; }

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

This text font color is #628893.


Background Color

.myBgColor { background-color: #628893; }

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

This div background color is #628893.


Border color

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

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

This div border color is #628893.


Opacity

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

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

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

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

This text has shadow with #628893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #628893 on black background.


Color preview on white background

This text has color #628893 on white background.



Black color preview on #628893 background

This text has black color on #628893 background.


White color preview on #628893 background

This text has white color on #628893 background.