COLOR #6664A9

HEX: #6664A9 RGB: (102,100,169)

Color info

#6664A9 contains mainly blue color. Web safe color of #6664A9 is #666699 (or #669).

RGB color model

#6664A9 color RGB value is (102,100,169).

RGB: (102,100,169) (40%, 39%, 66%)

RGB channels and saturation

R 102 of 255 = 40%
G 100 of 255 = 39%
B 169 of 255 = 66%

102
100
169

R + G + B ~ 48%. #6664A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 100 + 169 = 371 (100%)
R 102 of 371 ~ 27.49%
G 100 of 371 ~ 26.95%
B 169 of 371 ~ 45.55'%

%27.49
%26.95
%45.55

CMYK color model

#6664A9 color CMYK value is (40,41,0,34).

  • cyan value is 39.64%
  • magenta value is 40.83%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (40,41,0,34)
C40M41Y0K34 (40%, 41%, 0%, 34%)
(0.40 / 0.41 / 0.00 / 0.34)

CMYK percentages

%39.64
%40.83
%0
%33.73

Codes

Color #6664A9 in popluar color models

66 64 A9
RGB 102 100 169
HSL 242° 28.63% 52.75%
HSB/HSV 242° 40.83% 66.27%
CMYK 39.64% 40.83% 0.00%
33.73%

Color #6664A9 in popluar number systems.

HEX 66 64 A9
Decimal 102 100 169
Binary 1100110 1100100 10101001
Octal 146 144 251

Shades and tints

Shades of #6664A9

#6664A9
(102,100,169)
#5D5B9A
(93,91,154)
#54528B
(84,82,139)
#4B497C
(75,73,124)
#42406D
(66,64,109)
#39375E
(57,55,94)
#302E4F
(48,46,79)
#272540
(39,37,64)
#1E1C31
(30,28,49)
#151322
(21,19,34)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #6664A9

#6664A9
(102,100,169)
#7372B0
(115,114,176)
#8080B7
(128,128,183)
#8D8EBE
(141,142,190)
#9A9CC5
(154,156,197)
#A7AACC
(167,170,204)
#B4B8D3
(180,184,211)
#C1C6DA
(193,198,218)
#CED4E1
(206,212,225)
#DBE2E8
(219,226,232)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6664A9 color. Also use rgb(102,100,169) instead hex code.

Text Font Color

.myTextColor { color: #6664A9; }

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

This text font color is #6664A9.

Background Color

.myBgColor { background-color: #6664A9; }

<div style="background-color:#6664A9">Inner text</div>

This div background color is #6664A9.

Border color

.myBorderColor { border: 1px solid #6664A9; }

<div style="border:3px solid #6664A9">Div</div>

This div border color is #6664A9.

Opacity

.myOpacity80 { color: #6664A9; opacity: 0.8; }

<p style="color:#6664A9;opacity:0.8;">80%</p>

Text with #6664A9 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 #6664A9;}

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

This text has shadow with #6664A9 color.


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

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

This text has shadow with #6664A9 primary color and red secondary color.


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

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

This text has shadow with #6664A9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6664A9.

Preview

Color preview on black background

This text has color #6664A9 on black background.


Color preview on white background

This text has color #6664A9 on white background.


Black color preview on #6664A9 background

This text has black color on #6664A9 background.


White color preview on #6664A9 background

This text has white color on #6664A9 background.


Related colors

Complementary color

Complementary color for #hex is #999B56.


I love getcolorcode.com

Triadic colors

1 #A96664 and #64A966 with #6664A9 are triadic colors.

2 #A96466 and #6466A9 with #6664A9 are triadic colors.