#643165

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

Shades of Seance #643165

Tints of Seance #643165

Color information

#643165 (or 0x643165) is unknown color: approx Seance. HEX triplet: 64, 31 and 65. RGB value is (100,49,101). Sum of RGB (Red+Green+Blue) = 100+49+101=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 101 - color contains mainly: blue. Hex color #643165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643165 is #9BCE9A. Grayscale: #464646. Windows color (decimal): -10210971 or 6631780. OLE color: 6631780.

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

Color convert

RGB10049101-
CMYK0.010.5100.60
HSL298.85º34.67%29.41%-
HSV(B)298.85º51.49%39.61%-
XYZ8.75.8512.98-
YUV70.18145.4149.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 101 (39.84% from 255) = 40.4%
R=40%
G=19.6%
B=40.4%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal100491010.010.5100.60298.8534.6729.41
Hex64316513303C12b231d
Octal144611451630744534335
Binary110010011000111001011110011011110010010101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643165; }

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

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

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

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

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

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

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

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