#664884

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

Shades of Affair #664884

Tints of Affair #664884

Color information

#664884 (or 0x664884) is unknown color: approx Affair. HEX triplet: 66, 48 and 84. RGB value is (102,72,132). Sum of RGB (Red+Green+Blue) = 102+72+132=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #664884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664884 is #99B77B. Grayscale: #575757. Windows color (decimal): -10073980 or 8669286. OLE color: 8669286.

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

Color convert

RGB10272132-
CMYK0.230.4500.48
HSL270º29.41%40%-
HSV(B)270º45.45%51.76%-
XYZ11.969.1322.96-
YUV87.81152.94138.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 72 (28.52% from 255) = 23.53%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=33.33%
G=23.53%
B=43.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102721320.230.4500.4827029.4140
Hex664884172D03010e1d28
Octal14611020427550604163550
Binary110011010010001000010010111101101011000010000111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664884; }

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

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

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

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

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

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

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

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