COLOR #6466E1

HEX: #6466E1
RGB: (100,102,225)

Color info

#6466E1 contains mainly blue color. Web safe color of #6466E1 is #6666CC (or #66C).

RGB color model

#6466E1 color RGB value is (100,102,225).

  • red value is 100;
  • green value is 102;
  • blue value is 225.
RGB:
(100,102,225)
(39%,40%,88%)

RGB channels and saturation

R 100 of 255 = 39%
G 102 of 255 = 40%
B 225 of 255 = 88%

100
102
225

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

Portions of RGB colors in percentages

R + G + B =
100 + 102 + 225 = 427 (100%)
R 100 of 427 ~ 23.42%
G 102 of 427 ~ 23.89%
B 225 of 427 ~ 52.69%

%23.42
%23.89
%52.69

CMYK color model

#6466E1 color CMYK value is (56,55,0,12).

  • cyan value is 55.56%
  • magenta value is 54.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(56,55,0,12)
C56M55Y0K12 
(56%,55%,0%,12%)
(0.56/0.55/0.00/0.12)	

CMYK percentages

%55.56
%54.67
%0
%11.76

Codes

Color #6466E1 in popluar color models

6466E1
RGB100102225
HSL239°67.57%63.73%
HSB/HSV239°55.56%88.24%
CMYK55.56%54.67%0.00%
11.76%

Color #6466E1 in popluar number systems.

HEX6466E1
Decimal100102225
Binary1100100110011011100001
Octal144146341

Shades and tints

Shades of #6466E1

#6466E1
(100,102,225)
#5B5DCD
(91,93,205)
#5254B9
(82,84,185)
#494BA5
(73,75,165)
#404291
(64,66,145)
#37397D
(55,57,125)
#2E3069
(46,48,105)
#252755
(37,39,85)
#1C1E41
(28,30,65)
#13152D
(19,21,45)
#0A0C19
(10,12,25)
#000000
(0,0,0)

Tints of #6466E1

#6466E1
(100,102,225)
#7273E3
(114,115,227)
#8080E5
(128,128,229)
#8E8DE7
(142,141,231)
#9C9AE9
(156,154,233)
#AAA7EB
(170,167,235)
#B8B4ED
(184,180,237)
#C6C1EF
(198,193,239)
#D4CEF1
(212,206,241)
#E2DBF3
(226,219,243)
#F0E8F5
(240,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6466E1 color. Also use rgb(100,102,225) instead hex code.

Text Font Color

.myTextColor { color: #6466E1; }

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

This text font color is #6466E1.


Background Color

.myBgColor { background-color: #6466E1; }

<div style="background-color:#6466E1">Inner text</div>

This div background color is #6466E1.


Border color

.myBorderColor { border: 1px solid #6466E1; }

<div style="border:3px solid #6466E1">Div</div>

This div border color is #6466E1.


Opacity

.myOpacity80 { color: #6466E1; opacity: 0.8; }

<p style="color:#6466E1;opacity:0.8;">80%</p>

Text with #6466E1 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 #6466E1;}

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

This text has shadow with #6466E1 color.

.textShadow {text-shadow: 3px 3px 1px #6466E1, 3px 3px 1px red;}

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

This text has shadow with #6466E1 primary color and red secondary color.


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

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

This text has shadow with #6466E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6466E1 on black background.


Color preview on white background

This text has color #6466E1 on white background.



Black color preview on #6466E1 background

This text has black color on #6466E1 background.


White color preview on #6466E1 background

This text has white color on #6466E1 background.