COLOR #6460EB

HEX: #6460EB
RGB: (100,96,235)

Color info

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

RGB color model

#6460EB color RGB value is (100,96,235).

  • red value is 100;
  • green value is 96;
  • blue value is 235.
RGB:
(100,96,235)
(39%,38%,92%)

RGB channels and saturation

R 100 of 255 = 39%
G 96 of 255 = 38%
B 235 of 255 = 92%

100
96
235

R + G + B ~ 56%. #6460EB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 96 + 235 = 431 (100%)
R 100 of 431 ~ 23.2%
G 96 of 431 ~ 22.27%
B 235 of 431 ~ 54.52%

%23.2
%22.27
%54.52

CMYK color model

#6460EB color CMYK value is (57,59,0,8).

  • cyan value is 57.45%
  • magenta value is 59.15%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(57,59,0,8)
C57M59Y0K8 
(57%,59%,0%,8%)
(0.57/0.59/0.00/0.08)	

CMYK percentages

%57.45
%59.15
%0
%7.84

Codes

Color #6460EB in popluar color models

6460EB
RGB10096235
HSL242°77.65%64.90%
HSB/HSV242°59.15%92.16%
CMYK57.45%59.15%0.00%
7.84%

Color #6460EB in popluar number systems.

HEX6460EB
Decimal10096235
Binary1100100110000011101011
Octal144140353

Shades and tints

Shades of #6460EB

#6460EB
(100,96,235)
#5B58D6
(91,88,214)
#5250C1
(82,80,193)
#4948AC
(73,72,172)
#404097
(64,64,151)
#373882
(55,56,130)
#2E306D
(46,48,109)
#252858
(37,40,88)
#1C2043
(28,32,67)
#13182E
(19,24,46)
#0A1019
(10,16,25)
#000000
(0,0,0)

Tints of #6460EB

#6460EB
(100,96,235)
#726EEC
(114,110,236)
#807CED
(128,124,237)
#8E8AEE
(142,138,238)
#9C98EF
(156,152,239)
#AAA6F0
(170,166,240)
#B8B4F1
(184,180,241)
#C6C2F2
(198,194,242)
#D4D0F3
(212,208,243)
#E2DEF4
(226,222,244)
#F0ECF5
(240,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6460EB color. Also use rgb(100,96,235) instead hex code.

Text Font Color

.myTextColor { color: #6460EB; }

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

This text font color is #6460EB.


Background Color

.myBgColor { background-color: #6460EB; }

<div style="background-color:#6460EB">Inner text</div>

This div background color is #6460EB.


Border color

.myBorderColor { border: 1px solid #6460EB; }

<div style="border:3px solid #6460EB">Div</div>

This div border color is #6460EB.


Opacity

.myOpacity80 { color: #6460EB; opacity: 0.8; }

<p style="color:#6460EB;opacity:0.8;">80%</p>

Text with #6460EB 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 #6460EB;}

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

This text has shadow with #6460EB color.

.textShadow {text-shadow: 3px 3px 1px #6460EB, 3px 3px 1px red;}

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

This text has shadow with #6460EB primary color and red secondary color.


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

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

This text has shadow with #6460EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6460EB on black background.


Color preview on white background

This text has color #6460EB on white background.



Black color preview on #6460EB background

This text has black color on #6460EB background.


White color preview on #6460EB background

This text has white color on #6460EB background.