COLOR #6490F1

HEX: #6490F1
RGB: (100,144,241)

Color info

#6490F1 contains mainly blue color. Web safe color of #6490F1 is #6699FF (or #69F).

RGB color model

#6490F1 color RGB value is (100,144,241).

  • red value is 100;
  • green value is 144;
  • blue value is 241.
RGB:
(100,144,241)
(39%,56%,95%)

RGB channels and saturation

R 100 of 255 = 39%
G 144 of 255 = 56%
B 241 of 255 = 95%

100
144
241

R + G + B ~ 63%. #6490F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 144 + 241 = 485 (100%)
R 100 of 485 ~ 20.62%
G 144 of 485 ~ 29.69%
B 241 of 485 ~ 49.69%

%20.62
%29.69
%49.69

CMYK color model

#6490F1 color CMYK value is (59,40,0,5).

  • cyan value is 58.51%
  • magenta value is 40.25%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(59,40,0,5)
C59M40Y0K5 
(59%,40%,0%,5%)
(0.59/0.40/0.00/0.05)	

CMYK percentages

%58.51
%40.25
%0
%5.49

Codes

Color #6490F1 in popluar color models

6490F1
RGB100144241
HSL221°83.43%66.86%
HSB/HSV221°58.51%94.51%
CMYK58.51%40.25%0.00%
5.49%

Color #6490F1 in popluar number systems.

HEX6490F1
Decimal100144241
Binary11001001001000011110001
Octal144220361

Shades and tints

Shades of #6490F1

#6490F1
(100,144,241)
#5B83DC
(91,131,220)
#5276C7
(82,118,199)
#4969B2
(73,105,178)
#405C9D
(64,92,157)
#374F88
(55,79,136)
#2E4273
(46,66,115)
#25355E
(37,53,94)
#1C2849
(28,40,73)
#131B34
(19,27,52)
#0A0E1F
(10,14,31)
#000000
(0,0,0)

Tints of #6490F1

#6490F1
(100,144,241)
#729AF2
(114,154,242)
#80A4F3
(128,164,243)
#8EAEF4
(142,174,244)
#9CB8F5
(156,184,245)
#AAC2F6
(170,194,246)
#B8CCF7
(184,204,247)
#C6D6F8
(198,214,248)
#D4E0F9
(212,224,249)
#E2EAFA
(226,234,250)
#F0F4FB
(240,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6490F1 color. Also use rgb(100,144,241) instead hex code.

Text Font Color

.myTextColor { color: #6490F1; }

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

This text font color is #6490F1.


Background Color

.myBgColor { background-color: #6490F1; }

<div style="background-color:#6490F1">Inner text</div>

This div background color is #6490F1.


Border color

.myBorderColor { border: 1px solid #6490F1; }

<div style="border:3px solid #6490F1">Div</div>

This div border color is #6490F1.


Opacity

.myOpacity80 { color: #6490F1; opacity: 0.8; }

<p style="color:#6490F1;opacity:0.8;">80%</p>

Text with #6490F1 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 #6490F1;}

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

This text has shadow with #6490F1 color.

.textShadow {text-shadow: 3px 3px 1px #6490F1, 3px 3px 1px red;}

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

This text has shadow with #6490F1 primary color and red secondary color.


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

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

This text has shadow with #6490F1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6490F1 on black background.


Color preview on white background

This text has color #6490F1 on white background.



Black color preview on #6490F1 background

This text has black color on #6490F1 background.


White color preview on #6490F1 background

This text has white color on #6490F1 background.