COLOR #627E99

HEX: #627E99 RGB: (98,126,153)

Color info

#627E99 contains red, green and blue colors in about the same proportion. Web safe color of #627E99 is #666699 (or #669).

RGB color model

#627E99 color RGB value is (98,126,153).

RGB: (98,126,153) (38%, 49%, 60%)

RGB channels and saturation

R 98 of 255 = 38%
G 126 of 255 = 49%
B 153 of 255 = 60%

98
126
153

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

Portions of RGB colors in percentages

R + G + B = 98 + 126 + 153 = 377 (100%)
R 98 of 377 ~ 25.99%
G 126 of 377 ~ 33.42%
B 153 of 377 ~ 40.58'%

%25.99
%33.42
%40.58

CMYK color model

#627E99 color CMYK value is (36,18,0,40).

  • cyan value is 35.95%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (36,18,0,40)
C36M18Y0K40 (36%, 18%, 0%, 40%)
(0.36 / 0.18 / 0.00 / 0.40)

CMYK percentages

%35.95
%17.65
%0
%40

Codes

Color #627E99 in popluar color models

62 7E 99
RGB 98 126 153
HSL 209° 21.91% 49.22%
HSB/HSV 209° 35.95% 60.00%
CMYK 35.95% 17.65% 0.00%
40.00%

Color #627E99 in popluar number systems.

HEX 62 7E 99
Decimal 98 126 153
Binary 1100010 1111110 10011001
Octal 142 176 231

Shades and tints

Shades of #627E99

#627E99
(98,126,153)
#5A738C
(90,115,140)
#52687F
(82,104,127)
#4A5D72
(74,93,114)
#425265
(66,82,101)
#3A4758
(58,71,88)
#323C4B
(50,60,75)
#2A313E
(42,49,62)
#222631
(34,38,49)
#1A1B24
(26,27,36)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #627E99

#627E99
(98,126,153)
#7089A2
(112,137,162)
#7E94AB
(126,148,171)
#8C9FB4
(140,159,180)
#9AAABD
(154,170,189)
#A8B5C6
(168,181,198)
#B6C0CF
(182,192,207)
#C4CBD8
(196,203,216)
#D2D6E1
(210,214,225)
#E0E1EA
(224,225,234)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627E99; }

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

This text font color is #627E99.

Background Color

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

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

This div background color is #627E99.

Border color

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

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

This div border color is #627E99.

Opacity

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

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

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

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

This text has shadow with #627E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #627E99.

Preview

Color preview on black background

This text has color #627E99 on black background.


Color preview on white background

This text has color #627E99 on white background.


Black color preview on #627E99 background

This text has black color on #627E99 background.


White color preview on #627E99 background

This text has white color on #627E99 background.


Related colors

Complementary color

Complementary color for #hex is #9D8166.


I love getcolorcode.com

Triadic colors

1 #99627E and #7E9962 with #627E99 are triadic colors.

2 #997E62 and #7E6299 with #627E99 are triadic colors.