COLOR #628FAE

HEX: #628FAE RGB: (98,143,174)

Color info

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

RGB color model

#628FAE color RGB value is (98,143,174).

RGB: (98,143,174) (38%, 56%, 68%)

RGB channels and saturation

R 98 of 255 = 38%
G 143 of 255 = 56%
B 174 of 255 = 68%

98
143
174

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

Portions of RGB colors in percentages

R + G + B = 98 + 143 + 174 = 415 (100%)
R 98 of 415 ~ 23.61%
G 143 of 415 ~ 34.46%
B 174 of 415 ~ 41.93'%

%23.61
%34.46
%41.93

CMYK color model

#628FAE color CMYK value is (44,18,0,32).

  • cyan value is 43.68%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (44,18,0,32) C44M18Y0K32 (44%,18%,0%,32%) (0.44/0.18/0.00/0.32) 

CMYK percentages

%43.68
%17.82
%0
%31.76

Codes

Color #628FAE in popluar color models

62 8F AE
RGB 98 143 174
HSL 204° 31.93% 53.33%
HSB/HSV 204° 43.68% 68.24%
CMYK 43.68% 17.82% 0.00%
31.76%

Color #628FAE in popluar number systems.

HEX 62 8F AE
Decimal 98 143 174
Binary 1100010 10001111 10101110
Octal 142 217 256

Shades and tints

Shades of #628FAE

#628FAE
(98,143,174)
#5A829F
(90,130,159)
#527590
(82,117,144)
#4A6881
(74,104,129)
#425B72
(66,91,114)
#3A4E63
(58,78,99)
#324154
(50,65,84)
#2A3445
(42,52,69)
#222736
(34,39,54)
#1A1A27
(26,26,39)
#120D18
(18,13,24)
#000000
(0,0,0)

Tints of #628FAE

#628FAE
(98,143,174)
#7099B5
(112,153,181)
#7EA3BC
(126,163,188)
#8CADC3
(140,173,195)
#9AB7CA
(154,183,202)
#A8C1D1
(168,193,209)
#B6CBD8
(182,203,216)
#C4D5DF
(196,213,223)
#D2DFE6
(210,223,230)
#E0E9ED
(224,233,237)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #628FAE; }

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

This text font color is #628FAE.

Background Color

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

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

This div background color is #628FAE.

Border color

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

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

This div border color is #628FAE.

Opacity

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

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

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

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

This text has shadow with #628FAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #628FAE.

Preview

Color preview on black background

This text has color #628FAE on black background.


Color preview on white background

This text has color #628FAE on white background.


Black color preview on #628FAE background

This text has black color on #628FAE background.


White color preview on #628FAE background

This text has white color on #628FAE background.


Related colors

Complementary color

Complementary color for #hex is #9D7051.


I love getcolorcode.com

Triadic colors

1 #AE628F and #8FAE62 with #628FAE are triadic colors.

2 #AE8F62 and #8F62AE with #628FAE are triadic colors.