COLOR #664488

HEX: #664488
RGB: (102,68,136)

Color info

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

RGB color model

#664488 color RGB value is (102,68,136).

  • red value is 102;
  • green value is 68;
  • blue value is 136.
RGB:
(102,68,136)
(40%,27%,53%)

RGB channels and saturation

R 102 of 255 = 40%
G 68 of 255 = 27%
B 136 of 255 = 53%

102
68
136

R + G + B ~ 40%. #664488 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 68 + 136 = 306 (100%)
R 102 of 306 ~ 33.33%
G 68 of 306 ~ 22.22%
B 136 of 306 ~ 44.44%

%33.33
%22.22
%44.44

CMYK color model

#664488 color CMYK value is (25,50,0,47).

  • cyan value is 25.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(25,50,0,47)
C25M50Y0K47 
(25%,50%,0%,47%)
(0.25/0.50/0.00/0.47)	

CMYK percentages

%25
%50
%0
%46.67

Codes

Color #664488 in popluar color models

664488
RGB10268136
HSL270°33.33%40.00%
HSB/HSV270°50.00%53.33%
CMYK25.00%50.00%0.00%
46.67%

Color #664488 in popluar number systems.

HEX664488
Decimal10268136
Binary1100110100010010001000
Octal146104210

Shades and tints

Shades of #664488

#664488
(102,68,136)
#5D3E7C
(93,62,124)
#543870
(84,56,112)
#4B3264
(75,50,100)
#422C58
(66,44,88)
#39264C
(57,38,76)
#302040
(48,32,64)
#271A34
(39,26,52)
#1E1428
(30,20,40)
#150E1C
(21,14,28)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #664488

#664488
(102,68,136)
#735592
(115,85,146)
#80669C
(128,102,156)
#8D77A6
(141,119,166)
#9A88B0
(154,136,176)
#A799BA
(167,153,186)
#B4AAC4
(180,170,196)
#C1BBCE
(193,187,206)
#CECCD8
(206,204,216)
#DBDDE2
(219,221,226)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664488 color. Also use rgb(102,68,136) instead hex code.

Text Font Color

.myTextColor { color: #664488; }

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

This text font color is #664488.


Background Color

.myBgColor { background-color: #664488; }

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

This div background color is #664488.


Border color

.myBorderColor { border: 1px solid #664488; }

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

This div border color is #664488.


Opacity

.myOpacity80 { color: #664488; opacity: 0.8; }

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

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

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

This text has shadow with #664488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664488 on black background.


Color preview on white background

This text has color #664488 on white background.



Black color preview on #664488 background

This text has black color on #664488 background.


White color preview on #664488 background

This text has white color on #664488 background.