COLOR #664BA7

HEX: #664BA7
RGB: (102,75,167)

Color info

#664BA7 contains mainly blue color. Web safe color of #664BA7 is #663399 (or #639).

RGB color model

#664BA7 color RGB value is (102,75,167).

  • red value is 102;
  • green value is 75;
  • blue value is 167.
RGB:
(102,75,167)
(40%,29%,65%)

RGB channels and saturation

R 102 of 255 = 40%
G 75 of 255 = 29%
B 167 of 255 = 65%

102
75
167

R + G + B ~ 45%. #664BA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 75 + 167 = 344 (100%)
R 102 of 344 ~ 29.65%
G 75 of 344 ~ 21.8%
B 167 of 344 ~ 48.55%

%29.65
%21.8
%48.55

CMYK color model

#664BA7 color CMYK value is (39,55,0,35).

  • cyan value is 38.92%
  • magenta value is 55.09%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(39,55,0,35)
C39M55Y0K35 
(39%,55%,0%,35%)
(0.39/0.55/0.00/0.35)	

CMYK percentages

%38.92
%55.09
%0
%34.51

Codes

Color #664BA7 in popluar color models

664BA7
RGB10275167
HSL258°38.02%47.45%
HSB/HSV258°55.09%65.49%
CMYK38.92%55.09%0.00%
34.51%

Color #664BA7 in popluar number systems.

HEX664BA7
Decimal10275167
Binary1100110100101110100111
Octal146113247

Shades and tints

Shades of #664BA7

#664BA7
(102,75,167)
#5D4598
(93,69,152)
#543F89
(84,63,137)
#4B397A
(75,57,122)
#42336B
(66,51,107)
#392D5C
(57,45,92)
#30274D
(48,39,77)
#27213E
(39,33,62)
#1E1B2F
(30,27,47)
#151520
(21,21,32)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #664BA7

#664BA7
(102,75,167)
#735BAF
(115,91,175)
#806BB7
(128,107,183)
#8D7BBF
(141,123,191)
#9A8BC7
(154,139,199)
#A79BCF
(167,155,207)
#B4ABD7
(180,171,215)
#C1BBDF
(193,187,223)
#CECBE7
(206,203,231)
#DBDBEF
(219,219,239)
#E8EBF7
(232,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664BA7 color. Also use rgb(102,75,167) instead hex code.

Text Font Color

.myTextColor { color: #664BA7; }

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

This text font color is #664BA7.


Background Color

.myBgColor { background-color: #664BA7; }

<div style="background-color:#664BA7">Inner text</div>

This div background color is #664BA7.


Border color

.myBorderColor { border: 1px solid #664BA7; }

<div style="border:3px solid #664BA7">Div</div>

This div border color is #664BA7.


Opacity

.myOpacity80 { color: #664BA7; opacity: 0.8; }

<p style="color:#664BA7;opacity:0.8;">80%</p>

Text with #664BA7 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 #664BA7;}

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

This text has shadow with #664BA7 color.

.textShadow {text-shadow: 3px 3px 1px #664BA7, 3px 3px 1px red;}

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

This text has shadow with #664BA7 primary color and red secondary color.


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

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

This text has shadow with #664BA7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664BA7 on black background.


Color preview on white background

This text has color #664BA7 on white background.



Black color preview on #664BA7 background

This text has black color on #664BA7 background.


White color preview on #664BA7 background

This text has white color on #664BA7 background.