COLOR #649EBA

HEX: #649EBA RGB: (100,158,186)

Color info

#649EBA contains mainly green and blue colors. Web safe color of #649EBA is #6699CC (or #69C).

RGB color model

#649EBA color RGB value is (100,158,186).

RGB: (100,158,186) (39%, 62%, 73%)

RGB channels and saturation

R 100 of 255 = 39%
G 158 of 255 = 62%
B 186 of 255 = 73%

100
158
186

R + G + B ~ 58%. #649EBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 158 + 186 = 444 (100%)
R 100 of 444 ~ 22.52%
G 158 of 444 ~ 35.59%
B 186 of 444 ~ 41.89'%

%22.52
%35.59
%41.89

CMYK color model

#649EBA color CMYK value is (46,15,0,27).

  • cyan value is 46.24%
  • magenta value is 15.05%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (46,15,0,27) C46M15Y0K27 (46%,15%,0%,27%) (0.46/0.15/0.00/0.27) 

CMYK percentages

%46.24
%15.05
%0
%27.06

Codes

Color #649EBA in popluar color models

64 9E BA
RGB 100 158 186
HSL 200° 38.39% 56.08%
HSB/HSV 200° 46.24% 72.94%
CMYK 46.24% 15.05% 0.00%
27.06%

Color #649EBA in popluar number systems.

HEX 64 9E BA
Decimal 100 158 186
Binary 1100100 10011110 10111010
Octal 144 236 272

Shades and tints

Shades of #649EBA

#649EBA
(100,158,186)
#5B90AA
(91,144,170)
#52829A
(82,130,154)
#49748A
(73,116,138)
#40667A
(64,102,122)
#37586A
(55,88,106)
#2E4A5A
(46,74,90)
#253C4A
(37,60,74)
#1C2E3A
(28,46,58)
#13202A
(19,32,42)
#0A121A
(10,18,26)
#000000
(0,0,0)

Tints of #649EBA

#649EBA
(100,158,186)
#72A6C0
(114,166,192)
#80AEC6
(128,174,198)
#8EB6CC
(142,182,204)
#9CBED2
(156,190,210)
#AAC6D8
(170,198,216)
#B8CEDE
(184,206,222)
#C6D6E4
(198,214,228)
#D4DEEA
(212,222,234)
#E2E6F0
(226,230,240)
#F0EEF6
(240,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649EBA color. Also use rgb(100,158,186) instead hex code.

Text Font Color

.myTextColor { color: #649EBA; }

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

This text font color is #649EBA.

Background Color

.myBgColor { background-color: #649EBA; }

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

This div background color is #649EBA.

Border color

.myBorderColor { border: 1px solid #649EBA; }

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

This div border color is #649EBA.

Opacity

.myOpacity80 { color: #649EBA; opacity: 0.8; }

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

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

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

This text has shadow with #649EBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #649EBA.

Preview

Color preview on black background

This text has color #649EBA on black background.


Color preview on white background

This text has color #649EBA on white background.


Black color preview on #649EBA background

This text has black color on #649EBA background.


White color preview on #649EBA background

This text has white color on #649EBA background.


Related colors

Complementary color

Complementary color for #hex is #9B6145.


I love getcolorcode.com

Triadic colors

1 #BA649E and #9EBA64 with #649EBA are triadic colors.

2 #BA9E64 and #9E64BA with #649EBA are triadic colors.