#64497C

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

Shades of Affair #64497C

Tints of Affair #64497C

Color information

#64497C (or 0x64497C) is unknown color: approx Affair. HEX triplet: 64, 49 and 7C. RGB value is (100,73,124). Sum of RGB (Red+Green+Blue) = 100+73+124=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #64497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64497C is #9BB683. Grayscale: #565656. Windows color (decimal): -10204804 or 8145252. OLE color: 8145252.

HSL color Cylindrical-coordinate representation of color #64497C: hue angle of 271.76º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64497C is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10073124-
CMYK0.190.4100.51
HSL271.76º25.89%38.63%-
HSV(B)271.76º41.13%48.63%-
XYZ11.288.9320.2-
YUV86.89148.95137.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.67%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=33.67%
G=24.58%
B=41.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal100731240.190.4100.51271.7625.8938.63
Hex64497C13290331101a27
Octal14411117423510634203247
Binary11001001001001111110010011101001011001110001000011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64497C; }

 p { color: rgb(100,73,124); }

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

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

 a { background-color: rgb(100,73,124); }

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

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

 span { border-color: rgb(100,73,124); }

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