COLOR #664274

HEX: #664274
RGB: (102,66,116)

Color info

#664274 contains red, green and blue colors in about the same proportion. Web safe color of #664274 is #663366 (or #636).

RGB color model

#664274 color RGB value is (102,66,116).

  • red value is 102;
  • green value is 66;
  • blue value is 116.
RGB:
(102,66,116)
(40%,26%,45%)

RGB channels and saturation

R 102 of 255 = 40%
G 66 of 255 = 26%
B 116 of 255 = 45%

102
66
116

R + G + B ~ 37%. #664274 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 66 + 116 = 284 (100%)
R 102 of 284 ~ 35.92%
G 66 of 284 ~ 23.24%
B 116 of 284 ~ 40.85%

%35.92
%23.24
%40.85

CMYK color model

#664274 color CMYK value is (12,43,0,55).

  • cyan value is 12.07%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(12,43,0,55)
C12M43Y0K55 
(12%,43%,0%,55%)
(0.12/0.43/0.00/0.55)	

CMYK percentages

%12.07
%43.1
%0
%54.51

Codes

Color #664274 in popluar color models

664274
RGB10266116
HSL283°27.47%35.69%
HSB/HSV283°43.10%45.49%
CMYK12.07%43.10%0.00%
54.51%

Color #664274 in popluar number systems.

HEX664274
Decimal10266116
Binary110011010000101110100
Octal146102164

Shades and tints

Shades of #664274

#664274
(102,66,116)
#5D3C6A
(93,60,106)
#543660
(84,54,96)
#4B3056
(75,48,86)
#422A4C
(66,42,76)
#392442
(57,36,66)
#301E38
(48,30,56)
#27182E
(39,24,46)
#1E1224
(30,18,36)
#150C1A
(21,12,26)
#0C0610
(12,6,16)
#000000
(0,0,0)

Tints of #664274

#664274
(102,66,116)
#735380
(115,83,128)
#80648C
(128,100,140)
#8D7598
(141,117,152)
#9A86A4
(154,134,164)
#A797B0
(167,151,176)
#B4A8BC
(180,168,188)
#C1B9C8
(193,185,200)
#CECAD4
(206,202,212)
#DBDBE0
(219,219,224)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664274 color. Also use rgb(102,66,116) instead hex code.

Text Font Color

.myTextColor { color: #664274; }

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

This text font color is #664274.


Background Color

.myBgColor { background-color: #664274; }

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

This div background color is #664274.


Border color

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

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

This div border color is #664274.


Opacity

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

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

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

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

This text has shadow with #664274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664274 on black background.


Color preview on white background

This text has color #664274 on white background.



Black color preview on #664274 background

This text has black color on #664274 background.


White color preview on #664274 background

This text has white color on #664274 background.