COLOR #647CA9

HEX: #647CA9
RGB: (100,124,169)

Color info

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

RGB color model

#647CA9 color RGB value is (100,124,169).

  • red value is 100;
  • green value is 124;
  • blue value is 169.
RGB:
(100,124,169)
(39%,49%,66%)

RGB channels and saturation

R 100 of 255 = 39%
G 124 of 255 = 49%
B 169 of 255 = 66%

100
124
169

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

Portions of RGB colors in percentages

R + G + B =
100 + 124 + 169 = 393 (100%)
R 100 of 393 ~ 25.45%
G 124 of 393 ~ 31.55%
B 169 of 393 ~ 43%

%25.45
%31.55
%43

CMYK color model

#647CA9 color CMYK value is (41,27,0,34).

  • cyan value is 40.83%
  • magenta value is 26.63%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(41,27,0,34)
C41M27Y0K34 
(41%,27%,0%,34%)
(0.41/0.27/0.00/0.34)	

CMYK percentages

%40.83
%26.63
%0
%33.73

Codes

Color #647CA9 in popluar color models

647CA9
RGB100124169
HSL219°28.63%52.75%
HSB/HSV219°40.83%66.27%
CMYK40.83%26.63%0.00%
33.73%

Color #647CA9 in popluar number systems.

HEX647CA9
Decimal100124169
Binary1100100111110010101001
Octal144174251

Shades and tints

Shades of #647CA9

#647CA9
(100,124,169)
#5B719A
(91,113,154)
#52668B
(82,102,139)
#495B7C
(73,91,124)
#40506D
(64,80,109)
#37455E
(55,69,94)
#2E3A4F
(46,58,79)
#252F40
(37,47,64)
#1C2431
(28,36,49)
#131922
(19,25,34)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #647CA9

#647CA9
(100,124,169)
#7287B0
(114,135,176)
#8092B7
(128,146,183)
#8E9DBE
(142,157,190)
#9CA8C5
(156,168,197)
#AAB3CC
(170,179,204)
#B8BED3
(184,190,211)
#C6C9DA
(198,201,218)
#D4D4E1
(212,212,225)
#E2DFE8
(226,223,232)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647CA9 color. Also use rgb(100,124,169) instead hex code.

Text Font Color

.myTextColor { color: #647CA9; }

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

This text font color is #647CA9.


Background Color

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

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

This div background color is #647CA9.


Border color

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

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

This div border color is #647CA9.


Opacity

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

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

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

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

This text has shadow with #647CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647CA9 on black background.


Color preview on white background

This text has color #647CA9 on white background.



Black color preview on #647CA9 background

This text has black color on #647CA9 background.


White color preview on #647CA9 background

This text has white color on #647CA9 background.