COLOR #627DAA

HEX: #627DAA
RGB: (98,125,170)

Color info

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

RGB color model

#627DAA color RGB value is (98,125,170).

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

RGB channels and saturation

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

98
125
170

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

Portions of RGB colors in percentages

R + G + B =
98 + 125 + 170 = 393 (100%)
R 98 of 393 ~ 24.94%
G 125 of 393 ~ 31.81%
B 170 of 393 ~ 43.26%

%24.94
%31.81
%43.26

CMYK color model

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

  • cyan value is 42.35%
  • magenta value is 26.47%
  • 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
%26.47
%0
%33.33

Codes

Color #627DAA in popluar color models

627DAA
RGB98125170
HSL218°29.75%52.55%
HSB/HSV218°42.35%66.67%
CMYK42.35%26.47%0.00%
33.33%

Color #627DAA in popluar number systems.

HEX627DAA
Decimal98125170
Binary1100010111110110101010
Octal142175252

Shades and tints

Shades of #627DAA

#627DAA
(98,125,170)
#5A729B
(90,114,155)
#52678C
(82,103,140)
#4A5C7D
(74,92,125)
#42516E
(66,81,110)
#3A465F
(58,70,95)
#323B50
(50,59,80)
#2A3041
(42,48,65)
#222532
(34,37,50)
#1A1A23
(26,26,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #627DAA

#627DAA
(98,125,170)
#7088B1
(112,136,177)
#7E93B8
(126,147,184)
#8C9EBF
(140,158,191)
#9AA9C6
(154,169,198)
#A8B4CD
(168,180,205)
#B6BFD4
(182,191,212)
#C4CADB
(196,202,219)
#D2D5E2
(210,213,226)
#E0E0E9
(224,224,233)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627DAA; }

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

This text font color is #627DAA.


Background Color

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

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

This div background color is #627DAA.


Border color

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

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

This div border color is #627DAA.


Opacity

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

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

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

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

This text has shadow with #627DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627DAA on black background.


Color preview on white background

This text has color #627DAA on white background.



Black color preview on #627DAA background

This text has black color on #627DAA background.


White color preview on #627DAA background

This text has white color on #627DAA background.