#664784

Color #664784 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #664784

Tints of Affair #664784

Color information

#664784 (or 0x664784) is unknown color: approx Affair. HEX triplet: 66, 47 and 84. RGB value is (102,71,132). Sum of RGB (Red+Green+Blue) = 102+71+132=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #664784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664784 is #99B87B. Grayscale: #575757. Windows color (decimal): -10074236 or 8669030. OLE color: 8669030.

HSL color Cylindrical-coordinate representation of color #664784: hue angle of 270.49º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #664784 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10271132-
CMYK0.230.4600.48
HSL270.49º30.05%39.8%-
HSV(B)270.49º46.21%51.76%-
XYZ11.9922.94-
YUV87.22153.27138.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=33.44%
G=23.28%
B=43.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102711320.230.4600.48270.4930.0539.8
Hex664784172E03010e1e28
Octal14610720427560604163650
Binary110011010001111000010010111101110011000010000111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664784; }

 p { color: rgb(102,71,132); }

 H1.HeaderClassName
 {
   color: #664784;
 }
 .AnyTagClassName
 {
   color: #664784;
 }
</style>
background-color css

<style>
 a { background-color: #664784; }

 a { background-color: rgb(102,71,132); }

 div.DivClassName
 {
   background-color: #664784;
 }
 .BgClassName
 {
   background-color: #664784;
 }
</style>
border-color css

<style>
 span { border-color: #664784; }

 span { border-color: rgb(102,71,132); }

 td.TdClassName
 {
   border-color: #664784;
 }
 .TagClassName
 {
   border-color: #664784;
 }
</style>