#664882

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

Shades of Affair #664882

Tints of Affair #664882

Color information

#664882 (or 0x664882) is unknown color: approx Affair. HEX triplet: 66, 48 and 82. RGB value is (102,72,130). Sum of RGB (Red+Green+Blue) = 102+72+130=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #664882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #664882 is #99B77D. Grayscale: #575757. Windows color (decimal): -10073982 or 8538214. OLE color: 8538214.

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

Color convert

RGB10272130-
CMYK0.220.4500.49
HSL271.03º28.71%39.61%-
HSV(B)271.03º44.62%50.98%-
XYZ11.839.0722.25-
YUV87.58151.94138.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=33.55%
G=23.68%
B=42.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102721300.220.4500.49271.0328.7139.61
Hex664882162D03110f1d28
Octal14611020226550614173550
Binary110011010010001000001010110101101011000110000111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664882; }

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

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

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

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

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

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

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

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