COLOR #626F8A

HEX: #626F8A
RGB: (98,111,138)

Color info

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

RGB color model

#626F8A color RGB value is (98,111,138).

  • red value is 98;
  • green value is 111;
  • blue value is 138.
RGB:
(98,111,138)
(38%,44%,54%)

RGB channels and saturation

R 98 of 255 = 38%
G 111 of 255 = 44%
B 138 of 255 = 54%

98
111
138

R + G + B ~ 45%. #626F8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 111 + 138 = 347 (100%)
R 98 of 347 ~ 28.24%
G 111 of 347 ~ 31.99%
B 138 of 347 ~ 39.77%

%28.24
%31.99
%39.77

CMYK color model

#626F8A color CMYK value is (29,20,0,46).

  • cyan value is 28.99%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(29,20,0,46)
C29M20Y0K46 
(29%,20%,0%,46%)
(0.29/0.20/0.00/0.46)	

CMYK percentages

%28.99
%19.57
%0
%45.88

Codes

Color #626F8A in popluar color models

626F8A
RGB98111138
HSL221°16.95%46.27%
HSB/HSV221°28.99%54.12%
CMYK28.99%19.57%0.00%
45.88%

Color #626F8A in popluar number systems.

HEX626F8A
Decimal98111138
Binary1100010110111110001010
Octal142157212

Shades and tints

Shades of #626F8A

#626F8A
(98,111,138)
#5A657E
(90,101,126)
#525B72
(82,91,114)
#4A5166
(74,81,102)
#42475A
(66,71,90)
#3A3D4E
(58,61,78)
#323342
(50,51,66)
#2A2936
(42,41,54)
#221F2A
(34,31,42)
#1A151E
(26,21,30)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #626F8A

#626F8A
(98,111,138)
#707C94
(112,124,148)
#7E899E
(126,137,158)
#8C96A8
(140,150,168)
#9AA3B2
(154,163,178)
#A8B0BC
(168,176,188)
#B6BDC6
(182,189,198)
#C4CAD0
(196,202,208)
#D2D7DA
(210,215,218)
#E0E4E4
(224,228,228)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626F8A color. Also use rgb(98,111,138) instead hex code.

Text Font Color

.myTextColor { color: #626F8A; }

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

This text font color is #626F8A.


Background Color

.myBgColor { background-color: #626F8A; }

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

This div background color is #626F8A.


Border color

.myBorderColor { border: 1px solid #626F8A; }

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

This div border color is #626F8A.


Opacity

.myOpacity80 { color: #626F8A; opacity: 0.8; }

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

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

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

This text has shadow with #626F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626F8A on black background.


Color preview on white background

This text has color #626F8A on white background.



Black color preview on #626F8A background

This text has black color on #626F8A background.


White color preview on #626F8A background

This text has white color on #626F8A background.