#643365

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

Shades of Seance #643365

Tints of Seance #643365

Color information

#643365 (or 0x643365) is unknown color: approx Seance. HEX triplet: 64, 33 and 65. RGB value is (100,51,101). Sum of RGB (Red+Green+Blue) = 100+51+101=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #643365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643365 is #9BCC9A. Grayscale: #474747. Windows color (decimal): -10210459 or 6632292. OLE color: 6632292.

HSL color Cylindrical-coordinate representation of color #643365: hue angle of 298.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #643365 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB10051101-
CMYK0.010.5000.60
HSL298.8º32.89%29.8%-
HSV(B)298.8º49.5%39.61%-
XYZ8.796.0213.01-
YUV71.35144.73148.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.68%
GREEN value IS 51 (20.31% from 255) = 20.24%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=39.68%
G=20.24%
B=40.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100511010.010.5000.60298.832.8929.8
Hex64336513203C12b211e
Octal144631451620744534136
Binary110010011001111001011110010011110010010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643365; }

 p { color: rgb(100,51,101); }

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

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

 a { background-color: rgb(100,51,101); }

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

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

 span { border-color: rgb(100,51,101); }

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