COLOR #647DA5

HEX: #647DA5
RGB: (100,125,165)

Color info

#647DA5 contains mainly green and blue colors. Web safe color of #647DA5 is #666699 (or #669).

RGB color model

#647DA5 color RGB value is (100,125,165).

  • red value is 100;
  • green value is 125;
  • blue value is 165.
RGB:
(100,125,165)
(39%,49%,65%)

RGB channels and saturation

R 100 of 255 = 39%
G 125 of 255 = 49%
B 165 of 255 = 65%

100
125
165

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

Portions of RGB colors in percentages

R + G + B =
100 + 125 + 165 = 390 (100%)
R 100 of 390 ~ 25.64%
G 125 of 390 ~ 32.05%
B 165 of 390 ~ 42.31%

%25.64
%32.05
%42.31

CMYK color model

#647DA5 color CMYK value is (39,24,0,35).

  • cyan value is 39.39%
  • magenta value is 24.24%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(39,24,0,35)
C39M24Y0K35 
(39%,24%,0%,35%)
(0.39/0.24/0.00/0.35)	

CMYK percentages

%39.39
%24.24
%0
%35.29

Codes

Color #647DA5 in popluar color models

647DA5
RGB100125165
HSL217°26.53%51.96%
HSB/HSV217°39.39%64.71%
CMYK39.39%24.24%0.00%
35.29%

Color #647DA5 in popluar number systems.

HEX647DA5
Decimal100125165
Binary1100100111110110100101
Octal144175245

Shades and tints

Shades of #647DA5

#647DA5
(100,125,165)
#5B7296
(91,114,150)
#526787
(82,103,135)
#495C78
(73,92,120)
#405169
(64,81,105)
#37465A
(55,70,90)
#2E3B4B
(46,59,75)
#25303C
(37,48,60)
#1C252D
(28,37,45)
#131A1E
(19,26,30)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #647DA5

#647DA5
(100,125,165)
#7288AD
(114,136,173)
#8093B5
(128,147,181)
#8E9EBD
(142,158,189)
#9CA9C5
(156,169,197)
#AAB4CD
(170,180,205)
#B8BFD5
(184,191,213)
#C6CADD
(198,202,221)
#D4D5E5
(212,213,229)
#E2E0ED
(226,224,237)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647DA5 color. Also use rgb(100,125,165) instead hex code.

Text Font Color

.myTextColor { color: #647DA5; }

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

This text font color is #647DA5.


Background Color

.myBgColor { background-color: #647DA5; }

<div style="background-color:#647DA5">Inner text</div>

This div background color is #647DA5.


Border color

.myBorderColor { border: 1px solid #647DA5; }

<div style="border:3px solid #647DA5">Div</div>

This div border color is #647DA5.


Opacity

.myOpacity80 { color: #647DA5; opacity: 0.8; }

<p style="color:#647DA5;opacity:0.8;">80%</p>

Text with #647DA5 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 #647DA5;}

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

This text has shadow with #647DA5 color.

.textShadow {text-shadow: 3px 3px 1px #647DA5, 3px 3px 1px red;}

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

This text has shadow with #647DA5 primary color and red secondary color.


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

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

This text has shadow with #647DA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647DA5 on black background.


Color preview on white background

This text has color #647DA5 on white background.



Black color preview on #647DA5 background

This text has black color on #647DA5 background.


White color preview on #647DA5 background

This text has white color on #647DA5 background.