COLOR #626EBB

HEX: #626EBB RGB: (98,110,187)

Color info

#626EBB contains mainly blue color. Web safe color of #626EBB is #6666CC (or #66C).

RGB color model

#626EBB color RGB value is (98,110,187).

RGB: (98,110,187) (38%, 43%, 73%)

RGB channels and saturation

R 98 of 255 = 38%
G 110 of 255 = 43%
B 187 of 255 = 73%

98
110
187

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

Portions of RGB colors in percentages

R + G + B = 98 + 110 + 187 = 395 (100%)
R 98 of 395 ~ 24.81%
G 110 of 395 ~ 27.85%
B 187 of 395 ~ 47.34'%

%24.81
%27.85
%47.34

CMYK color model

#626EBB color CMYK value is (48,41,0,27).

  • cyan value is 47.59%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (48,41,0,27)
C48M41Y0K27 (48%, 41%, 0%, 27%)
(0.48 / 0.41 / 0.00 / 0.27)

CMYK percentages

%47.59
%41.18
%0
%26.67

Codes

Color #626EBB in popluar color models

62 6E BB
RGB 98 110 187
HSL 232° 39.56% 55.88%
HSB/HSV 232° 47.59% 73.33%
CMYK 47.59% 41.18% 0.00%
26.67%

Color #626EBB in popluar number systems.

HEX 62 6E BB
Decimal 98 110 187
Binary 1100010 1101110 10111011
Octal 142 156 273

Shades and tints

Shades of #626EBB

#626EBB
(98,110,187)
#5A64AA
(90,100,170)
#525A99
(82,90,153)
#4A5088
(74,80,136)
#424677
(66,70,119)
#3A3C66
(58,60,102)
#323255
(50,50,85)
#2A2844
(42,40,68)
#221E33
(34,30,51)
#1A1422
(26,20,34)
#120A11
(18,10,17)
#000000
(0,0,0)

Tints of #626EBB

#626EBB
(98,110,187)
#707BC1
(112,123,193)
#7E88C7
(126,136,199)
#8C95CD
(140,149,205)
#9AA2D3
(154,162,211)
#A8AFD9
(168,175,217)
#B6BCDF
(182,188,223)
#C4C9E5
(196,201,229)
#D2D6EB
(210,214,235)
#E0E3F1
(224,227,241)
#EEF0F7
(238,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #626EBB; }

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

This text font color is #626EBB.

Background Color

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

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

This div background color is #626EBB.

Border color

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

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

This div border color is #626EBB.

Opacity

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

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

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

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

This text has shadow with #626EBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #626EBB.

Preview

Color preview on black background

This text has color #626EBB on black background.


Color preview on white background

This text has color #626EBB on white background.


Black color preview on #626EBB background

This text has black color on #626EBB background.


White color preview on #626EBB background

This text has white color on #626EBB background.


Related colors

Complementary color

Complementary color for #hex is #9D9144.


I love getcolorcode.com

Triadic colors

1 #BB626E and #6EBB62 with #626EBB are triadic colors.

2 #BB6E62 and #6E62BB with #626EBB are triadic colors.