#664564

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

Shades of Seance #664564

Tints of Seance #664564

Color information

#664564 (or 0x664564) is unknown color: approx Seance. HEX triplet: 66, 45 and 64. RGB value is (102,69,100). Sum of RGB (Red+Green+Blue) = 102+69+100=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #664564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664564 is #99BA9B. Grayscale: #525252. Windows color (decimal): -10074780 or 6571366. OLE color: 6571366.

HSL color Cylindrical-coordinate representation of color #664564: hue angle of 303.64º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #664564 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10269100-
CMYK00.320.020.6
HSL303.64º19.3%33.53%-
HSV(B)303.64º32.35%40%-
XYZ9.91813.08-
YUV82.4137.93141.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.64%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=37.64%
G=25.46%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1026910000.320.020.6303.6419.333.53
Hex66456402023C1301322
Octal1461051440402744602342
Binary11001101000101110010001000001011110010011000010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664564; }

 p { color: rgb(102,69,100); }

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

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

 a { background-color: rgb(102,69,100); }

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

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

 span { border-color: rgb(102,69,100); }

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