#643465

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

Shades of Seance #643465

Tints of Seance #643465

Color information

#643465 (or 0x643465) is unknown color: approx Seance. HEX triplet: 64, 34 and 65. RGB value is (100,52,101). Sum of RGB (Red+Green+Blue) = 100+52+101=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #643465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643465 is #9BCB9A. Grayscale: #474747. Windows color (decimal): -10210203 or 6632548. OLE color: 6632548.

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

Color convert

RGB10052101-
CMYK0.010.4900.60
HSL298.78º32.03%30%-
HSV(B)298.78º48.51%39.61%-
XYZ8.836.113.02-
YUV71.94144.4148.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.53%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=39.53%
G=20.55%
B=39.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100521010.010.4900.60298.7832.0330
Hex64346513103C12b201e
Octal144641451610744534036
Binary110010011010011001011110001011110010010101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643465; }

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

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

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

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

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

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

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

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