COLOR #6664A2

HEX: #6664A2 RGB: (102,100,162)

Color info

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

RGB color model

#6664A2 color RGB value is (102,100,162).

RGB: (102,100,162) (40%, 39%, 64%)

RGB channels and saturation

R 102 of 255 = 40%
G 100 of 255 = 39%
B 162 of 255 = 64%

102
100
162

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

Portions of RGB colors in percentages

R + G + B = 102 + 100 + 162 = 364 (100%)
R 102 of 364 ~ 28.02%
G 100 of 364 ~ 27.47%
B 162 of 364 ~ 44.51'%

%28.02
%27.47
%44.51

CMYK color model

#6664A2 color CMYK value is (37,38,0,36).

  • cyan value is 37.04%
  • magenta value is 38.27%
  • yellow value is 0.00%
  • key color value is 36.47%

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

CMYK percentages

%37.04
%38.27
%0
%36.47

Codes

Color #6664A2 in popluar color models

66 64 A2
RGB 102 100 162
HSL 242° 25.00% 51.37%
HSB/HSV 242° 38.27% 63.53%
CMYK 37.04% 38.27% 0.00%
36.47%

Color #6664A2 in popluar number systems.

HEX 66 64 A2
Decimal 102 100 162
Binary 1100110 1100100 10100010
Octal 146 144 242

Shades and tints

Shades of #6664A2

#6664A2
(102,100,162)
#5D5B94
(93,91,148)
#545286
(84,82,134)
#4B4978
(75,73,120)
#42406A
(66,64,106)
#39375C
(57,55,92)
#302E4E
(48,46,78)
#272540
(39,37,64)
#1E1C32
(30,28,50)
#151324
(21,19,36)
#0C0A16
(12,10,22)
#000000
(0,0,0)

Tints of #6664A2

#6664A2
(102,100,162)
#7372AA
(115,114,170)
#8080B2
(128,128,178)
#8D8EBA
(141,142,186)
#9A9CC2
(154,156,194)
#A7AACA
(167,170,202)
#B4B8D2
(180,184,210)
#C1C6DA
(193,198,218)
#CED4E2
(206,212,226)
#DBE2EA
(219,226,234)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6664A2; }

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

This text font color is #6664A2.

Background Color

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

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

This div background color is #6664A2.

Border color

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

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

This div border color is #6664A2.

Opacity

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

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

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

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

This text has shadow with #6664A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6664A2.

Preview

Color preview on black background

This text has color #6664A2 on black background.


Color preview on white background

This text has color #6664A2 on white background.


Black color preview on #6664A2 background

This text has black color on #6664A2 background.


White color preview on #6664A2 background

This text has white color on #6664A2 background.


Related colors

Complementary color

Complementary color for #hex is #999B5D.


I love getcolorcode.com

Triadic colors

1 #A26664 and #64A266 with #6664A2 are triadic colors.

2 #A26466 and #6466A2 with #6664A2 are triadic colors.