COLOR #626EAC

HEX: #626EAC
RGB: (98,110,172)

Color info

#626EAC contains mainly blue color. Web safe color of #626EAC is #666699 (or #669).

RGB color model

#626EAC color RGB value is (98,110,172).

  • red value is 98;
  • green value is 110;
  • blue value is 172.
RGB:
(98,110,172)
(38%,43%,67%)

RGB channels and saturation

R 98 of 255 = 38%
G 110 of 255 = 43%
B 172 of 255 = 67%

98
110
172

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

Portions of RGB colors in percentages

R + G + B =
98 + 110 + 172 = 380 (100%)
R 98 of 380 ~ 25.79%
G 110 of 380 ~ 28.95%
B 172 of 380 ~ 45.26%

%25.79
%28.95
%45.26

CMYK color model

#626EAC color CMYK value is (43,36,0,33).

  • cyan value is 43.02%
  • magenta value is 36.05%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(43,36,0,33)
C43M36Y0K33 
(43%,36%,0%,33%)
(0.43/0.36/0.00/0.33)	

CMYK percentages

%43.02
%36.05
%0
%32.55

Codes

Color #626EAC in popluar color models

626EAC
RGB98110172
HSL230°30.83%52.94%
HSB/HSV230°43.02%67.45%
CMYK43.02%36.05%0.00%
32.55%

Color #626EAC in popluar number systems.

HEX626EAC
Decimal98110172
Binary1100010110111010101100
Octal142156254

Shades and tints

Shades of #626EAC

#626EAC
(98,110,172)
#5A649D
(90,100,157)
#525A8E
(82,90,142)
#4A507F
(74,80,127)
#424670
(66,70,112)
#3A3C61
(58,60,97)
#323252
(50,50,82)
#2A2843
(42,40,67)
#221E34
(34,30,52)
#1A1425
(26,20,37)
#120A16
(18,10,22)
#000000
(0,0,0)

Tints of #626EAC

#626EAC
(98,110,172)
#707BB3
(112,123,179)
#7E88BA
(126,136,186)
#8C95C1
(140,149,193)
#9AA2C8
(154,162,200)
#A8AFCF
(168,175,207)
#B6BCD6
(182,188,214)
#C4C9DD
(196,201,221)
#D2D6E4
(210,214,228)
#E0E3EB
(224,227,235)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #626EAC color. Also use rgb(98,110,172) instead hex code.

Text Font Color

.myTextColor { color: #626EAC; }

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

This text font color is #626EAC.


Background Color

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

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

This div background color is #626EAC.


Border color

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

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

This div border color is #626EAC.


Opacity

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

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

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

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

This text has shadow with #626EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #626EAC on black background.


Color preview on white background

This text has color #626EAC on white background.



Black color preview on #626EAC background

This text has black color on #626EAC background.


White color preview on #626EAC background

This text has white color on #626EAC background.