COLOR #649BC2

HEX: #649BC2
RGB: (100,155,194)

Color info

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

RGB color model

#649BC2 color RGB value is (100,155,194).

  • red value is 100;
  • green value is 155;
  • blue value is 194.
RGB:
(100,155,194)
(39%,61%,76%)

RGB channels and saturation

R 100 of 255 = 39%
G 155 of 255 = 61%
B 194 of 255 = 76%

100
155
194

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

Portions of RGB colors in percentages

R + G + B =
100 + 155 + 194 = 449 (100%)
R 100 of 449 ~ 22.27%
G 155 of 449 ~ 34.52%
B 194 of 449 ~ 43.21%

%22.27
%34.52
%43.21

CMYK color model

#649BC2 color CMYK value is (48,20,0,24).

  • cyan value is 48.45%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(48,20,0,24)
C48M20Y0K24 
(48%,20%,0%,24%)
(0.48/0.20/0.00/0.24)	

CMYK percentages

%48.45
%20.1
%0
%23.92

Codes

Color #649BC2 in popluar color models

649BC2
RGB100155194
HSL205°43.52%57.65%
HSB/HSV205°48.45%76.08%
CMYK48.45%20.10%0.00%
23.92%

Color #649BC2 in popluar number systems.

HEX649BC2
Decimal100155194
Binary11001001001101111000010
Octal144233302

Shades and tints

Shades of #649BC2

#649BC2
(100,155,194)
#5B8DB1
(91,141,177)
#527FA0
(82,127,160)
#49718F
(73,113,143)
#40637E
(64,99,126)
#37556D
(55,85,109)
#2E475C
(46,71,92)
#25394B
(37,57,75)
#1C2B3A
(28,43,58)
#131D29
(19,29,41)
#0A0F18
(10,15,24)
#000000
(0,0,0)

Tints of #649BC2

#649BC2
(100,155,194)
#72A4C7
(114,164,199)
#80ADCC
(128,173,204)
#8EB6D1
(142,182,209)
#9CBFD6
(156,191,214)
#AAC8DB
(170,200,219)
#B8D1E0
(184,209,224)
#C6DAE5
(198,218,229)
#D4E3EA
(212,227,234)
#E2ECEF
(226,236,239)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649BC2 color. Also use rgb(100,155,194) instead hex code.

Text Font Color

.myTextColor { color: #649BC2; }

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

This text font color is #649BC2.


Background Color

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

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

This div background color is #649BC2.


Border color

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

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

This div border color is #649BC2.


Opacity

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

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

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

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

This text has shadow with #649BC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649BC2 on black background.


Color preview on white background

This text has color #649BC2 on white background.



Black color preview on #649BC2 background

This text has black color on #649BC2 background.


White color preview on #649BC2 background

This text has white color on #649BC2 background.