COLOR #6466AB

HEX: #6466AB
RGB: (100,102,171)

Color info

#6466AB contains mainly blue color. Web safe color of #6466AB is #666699 (or #669).

RGB color model

#6466AB color RGB value is (100,102,171).

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

RGB channels and saturation

R 100 of 255 = 39%
G 102 of 255 = 40%
B 171 of 255 = 67%

100
102
171

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

Portions of RGB colors in percentages

R + G + B =
100 + 102 + 171 = 373 (100%)
R 100 of 373 ~ 26.81%
G 102 of 373 ~ 27.35%
B 171 of 373 ~ 45.84%

%26.81
%27.35
%45.84

CMYK color model

#6466AB color CMYK value is (42,40,0,33).

  • cyan value is 41.52%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(42,40,0,33)
C42M40Y0K33 
(42%,40%,0%,33%)
(0.42/0.40/0.00/0.33)	

CMYK percentages

%41.52
%40.35
%0
%32.94

Codes

Color #6466AB in popluar color models

6466AB
RGB100102171
HSL238°29.71%53.14%
HSB/HSV238°41.52%67.06%
CMYK41.52%40.35%0.00%
32.94%

Color #6466AB in popluar number systems.

HEX6466AB
Decimal100102171
Binary1100100110011010101011
Octal144146253

Shades and tints

Shades of #6466AB

#6466AB
(100,102,171)
#5B5D9C
(91,93,156)
#52548D
(82,84,141)
#494B7E
(73,75,126)
#40426F
(64,66,111)
#373960
(55,57,96)
#2E3051
(46,48,81)
#252742
(37,39,66)
#1C1E33
(28,30,51)
#131524
(19,21,36)
#0A0C15
(10,12,21)
#000000
(0,0,0)

Tints of #6466AB

#6466AB
(100,102,171)
#7273B2
(114,115,178)
#8080B9
(128,128,185)
#8E8DC0
(142,141,192)
#9C9AC7
(156,154,199)
#AAA7CE
(170,167,206)
#B8B4D5
(184,180,213)
#C6C1DC
(198,193,220)
#D4CEE3
(212,206,227)
#E2DBEA
(226,219,234)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6466AB; }

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

This text font color is #6466AB.


Background Color

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

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

This div background color is #6466AB.


Border color

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

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

This div border color is #6466AB.


Opacity

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

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

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

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

This text has shadow with #6466AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6466AB on black background.


Color preview on white background

This text has color #6466AB on white background.



Black color preview on #6466AB background

This text has black color on #6466AB background.


White color preview on #6466AB background

This text has white color on #6466AB background.