COLOR #647AF7

HEX: #647AF7
RGB: (100,122,247)

Color info

#647AF7 contains mainly blue color. Web safe color of #647AF7 is #6666FF (or #66F).

RGB color model

#647AF7 color RGB value is (100,122,247).

  • red value is 100;
  • green value is 122;
  • blue value is 247.
RGB:
(100,122,247)
(39%,48%,97%)

RGB channels and saturation

R 100 of 255 = 39%
G 122 of 255 = 48%
B 247 of 255 = 97%

100
122
247

R + G + B ~ 61%. #647AF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 122 + 247 = 469 (100%)
R 100 of 469 ~ 21.32%
G 122 of 469 ~ 26.01%
B 247 of 469 ~ 52.67%

%21.32
%26.01
%52.67

CMYK color model

#647AF7 color CMYK value is (60,51,0,3).

  • cyan value is 59.51%
  • magenta value is 50.61%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(60,51,0,3)
C60M51Y0K3 
(60%,51%,0%,3%)
(0.60/0.51/0.00/0.03)	

CMYK percentages

%59.51
%50.61
%0
%3.14

Codes

Color #647AF7 in popluar color models

647AF7
RGB100122247
HSL231°90.18%68.04%
HSB/HSV231°59.51%96.86%
CMYK59.51%50.61%0.00%
3.14%

Color #647AF7 in popluar number systems.

HEX647AF7
Decimal100122247
Binary1100100111101011110111
Octal144172367

Shades and tints

Shades of #647AF7

#647AF7
(100,122,247)
#5B6FE1
(91,111,225)
#5264CB
(82,100,203)
#4959B5
(73,89,181)
#404E9F
(64,78,159)
#374389
(55,67,137)
#2E3873
(46,56,115)
#252D5D
(37,45,93)
#1C2247
(28,34,71)
#131731
(19,23,49)
#0A0C1B
(10,12,27)
#000000
(0,0,0)

Tints of #647AF7

#647AF7
(100,122,247)
#7286F7
(114,134,247)
#8092F7
(128,146,247)
#8E9EF7
(142,158,247)
#9CAAF7
(156,170,247)
#AAB6F7
(170,182,247)
#B8C2F7
(184,194,247)
#C6CEF7
(198,206,247)
#D4DAF7
(212,218,247)
#E2E6F7
(226,230,247)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #647AF7 color. Also use rgb(100,122,247) instead hex code.

Text Font Color

.myTextColor { color: #647AF7; }

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

This text font color is #647AF7.


Background Color

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

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

This div background color is #647AF7.


Border color

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

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

This div border color is #647AF7.


Opacity

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

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

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

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

This text has shadow with #647AF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #647AF7 on black background.


Color preview on white background

This text has color #647AF7 on white background.



Black color preview on #647AF7 background

This text has black color on #647AF7 background.


White color preview on #647AF7 background

This text has white color on #647AF7 background.