#644462

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

Shades of Seance #644462

Tints of Seance #644462

Color information

#644462 (or 0x644462) is unknown color: approx Seance. HEX triplet: 64, 44 and 62. RGB value is (100,68,98). Sum of RGB (Red+Green+Blue) = 100+68+98=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #644462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644462 is #9BBB9D. Grayscale: #505050. Windows color (decimal): -10206110 or 6440036. OLE color: 6440036.

HSL color Cylindrical-coordinate representation of color #644462: hue angle of 303.75º 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 #644462 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB1006898-
CMYK00.320.020.61
HSL303.75º19.05%32.94%-
HSV(B)303.75º32%39.22%-
XYZ9.537.7312.54-
YUV80.99137.6141.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.59%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=37.59%
G=25.56%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100689800.320.020.61303.7519.0532.94
Hex64446202023D1301321
Octal1441041420402754602341
Binary11001001000100110001001000001011110110011000010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644462; }

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

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

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

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

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

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

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

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