#644463

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

Shades of Seance #644463

Tints of Seance #644463

Color information

#644463 (or 0x644463) is unknown color: approx Seance. HEX triplet: 64, 44 and 63. RGB value is (100,68,99). Sum of RGB (Red+Green+Blue) = 100+68+99=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 100 - color contains mainly: red. Hex color #644463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644463 is #9BBB9C. Grayscale: #515151. Windows color (decimal): -10206109 or 6505572. OLE color: 6505572.

HSL color Cylindrical-coordinate representation of color #644463: hue angle of 301.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644463 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB1006899-
CMYK00.320.010.61
HSL301.88º19.05%32.94%-
HSV(B)301.88º32%39.22%-
XYZ9.577.7412.79-
YUV81.1138.1141.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.45%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=37.45%
G=25.47%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100689900.320.010.61301.8819.0532.94
Hex64446302013D12e1321
Octal1441041430401754562341
Binary1100100100010011000110100000111110110010111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644463; }

 p { color: rgb(100,68,99); }

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

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

 a { background-color: rgb(100,68,99); }

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

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

 span { border-color: rgb(100,68,99); }

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