COLOR #626987

HEX: #626987
RGB: (98,105,135)

Color info

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

RGB color model

#626987 color RGB value is (98,105,135).

  • red value is 98;
  • green value is 105;
  • blue value is 135.
RGB:
(98,105,135)
(38%,41%,53%)

RGB channels and saturation

R 98 of 255 = 38%
G 105 of 255 = 41%
B 135 of 255 = 53%

98
105
135

R + G + B ~ 44%. #626987 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 105 + 135 = 338 (100%)
R 98 of 338 ~ 28.99%
G 105 of 338 ~ 31.07%
B 135 of 338 ~ 39.94%

%28.99
%31.07
%39.94

CMYK color model

#626987 color CMYK value is (27,22,0,47).

  • cyan value is 27.41%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(27,22,0,47)
C27M22Y0K47 
(27%,22%,0%,47%)
(0.27/0.22/0.00/0.47)	

CMYK percentages

%27.41
%22.22
%0
%47.06

Codes

Color #626987 in popluar color models

626987
RGB98105135
HSL229°15.88%45.69%
HSB/HSV229°27.41%52.94%
CMYK27.41%22.22%0.00%
47.06%

Color #626987 in popluar number systems.

HEX626987
Decimal98105135
Binary1100010110100110000111
Octal142151207

Shades and tints

Shades of #626987

#626987
(98,105,135)
#5A607B
(90,96,123)
#52576F
(82,87,111)
#4A4E63
(74,78,99)
#424557
(66,69,87)
#3A3C4B
(58,60,75)
#32333F
(50,51,63)
#2A2A33
(42,42,51)
#222127
(34,33,39)
#1A181B
(26,24,27)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #626987

#626987
(98,105,135)
#707691
(112,118,145)
#7E839B
(126,131,155)
#8C90A5
(140,144,165)
#9A9DAF
(154,157,175)
#A8AAB9
(168,170,185)
#B6B7C3
(182,183,195)
#C4C4CD
(196,196,205)
#D2D1D7
(210,209,215)
#E0DEE1
(224,222,225)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626987 color. Also use rgb(98,105,135) instead hex code.

Text Font Color

.myTextColor { color: #626987; }

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

This text font color is #626987.


Background Color

.myBgColor { background-color: #626987; }

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

This div background color is #626987.


Border color

.myBorderColor { border: 1px solid #626987; }

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

This div border color is #626987.


Opacity

.myOpacity80 { color: #626987; opacity: 0.8; }

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

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

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

This text has shadow with #626987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626987 on black background.


Color preview on white background

This text has color #626987 on white background.



Black color preview on #626987 background

This text has black color on #626987 background.


White color preview on #626987 background

This text has white color on #626987 background.