COLOR #6466A0

HEX: #6466A0 RGB: (100,102,160)

Color info

#6466A0 contains mainly green and blue colors. Web safe color of #6466A0 is #666699 (or #669).

RGB color model

#6466A0 color RGB value is (100,102,160).

RGB: (100,102,160) (39%, 40%, 63%)

RGB channels and saturation

R 100 of 255 = 39%
G 102 of 255 = 40%
B 160 of 255 = 63%

100
102
160

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

Portions of RGB colors in percentages

R + G + B = 100 + 102 + 160 = 362 (100%)
R 100 of 362 ~ 27.62%
G 102 of 362 ~ 28.18%
B 160 of 362 ~ 44.2'%

%27.62
%28.18
%44.2

CMYK color model

#6466A0 color CMYK value is (38,36,0,37).

  • cyan value is 37.50%
  • magenta value is 36.25%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (38,36,0,37)
C38M36Y0K37 (38%, 36%, 0%, 37%)
(0.38 / 0.36 / 0.00 / 0.37)

CMYK percentages

%37.5
%36.25
%0
%37.25

Codes

Color #6466A0 in popluar color models

64 66 A0
RGB 100 102 160
HSL 238° 24.00% 50.98%
HSB/HSV 238° 37.50% 62.75%
CMYK 37.50% 36.25% 0.00%
37.25%

Color #6466A0 in popluar number systems.

HEX 64 66 A0
Decimal 100 102 160
Binary 1100100 1100110 10100000
Octal 144 146 240

Shades and tints

Shades of #6466A0

#6466A0
(100,102,160)
#5B5D92
(91,93,146)
#525484
(82,84,132)
#494B76
(73,75,118)
#404268
(64,66,104)
#37395A
(55,57,90)
#2E304C
(46,48,76)
#25273E
(37,39,62)
#1C1E30
(28,30,48)
#131522
(19,21,34)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #6466A0

#6466A0
(100,102,160)
#7273A8
(114,115,168)
#8080B0
(128,128,176)
#8E8DB8
(142,141,184)
#9C9AC0
(156,154,192)
#AAA7C8
(170,167,200)
#B8B4D0
(184,180,208)
#C6C1D8
(198,193,216)
#D4CEE0
(212,206,224)
#E2DBE8
(226,219,232)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6466A0; }

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

This text font color is #6466A0.

Background Color

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

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

This div background color is #6466A0.

Border color

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

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

This div border color is #6466A0.

Opacity

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

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

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

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

This text has shadow with #6466A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6466A0.

Preview

Color preview on black background

This text has color #6466A0 on black background.


Color preview on white background

This text has color #6466A0 on white background.


Black color preview on #6466A0 background

This text has black color on #6466A0 background.


White color preview on #6466A0 background

This text has white color on #6466A0 background.


Related colors

Complementary color

Complementary color for #hex is #9B995F.


I love getcolorcode.com

Triadic colors

1 #A06466 and #66A064 with #6466A0 are triadic colors.

2 #A06664 and #6664A0 with #6466A0 are triadic colors.