COLOR #628FA8

HEX: #628FA8 RGB: (98,143,168)

Color info

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

RGB color model

#628FA8 color RGB value is (98,143,168).

RGB: (98,143,168) (38%, 56%, 66%)

RGB channels and saturation

R 98 of 255 = 38%
G 143 of 255 = 56%
B 168 of 255 = 66%

98
143
168

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

Portions of RGB colors in percentages

R + G + B = 98 + 143 + 168 = 409 (100%)
R 98 of 409 ~ 23.96%
G 143 of 409 ~ 34.96%
B 168 of 409 ~ 41.08'%

%23.96
%34.96
%41.08

CMYK color model

#628FA8 color CMYK value is (42,15,0,34).

  • cyan value is 41.67%
  • magenta value is 14.88%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (42,15,0,34)
C42M15Y0K34 (42%, 15%, 0%, 34%)
(0.42 / 0.15 / 0.00 / 0.34)

CMYK percentages

%41.67
%14.88
%0
%34.12

Codes

Color #628FA8 in popluar color models

62 8F A8
RGB 98 143 168
HSL 201° 28.69% 52.16%
HSB/HSV 201° 41.67% 65.88%
CMYK 41.67% 14.88% 0.00%
34.12%

Color #628FA8 in popluar number systems.

HEX 62 8F A8
Decimal 98 143 168
Binary 1100010 10001111 10101000
Octal 142 217 250

Shades and tints

Shades of #628FA8

#628FA8
(98,143,168)
#5A8299
(90,130,153)
#52758A
(82,117,138)
#4A687B
(74,104,123)
#425B6C
(66,91,108)
#3A4E5D
(58,78,93)
#32414E
(50,65,78)
#2A343F
(42,52,63)
#222730
(34,39,48)
#1A1A21
(26,26,33)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #628FA8

#628FA8
(98,143,168)
#7099AF
(112,153,175)
#7EA3B6
(126,163,182)
#8CADBD
(140,173,189)
#9AB7C4
(154,183,196)
#A8C1CB
(168,193,203)
#B6CBD2
(182,203,210)
#C4D5D9
(196,213,217)
#D2DFE0
(210,223,224)
#E0E9E7
(224,233,231)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #628FA8 color. Also use rgb(98,143,168) instead hex code.

Text Font Color

.myTextColor { color: #628FA8; }

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

This text font color is #628FA8.

Background Color

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

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

This div background color is #628FA8.

Border color

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

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

This div border color is #628FA8.

Opacity

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

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

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

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

This text has shadow with #628FA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628FA8.

Preview

Color preview on black background

This text has color #628FA8 on black background.


Color preview on white background

This text has color #628FA8 on white background.


Black color preview on #628FA8 background

This text has black color on #628FA8 background.


White color preview on #628FA8 background

This text has white color on #628FA8 background.


Related colors

Complementary color

Complementary color for #hex is #9D7057.


I love getcolorcode.com

Triadic colors

1 #A8628F and #8FA862 with #628FA8 are triadic colors.

2 #A88F62 and #8F62A8 with #628FA8 are triadic colors.