COLOR #627AA0

HEX: #627AA0
RGB: (98,122,160)

Color info

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

RGB color model

#627AA0 color RGB value is (98,122,160).

  • red value is 98;
  • green value is 122;
  • blue value is 160.
RGB:
(98,122,160)
(38%,48%,63%)

RGB channels and saturation

R 98 of 255 = 38%
G 122 of 255 = 48%
B 160 of 255 = 63%

98
122
160

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

Portions of RGB colors in percentages

R + G + B =
98 + 122 + 160 = 380 (100%)
R 98 of 380 ~ 25.79%
G 122 of 380 ~ 32.11%
B 160 of 380 ~ 42.11%

%25.79
%32.11
%42.11

CMYK color model

#627AA0 color CMYK value is (39,24,0,37).

  • cyan value is 38.75%
  • magenta value is 23.75%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(39,24,0,37)
C39M24Y0K37 
(39%,24%,0%,37%)
(0.39/0.24/0.00/0.37)	

CMYK percentages

%38.75
%23.75
%0
%37.25

Codes

Color #627AA0 in popluar color models

627AA0
RGB98122160
HSL217°24.60%50.59%
HSB/HSV217°38.75%62.75%
CMYK38.75%23.75%0.00%
37.25%

Color #627AA0 in popluar number systems.

HEX627AA0
Decimal98122160
Binary1100010111101010100000
Octal142172240

Shades and tints

Shades of #627AA0

#627AA0
(98,122,160)
#5A6F92
(90,111,146)
#526484
(82,100,132)
#4A5976
(74,89,118)
#424E68
(66,78,104)
#3A435A
(58,67,90)
#32384C
(50,56,76)
#2A2D3E
(42,45,62)
#222230
(34,34,48)
#1A1722
(26,23,34)
#120C14
(18,12,20)
#000000
(0,0,0)

Tints of #627AA0

#627AA0
(98,122,160)
#7086A8
(112,134,168)
#7E92B0
(126,146,176)
#8C9EB8
(140,158,184)
#9AAAC0
(154,170,192)
#A8B6C8
(168,182,200)
#B6C2D0
(182,194,208)
#C4CED8
(196,206,216)
#D2DAE0
(210,218,224)
#E0E6E8
(224,230,232)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627AA0 color. Also use rgb(98,122,160) instead hex code.

Text Font Color

.myTextColor { color: #627AA0; }

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

This text font color is #627AA0.


Background Color

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

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

This div background color is #627AA0.


Border color

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

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

This div border color is #627AA0.


Opacity

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

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

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

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

This text has shadow with #627AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627AA0 on black background.


Color preview on white background

This text has color #627AA0 on white background.



Black color preview on #627AA0 background

This text has black color on #627AA0 background.


White color preview on #627AA0 background

This text has white color on #627AA0 background.