COLOR #664B92

HEX: #664B92 RGB: (102,75,146)

Color info

#664B92 contains mainly red and blue colors. Web safe color of #664B92 is #663399 (or #639).

RGB color model

#664B92 color RGB value is (102,75,146).

RGB: (102,75,146) (40%, 29%, 57%)

RGB channels and saturation

R 102 of 255 = 40%
G 75 of 255 = 29%
B 146 of 255 = 57%

102
75
146

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

Portions of RGB colors in percentages

R + G + B = 102 + 75 + 146 = 323 (100%)
R 102 of 323 ~ 31.58%
G 75 of 323 ~ 23.22%
B 146 of 323 ~ 45.2'%

%31.58
%23.22
%45.2

CMYK color model

#664B92 color CMYK value is (30,49,0,43).

  • cyan value is 30.14%
  • magenta value is 48.63%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (30,49,0,43)
C30M49Y0K43 (30%, 49%, 0%, 43%)
(0.30 / 0.49 / 0.00 / 0.43)

CMYK percentages

%30.14
%48.63
%0
%42.75

Codes

Color #664B92 in popluar color models

66 4B 92
RGB 102 75 146
HSL 263° 32.13% 43.33%
HSB/HSV 263° 48.63% 57.25%
CMYK 30.14% 48.63% 0.00%
42.75%

Color #664B92 in popluar number systems.

HEX 66 4B 92
Decimal 102 75 146
Binary 1100110 1001011 10010010
Octal 146 113 222

Shades and tints

Shades of #664B92

#664B92
(102,75,146)
#5D4585
(93,69,133)
#543F78
(84,63,120)
#4B396B
(75,57,107)
#42335E
(66,51,94)
#392D51
(57,45,81)
#302744
(48,39,68)
#272137
(39,33,55)
#1E1B2A
(30,27,42)
#15151D
(21,21,29)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #664B92

#664B92
(102,75,146)
#735B9B
(115,91,155)
#806BA4
(128,107,164)
#8D7BAD
(141,123,173)
#9A8BB6
(154,139,182)
#A79BBF
(167,155,191)
#B4ABC8
(180,171,200)
#C1BBD1
(193,187,209)
#CECBDA
(206,203,218)
#DBDBE3
(219,219,227)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #664B92; }

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

This text font color is #664B92.

Background Color

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

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

This div background color is #664B92.

Border color

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

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

This div border color is #664B92.

Opacity

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

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

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

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

This text has shadow with #664B92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664B92.

Preview

Color preview on black background

This text has color #664B92 on black background.


Color preview on white background

This text has color #664B92 on white background.


Black color preview on #664B92 background

This text has black color on #664B92 background.


White color preview on #664B92 background

This text has white color on #664B92 background.


Related colors

Complementary color

Complementary color for #hex is #99B46D.


I love getcolorcode.com

Triadic colors

1 #92664B and #4B9266 with #664B92 are triadic colors.

2 #924B66 and #4B6692 with #664B92 are triadic colors.