COLOR #6480FB

HEX: #6480FB
RGB: (100,128,251)

Color info

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

RGB color model

#6480FB color RGB value is (100,128,251).

  • red value is 100;
  • green value is 128;
  • blue value is 251.
RGB:
(100,128,251)
(39%,50%,98%)

RGB channels and saturation

R 100 of 255 = 39%
G 128 of 255 = 50%
B 251 of 255 = 98%

100
128
251

R + G + B ~ 62%. #6480FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 128 + 251 = 479 (100%)
R 100 of 479 ~ 20.88%
G 128 of 479 ~ 26.72%
B 251 of 479 ~ 52.4%

%20.88
%26.72
%52.4

CMYK color model

#6480FB color CMYK value is (60,49,0,2).

  • cyan value is 60.16%
  • magenta value is 49.00%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(60,49,0,2)
C60M49Y0K2 
(60%,49%,0%,2%)
(0.60/0.49/0.00/0.02)	

CMYK percentages

%60.16
%49
%0
%1.57

Codes

Color #6480FB in popluar color models

6480FB
RGB100128251
HSL229°94.97%68.82%
HSB/HSV229°60.16%98.43%
CMYK60.16%49.00%0.00%
1.57%

Color #6480FB in popluar number systems.

HEX6480FB
Decimal100128251
Binary11001001000000011111011
Octal144200373

Shades and tints

Shades of #6480FB

#6480FB
(100,128,251)
#5B75E5
(91,117,229)
#526ACF
(82,106,207)
#495FB9
(73,95,185)
#4054A3
(64,84,163)
#37498D
(55,73,141)
#2E3E77
(46,62,119)
#253361
(37,51,97)
#1C284B
(28,40,75)
#131D35
(19,29,53)
#0A121F
(10,18,31)
#000000
(0,0,0)

Tints of #6480FB

#6480FB
(100,128,251)
#728BFB
(114,139,251)
#8096FB
(128,150,251)
#8EA1FB
(142,161,251)
#9CACFB
(156,172,251)
#AAB7FB
(170,183,251)
#B8C2FB
(184,194,251)
#C6CDFB
(198,205,251)
#D4D8FB
(212,216,251)
#E2E3FB
(226,227,251)
#F0EEFB
(240,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6480FB color. Also use rgb(100,128,251) instead hex code.

Text Font Color

.myTextColor { color: #6480FB; }

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

This text font color is #6480FB.


Background Color

.myBgColor { background-color: #6480FB; }

<div style="background-color:#6480FB">Inner text</div>

This div background color is #6480FB.


Border color

.myBorderColor { border: 1px solid #6480FB; }

<div style="border:3px solid #6480FB">Div</div>

This div border color is #6480FB.


Opacity

.myOpacity80 { color: #6480FB; opacity: 0.8; }

<p style="color:#6480FB;opacity:0.8;">80%</p>

Text with #6480FB 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 #6480FB;}

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

This text has shadow with #6480FB color.

.textShadow {text-shadow: 3px 3px 1px #6480FB, 3px 3px 1px red;}

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

This text has shadow with #6480FB primary color and red secondary color.


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

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

This text has shadow with #6480FB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6480FB on black background.


Color preview on white background

This text has color #6480FB on white background.



Black color preview on #6480FB background

This text has black color on #6480FB background.


White color preview on #6480FB background

This text has white color on #6480FB background.