COLOR #627EAA

HEX: #627EAA
RGB: (98,126,170)

Color info

#627EAA contains mainly green and blue colors. Web safe color of #627EAA is #666699 (or #669).

RGB color model

#627EAA color RGB value is (98,126,170).

  • red value is 98;
  • green value is 126;
  • blue value is 170.
RGB:
(98,126,170)
(38%,49%,67%)

RGB channels and saturation

R 98 of 255 = 38%
G 126 of 255 = 49%
B 170 of 255 = 67%

98
126
170

R + G + B ~ 51%. #627EAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 126 + 170 = 394 (100%)
R 98 of 394 ~ 24.87%
G 126 of 394 ~ 31.98%
B 170 of 394 ~ 43.15%

%24.87
%31.98
%43.15

CMYK color model

#627EAA color CMYK value is (42,26,0,33).

  • cyan value is 42.35%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(42,26,0,33)
C42M26Y0K33 
(42%,26%,0%,33%)
(0.42/0.26/0.00/0.33)	

CMYK percentages

%42.35
%25.88
%0
%33.33

Codes

Color #627EAA in popluar color models

627EAA
RGB98126170
HSL217°29.75%52.55%
HSB/HSV217°42.35%66.67%
CMYK42.35%25.88%0.00%
33.33%

Color #627EAA in popluar number systems.

HEX627EAA
Decimal98126170
Binary1100010111111010101010
Octal142176252

Shades and tints

Shades of #627EAA

#627EAA
(98,126,170)
#5A739B
(90,115,155)
#52688C
(82,104,140)
#4A5D7D
(74,93,125)
#42526E
(66,82,110)
#3A475F
(58,71,95)
#323C50
(50,60,80)
#2A3141
(42,49,65)
#222632
(34,38,50)
#1A1B23
(26,27,35)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #627EAA

#627EAA
(98,126,170)
#7089B1
(112,137,177)
#7E94B8
(126,148,184)
#8C9FBF
(140,159,191)
#9AAAC6
(154,170,198)
#A8B5CD
(168,181,205)
#B6C0D4
(182,192,212)
#C4CBDB
(196,203,219)
#D2D6E2
(210,214,226)
#E0E1E9
(224,225,233)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627EAA color. Also use rgb(98,126,170) instead hex code.

Text Font Color

.myTextColor { color: #627EAA; }

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

This text font color is #627EAA.


Background Color

.myBgColor { background-color: #627EAA; }

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

This div background color is #627EAA.


Border color

.myBorderColor { border: 1px solid #627EAA; }

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

This div border color is #627EAA.


Opacity

.myOpacity80 { color: #627EAA; opacity: 0.8; }

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

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

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

This text has shadow with #627EAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627EAA on black background.


Color preview on white background

This text has color #627EAA on white background.



Black color preview on #627EAA background

This text has black color on #627EAA background.


White color preview on #627EAA background

This text has white color on #627EAA background.