COLOR #649AB3

HEX: #649AB3 RGB: (100,154,179)

Color info

#649AB3 contains mainly green and blue colors. Web safe color of #649AB3 is #669999 (or #699).

RGB color model

#649AB3 color RGB value is (100,154,179).

RGB: (100,154,179) (39%, 60%, 70%)

RGB channels and saturation

R 100 of 255 = 39%
G 154 of 255 = 60%
B 179 of 255 = 70%

100
154
179

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

Portions of RGB colors in percentages

R + G + B = 100 + 154 + 179 = 433 (100%)
R 100 of 433 ~ 23.09%
G 154 of 433 ~ 35.57%
B 179 of 433 ~ 41.34'%

%23.09
%35.57
%41.34

CMYK color model

#649AB3 color CMYK value is (44,14,0,30).

  • cyan value is 44.13%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (44,14,0,30)
C44M14Y0K30 (44%, 14%, 0%, 30%)
(0.44 / 0.14 / 0.00 / 0.30)

CMYK percentages

%44.13
%13.97
%0
%29.8

Codes

Color #649AB3 in popluar color models

64 9A B3
RGB 100 154 179
HSL 199° 34.20% 54.71%
HSB/HSV 199° 44.13% 70.20%
CMYK 44.13% 13.97% 0.00%
29.80%

Color #649AB3 in popluar number systems.

HEX 64 9A B3
Decimal 100 154 179
Binary 1100100 10011010 10110011
Octal 144 232 263

Shades and tints

Shades of #649AB3

#649AB3
(100,154,179)
#5B8CA3
(91,140,163)
#527E93
(82,126,147)
#497083
(73,112,131)
#406273
(64,98,115)
#375463
(55,84,99)
#2E4653
(46,70,83)
#253843
(37,56,67)
#1C2A33
(28,42,51)
#131C23
(19,28,35)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #649AB3

#649AB3
(100,154,179)
#72A3B9
(114,163,185)
#80ACBF
(128,172,191)
#8EB5C5
(142,181,197)
#9CBECB
(156,190,203)
#AAC7D1
(170,199,209)
#B8D0D7
(184,208,215)
#C6D9DD
(198,217,221)
#D4E2E3
(212,226,227)
#E2EBE9
(226,235,233)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649AB3 color. Also use rgb(100,154,179) instead hex code.

Text Font Color

.myTextColor { color: #649AB3; }

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

This text font color is #649AB3.

Background Color

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

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

This div background color is #649AB3.

Border color

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

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

This div border color is #649AB3.

Opacity

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

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

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

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

This text has shadow with #649AB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #649AB3.

Preview

Color preview on black background

This text has color #649AB3 on black background.


Color preview on white background

This text has color #649AB3 on white background.


Black color preview on #649AB3 background

This text has black color on #649AB3 background.


White color preview on #649AB3 background

This text has white color on #649AB3 background.


Related colors

Complementary color

Complementary color for #hex is #9B654C.


I love getcolorcode.com

Gradients

Color #649AB3 is used in Moonstone Blue gradient.

Moonstone Blue


Triadic colors

1 #B3649A and #9AB364 with #649AB3 are triadic colors.

2 #B39A64 and #9A64B3 with #649AB3 are triadic colors.